/*!**********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./app/converter/yaml-em-json/yaml-em-json.module.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************/
/* YAML to JSON Converter Styles */

.yaml-em-json_yamlToJsonPage__ugau8 {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #ffffff;
  padding: 90px 0 0 0;
}

.yaml-em-json_yamlToJsonMain__uWW3r {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.yaml-em-json_yamlToJsonConvertersMainContent___a8gW {
  max-width: 740px;
  margin: 0 auto;
  justify-content: center;
  padding: 0;
}

.yaml-em-json_yamlToJsonTitle__XADS_ {
  font-size: 22px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 20px;
  text-align: center;
}

.yaml-em-json_yamlToJsonSubtitle__Me1mJ {
  font-size: 18px;
  color: #363636;
  margin-bottom: 40px;
  text-align: center;
  line-height: 28px;
}

.yaml-em-json_yamlToJsonConverterSection__fFpqJ {
  padding: 10px;
  margin: 0  0 60px 0;
}

.yaml-em-json_yamlToJsonInputArea__sP2C0 {
  margin-bottom: 30px;
}

.yaml-em-json_yamlToJsonUploadSection__HcFEB {
  margin-bottom: 30px;
}

.yaml-em-json_yamlToJsonUploadArea__g3sWo {
  max-width: 660px;
  min-width: 320px;
  height: 360px;
  border: 1px dashed #696969;
  border-radius: 3px;
  margin: 0 auto 60px auto;
  padding: 30px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #f9fafb;
}

.yaml-em-json_yamlToJsonUploadArea__g3sWo:hover {
  border-color: #4a90e2;
}

.yaml-em-json_yamlToJsonUploadArea__g3sWo.yaml-em-json_dragActive__Up5Dj {
  border-color: #4a90e2;
  background: #f0f8ff;
}

.yaml-em-json_yamlToJsonUploadArea__g3sWo i {
  font-size: 48px;
  color: #696969;
  margin-bottom: 16px;
}

.yaml-em-json_yamlToJsonUploadArea__g3sWo p {
  margin: 0 auto 90px auto;
  color: #696969;
  font-size: 14px;
}

.yaml-em-json_yamlToJsonUploadArea__g3sWo span {
  font-size: 14px;
  color: #696969;
}

.yaml-em-json_yamlToJsonInputHeader__QnhEe {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.yaml-em-json_yamlToJsonInputLabel__EMWXH {
  font-weight: 600;
  color: #374151;
  font-size: 16px;
}

.yaml-em-json_yamlToJsonHeaderButtons__oW_5c {
  display: flex;
  gap: 10px;
}

.yaml-em-json_yamlToJsonExampleButton__mlPb3, .yaml-em-json_yamlToJsonClearButton__EUDJC {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border: 1px solid #d1d5db;
  background: white;
  color: #374151;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.2s ease;
}

.yaml-em-json_yamlToJsonExampleButton__mlPb3:hover, .yaml-em-json_yamlToJsonClearButton__EUDJC:hover {
  background: #f9fafb;
  border-color: #9ca3af;
}

.yaml-em-json_yamlToJsonTextArea__jvlw6, .yaml-em-json_yamlToJsonJsonTextArea__kuE3q {
  width: 100%;
  min-height: 200px;
  padding: 16px;
  border: 2px solid #bbbbbb;
  border-radius: 9px;
  font-family: 'Courier New', monospace;
  font-size: 14px;
  line-height: 20px;
  resize: vertical;
  margin-bottom: 20px;
}

.yaml-em-json_yamlToJsonTextArea__jvlw6:focus, .yaml-em-json_yamlToJsonJsonTextArea__kuE3q:focus {
  outline: none;
  border-color: #3b82f6;
}

.yaml-em-json_yamlToJsonConvertButton__b86Ks {
  width: 100%;
  padding: 15px 30px;
  background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.yaml-em-json_yamlToJsonConvertButton__b86Ks:hover:not(:disabled) {
  background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}

.yaml-em-json_yamlToJsonConvertButton__b86Ks:disabled {
  background: #9ca3af;
  cursor: not-allowed;
  transform: none;
}

.yaml-em-json_yamlToJsonResult__sNz_j {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e5e7eb;
}

.yaml-em-json_yamlToJsonOutputLabel__4vxYi {
  display: block;
  font-weight: 600;
  margin-bottom: 15px;
  color: #374151;
  font-size: 16px;
}

.yaml-em-json_yamlToJsonActionButtons__slV_Q {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.yaml-em-json_yamlToJsonCopyBtn__IDjoC, .yaml-em-json_yamlToJsonDownloadBtn__piG_P {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border: 2px solid #3b82f6;
  background: white;
  color: #3b82f6;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.2s ease;
  text-decoration: none;
}

.yaml-em-json_yamlToJsonCopyBtn__IDjoC:hover, .yaml-em-json_yamlToJsonDownloadBtn__piG_P:hover {
  background: #3b82f6;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.2);
}

.yaml-em-json_yamlToJsonStepByStep__RIG6x {
  padding: 20px 10px;
  margin-bottom: 60px;
}

.yaml-em-json_yamlToJsonStepByStep__RIG6x h2 {
  font-size: 22px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 36px;
  text-align: center;
}

.yaml-em-json_yamlToJsonStep__sia6K {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

.yaml-em-json_yamlToJsonStepNumber__58f88 {
  display: flex;
  width: 36px;
  height: 36px;
  margin: 0 0 10px 0;
  background: #0b69ff;
  color: white;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  flex-shrink: 0;
}

.yaml-em-json_yamlToJsonStep__sia6K p {
  color: #363636;
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 0 0;
}

.yaml-em-json_yamlToJsonAboutSection__2nWhW {
  background: white;
  margin: 0 0 90px 0;
  padding: 20px 10px;
}

.yaml-em-json_yamlToJsonAboutSection__2nWhW h2 {
  font-size: 20px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 30px;
  text-align: center;
}

.yaml-em-json_yamlToJsonToolDescription__8nvnW {
  font-size: 18px;
  color: #363636;
  margin-bottom: 16px;
  font-weight: 500;
  line-height: 30px;
}

.yaml-em-json_yamlToJsonDescription__KkLLJ, .yaml-em-json_yamlToJsonAboutText__Kc8gQ {
  color: #363636;
  line-height: 30px;
}

@media (max-width: 768px) {
  .yaml-em-json_yamlToJsonMain__uWW3r {
    max-width: 96%;
  }
}

