/* [project]/src/views/GigaChatTest/GigaChatTest.module.scss.module.css [app-client] (css) */
.GigaChatTest-module-scss-module__ZeGAZa__page {
  max-width: 80rem;
  margin: 0 auto;
  padding: 2rem;
}

.GigaChatTest-module-scss-module__ZeGAZa__section {
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 2rem;
  display: flex;
}

.GigaChatTest-module-scss-module__ZeGAZa__buttonGroup {
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.GigaChatTest-module-scss-module__ZeGAZa__button {
  color: #fff;
  cursor: pointer;
  background: #0070f3;
  border: none;
  border-radius: .4rem;
  margin-right: .5rem;
  padding: .5rem 1rem;
  font-size: 1.4rem;
  font-weight: 500;
  transition: all .3s;
}

.GigaChatTest-module-scss-module__ZeGAZa__button:hover:not(:disabled) {
  background: #0051a2;
  transform: translateY(-.1rem);
}

.GigaChatTest-module-scss-module__ZeGAZa__button:disabled {
  cursor: not-allowed;
  opacity: .6;
}

.GigaChatTest-module-scss-module__ZeGAZa__button:nth-child(2) {
  background: #28a745;
}

.GigaChatTest-module-scss-module__ZeGAZa__button:nth-child(2):hover:not(:disabled) {
  background: #1e7e34;
}

.GigaChatTest-module-scss-module__ZeGAZa__button:nth-child(3) {
  background: #6f42c1;
}

.GigaChatTest-module-scss-module__ZeGAZa__button:nth-child(3):hover:not(:disabled) {
  background: #5a32a3;
}

.GigaChatTest-module-scss-module__ZeGAZa__button:nth-child(4) {
  background: #fd7e14;
}

.GigaChatTest-module-scss-module__ZeGAZa__button:nth-child(4):hover:not(:disabled) {
  background: #e55a00;
}

.GigaChatTest-module-scss-module__ZeGAZa__button:nth-child(5) {
  background: #20c997;
}

.GigaChatTest-module-scss-module__ZeGAZa__button:nth-child(5):hover:not(:disabled) {
  background: #17a085;
}

.GigaChatTest-module-scss-module__ZeGAZa__description {
  color: #666;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  line-height: 1.5;
}

.GigaChatTest-module-scss-module__ZeGAZa__error {
  color: #721c24;
  background: #f8d7da;
  border: .1rem solid #f5c6cb;
  border-radius: .4rem;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 1.4rem;
}

.GigaChatTest-module-scss-module__ZeGAZa__errorHint {
  margin-top: .5rem;
  font-size: 1.4rem;
}

.GigaChatTest-module-scss-module__ZeGAZa__result {
  color: #155724;
  background: #d4edda;
  border: .1rem solid #c3e6cb;
  border-radius: .4rem;
  padding: 1rem;
  font-size: 1.4rem;
}

.GigaChatTest-module-scss-module__ZeGAZa__resultSection {
  margin-bottom: 1rem;
}

.GigaChatTest-module-scss-module__ZeGAZa__codeBlock {
  white-space: pre-wrap;
  word-break: break-word;
  background: #f8f9fa;
  border: .1rem solid #dee2e6;
  border-radius: .4rem;
  margin-bottom: 1rem;
  padding: 1rem;
  font-family: Monaco, Menlo, Ubuntu Mono, monospace;
  font-size: 1.3rem;
  line-height: 1.4;
}

.GigaChatTest-module-scss-module__ZeGAZa__usage {
  color: #666;
  margin-bottom: .5rem;
  font-size: 1.4rem;
}

.GigaChatTest-module-scss-module__ZeGAZa__modelItem {
  margin-bottom: .5rem;
  font-size: 1.4rem;
}

.GigaChatTest-module-scss-module__ZeGAZa__details {
  margin-top: 1rem;
}

.GigaChatTest-module-scss-module__ZeGAZa__summary {
  cursor: pointer;
  color: #666;
  font-size: 1.4rem;
  font-weight: 500;
}

.GigaChatTest-module-scss-module__ZeGAZa__jsonBlock {
  background: #f8f9fa;
  border-radius: .4rem;
  margin-top: .5rem;
  padding: 1rem;
  font-family: Monaco, Menlo, Ubuntu Mono, monospace;
  font-size: 1.2rem;
  line-height: 1.4;
  overflow: auto;
}

/*# sourceMappingURL=src_views_GigaChatTest_GigaChatTest_module_scss_module_a9132e86.css.map*/