


.flex{display:flex}.items-center{align-items:center}.justify-center{justify-content:center}.px-4{padding-left:1rem;padding-right:1rem}.p-4{padding:1rem}.p-8{padding:2rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-3{margin-top:.75rem}.max-w-md{max-width:28rem}.w-full{width:100%}.h-2{height:.5rem}.rounded-lg{border-radius:.5rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.shadow-xl{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.text-center{text-align:center}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.bg-white{background-color:#fff}.bg-gray-200{background-color:#e5e7eb}.bg-blue-50{background-color:#eff6ff}.bg-blue-500{background-color:#3b82f6}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-blue-600{--tw-gradient-from:#2563eb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(37,99,235,0))}.to-blue-400{--tw-gradient-to:#60a5fa}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.text-transparent{color:transparent}.text-blue-600{color:#2563eb}.text-gray-600{color:#4b5563}.text-gray-700{color:#374151}.hidden{display:none}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-500{transition-duration:.5s}

:root {
  --bg-page: #eaeaea;
  --panel: #ffffff;
  --primary: #428bca;
  --primary-hover: #337ab7;
  --text: #333;
  --muted: #777;
}

* { font-family: 'Montserrat', sans-serif !important; }

body {
  color: var(--text);
  background-color: var(--bg-page);
  min-height: 100vh;
}


#website {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
}


#capacity-bar {
  width: 0%;
}
