.ibm-plex-mono-extralight {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 200;
  font-style: normal;
}

.inconsolata-1 {
  font-family: "Inconsolata", monospace;
  font-weight: 200;
  font-style: normal;
  font-variation-settings: "wdth" 125;
}

.roboto-flex-2 {
  font-family: "Roboto Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "slnt" 0, "wdth" 125, "GRAD" 0, "XOPQ" 96, "XTRA" 468, "YOPQ" 79, "YTAS" 750, "YTDE" -203, "YTFI" 738, "YTLC" 514, "YTUC" 712;
}

body {
  background-color: #F9F6E6;
  color: #2F5249;
  margin: 0;
  padding: 0;
}

.navbar {
  background-color: #E1EACD;
  padding: 5px 15px;
  font-family: "Quicksand", sans-serif;
}
.navbar .navbar-nav {
  margin-left: auto;
  color: #3B3B1A;
}
.navbar .navbar-brand:hover {
  color: rgb(106.1034482759, 149.8965517241, 113.6108374384);
}
.navbar .nav-item {
  font-family: "Quicksand", sans-serif;
}
.navbar .nav-link {
  color: #88AB8E;
}
.navbar .nav-link:hover {
  color: rgb(106.1034482759, 149.8965517241, 113.6108374384);
}
.navbar .navbar-toggler {
  color: #AFC8AD;
}

.container {
  max-width: 1400px;
  padding: 40px 30px;
  margin-top: 30px;
  margin-bottom: 50px;
  background-color: #F9F6E6;
  border-radius: 12px;
  font-family: "Raleway", sans-serif;
}

/* Team Card Hover Effects */
.team-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(136, 171, 142, 0.3);
  border-color: #BAD8B6;
}

.team-image:hover {
  transform: scale(1.05);
  border-color: #88AB8E;
}

.team-card .email a:hover {
  color: #88AB8E !important;
  text-decoration: underline !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .container h1 {
    font-size: 2rem !important;
  }
  .team-card .card-body {
    padding: 20px !important;
  }
  .team-image {
    width: 100px !important;
    height: 100px !important;
  }
}
#form-col {
  padding-left: 0;
  padding-right: 2px;
}
#form-col .rounded {
  padding: 30px;
  border-radius: 16px !important;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  height: 100%;
}
#form-col .form-label {
  font-size: 18px;
  margin-bottom: 12px;
}
#form-col .form-control {
  padding: 12px 15px;
  border: 2px solid #E1EACD;
  border-radius: 8px;
  font-size: 16px;
  transition: all 0.3s ease;
}
#form-col .form-control:focus {
  border-color: #BAD8B6;
  box-shadow: 0 0 0 0.25rem rgba(186, 216, 182, 0.25);
}
#form-col h6 {
  font-size: 18px;
  margin-top: 20px;
}

#upload-form {
  padding: 30px;
  border-radius: 12px;
  background: linear-gradient(135deg, #f9f9f9 0%, #ffffff 100%);
}
#upload-form .form-label {
  font-weight: 600;
  margin-bottom: 10px;
  color: #3B3B1A;
}
#upload-form .form-control {
  padding: 12px 15px;
  border: 2px solid #E1EACD;
  border-radius: 8px;
  font-size: 16px;
  transition: all 0.3s ease;
}
#upload-form .form-control:focus {
  border-color: #BAD8B6;
  box-shadow: 0 0 0 0.25rem rgba(186, 216, 182, 0.25);
}

#info-form {
  padding: 30px;
  border-radius: 12px;
}
#info-form .form-label {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #3B3B1A;
}
#info-form .form-control {
  padding: 12px 15px;
  background-color: #f9f9f9;
  border: 2px solid #E1EACD;
  border-radius: 8px;
  font-size: 16px;
  transition: all 0.3s ease;
}
#info-form .form-control:focus {
  border-color: #BAD8B6;
  box-shadow: 0 0 0 0.25rem rgba(186, 216, 182, 0.25);
}

#viz-col {
  padding-left: 30px;
  padding-right: 0;
}
#viz-col .rounded {
  padding: 25px;
  border-radius: 16px !important;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
#viz-col #graph-container {
  flex: 1;
  min-height: 500px;
  border: 4px solid #E1EACD;
  border-radius: 12px;
  padding: 20px;
  background-color: white;
  overflow: auto;
  position: relative;
  margin-top: 15px;
}
#viz-col #graph-container svg {
  width: 100%;
  height: 100%;
  min-height: 450px;
  display: block;
  margin: 0 auto;
  transform-origin: center center;
  transition: transform 0.3s ease;
}
#viz-col #graph-container::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
#viz-col #graph-container::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
#viz-col #graph-container::-webkit-scrollbar-thumb {
  background: #BAD8B6;
  border-radius: 10px;
  border: 3px solid #f1f1f1;
}
#viz-col #graph-container::-webkit-scrollbar-thumb:hover {
  background: #88AB8E;
}

.container h4 {
  font-size: clamp(0.4rem, 10vw, 1rem);
}

h4.text-center {
  margin-bottom: 30px !important;
  padding-bottom: 15px;
  border-bottom: 2px solid #E1EACD;
}

.btn-primary {
  background-color: #88AB8E;
  border-color: #88AB8E;
  padding: 10px 30px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
}
.btn-primary:hover {
  background-color: #6c8d72;
  border-color: #6c8d72;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.btn-sm {
  font-size: 14px;
}

.picture {
  position: relative;
  display: inline-block;
  margin: 20px 0;
}
.picture .picture-src {
  width: 160px;
  height: 160px;
  border: 4px solid #E1EACD;
  border-radius: 50%;
  transition: all 0.3s ease;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  padding: 10px;
  background: white;
  cursor: pointer;
}
.picture:hover .picture-src {
  border-color: #BAD8B6;
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.picture::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border: 3px solid #BAD8B6;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}
.picture:hover::before {
  opacity: 1;
}
.picture.has-file .picture-src {
  border-color: #88AB8E;
  background-color: #f0f8f0;
}

.btn-outline-secondary, .btn-outline-primary {
  border-width: 2px;
  font-size: 16px;
  padding: 6px 12px;
  transition: all 0.2s ease;
}
.btn-outline-secondary:hover, .btn-outline-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#upload-row {
  transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}

#form-col {
  transition: all 0.6s ease;
  transform-origin: left center;
}

#viz-col {
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.3s ease;
  opacity: 0;
  transform: translateX(30px) scale(0.95);
}
#viz-col.show {
  opacity: 1;
  transform: translateX(0) scale(1);
}

@keyframes formSlide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(0);
  }
}
.show-form {
  animation: formSlide 0.6s forwards;
}

#upload-form {
  transition: all 0.4s ease;
}
#upload-form input, #upload-form button {
  transition: all 0.4s ease;
}
#upload-form[data-disabled=true] {
  opacity: 0.9;
}
#upload-form[data-disabled=true] input, #upload-form[data-disabled=true] button {
  filter: grayscale(0.2);
  opacity: 0.8;
}

@media (max-width: 767px) {
  #form-col, #viz-col {
    padding-left: 0;
    padding-right: 0;
  }
}
/* ===== FIXED SLIDER STYLING ===== */
input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  height: 25px;
  background: transparent;
  outline: none;
  border-radius: 5px;
}

input[type=range]::-webkit-slider-track {
  width: 100%;
  height: 8px;
  background: #E1EACD;
  border-radius: 5px;
  border: none;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #88AB8E;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
input[type=range]::-webkit-slider-thumb:hover {
  background: rgb(106.1034482759, 149.8965517241, 113.6108374384);
  transform: scale(1.1);
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 8px;
  background: #E1EACD;
  border-radius: 5px;
  border: none;
}

input[type=range]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #88AB8E;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
input[type=range]::-moz-range-thumb:hover {
  background: rgb(106.1034482759, 149.8965517241, 113.6108374384);
  transform: scale(1.1);
}

input[type=range]::-ms-track {
  width: 100%;
  height: 8px;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: #88AB8E;
  border-radius: 5px;
}

input[type=range]::-ms-fill-upper {
  background: #E1EACD;
  border-radius: 5px;
}

input[type=range]::-ms-thumb {
  width: 20px;
  height: 20px;
  background: #88AB8E;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

#solution-select {
  border: 2px solid #E1EACD;
}

#animationSlider {
  margin: 10px 0;
}

.gap-2 {
  gap: 0.5rem;
}

/* Optimization container */
#optimization-container {
  background: white;
  border-radius: 8px;
  padding: 15px;
}

.slider-container {
  background-color: #f9f9f9;
  border: 2px solid #E1EACD;
  padding: 15px;
  border-radius: 5px;
  margin: 20px 0;
}
.slider-container label {
  font-weight: bold;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
  color: #3B3B1A;
}

.slider-labels {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  color: #666;
  margin-top: 5px;
}

.info-panel {
  background-color: #f9f9f9;
  border: 2px solid #E1EACD;
  border-radius: 5px;
  padding: 10px;
}
.info-panel h3 {
  margin-top: 0;
  font-size: 18px;
  color: #3B3B1A;
}
.info-panel #selectedPoint {
  font-size: 16px;
  color: #2F5249;
}

#solution-select {
  min-width: 200px;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}

.form-signin .checkbox {
  font-size: 17px;
}

.form-signin .form-label {
  font-size: 18px;
  margin-bottom: 12px;
}

.form-signin .form-control {
  padding: 12px 15px;
  border: 2px solid #E1EACD;
  border-radius: 8px;
  font-size: 16px;
  transition: all 0.3s ease;
}
.form-signin .form-control:focus {
  border-color: #BAD8B6;
  box-shadow: 0 0 0 0.25rem rgba(186, 216, 182, 0.25);
}

.form-signin input[type=username] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-radius: 10px;
}

.form-signin input[type=password] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-radius: 10px;
}/*# sourceMappingURL=styles.css.map */