@charset "UTF-8";

.analysis_result__block .analysis_detail_content {
  color: var(--theme-dark-text-color);
  overflow: unset;
  padding-bottom: 3px;
  padding-bottom: 0;
  background: transparent;
  border-color: transparent;
}

.analysis_result__block .analysis_detail_content::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  cursor: pointer;
}

.analysis_result__block .analysis_detail_content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(93, 94, 95, 0.1);
  cursor: pointer;
}

.analysis_result__block .analysis_detail_content>*:last-child {
  margin-bottom: 0;
}

.analysis_result__block .analysis_detail_content .katex {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
  overflow: auto hidden;
}

.analysis_result__block .analysis_detail_content .katex-display>.katex {
  display: block;
}

.analysis_result__block .analysis_detail_content>:first-child {
  margin-top: 0;
  padding-top: 0;
}

.analysis_result__block .analysis_detail_content>:first-child .ai-code-markdown__replace {
  margin-top: 4px;
}

.analysis_result__block .analysis_detail_content>:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.analysis_result__block .analysis_detail_content h1,
.analysis_result__block .analysis_detail_content h2,
.analysis_result__block .analysis_detail_content h3,
.analysis_result__block .analysis_detail_content h4,
.analysis_result__block .analysis_detail_content h5,
.analysis_result__block .analysis_detail_content h6 {
  color: var(--theme-dark-text-color);
}

.analysis_result__block .analysis_detail_content h1 code,
.analysis_result__block .analysis_detail_content h2 code,
.analysis_result__block .analysis_detail_content h3 code,
.analysis_result__block .analysis_detail_content h4 code,
.analysis_result__block .analysis_detail_content h5 code,
.analysis_result__block .analysis_detail_content h6 code {
  font-size: inherit;
}

.analysis_result__block .analysis_detail_content h1 {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
}

.analysis_result__block .analysis_detail_content h2:has(+ ol),
.analysis_result__block .analysis_detail_content h2:has(+ ul),
.analysis_result__block .analysis_detail_content h2:has(+ p) {
  margin-bottom: 8px;
}

.analysis_result__block .analysis_detail_content h2 {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
}

.analysis_result__block .analysis_detail_content ol+h3,
.analysis_result__block .analysis_detail_content ul+h3,
.analysis_result__block .analysis_detail_content p+h3 {
  margin-top: 24px;
}

.analysis_result__block .analysis_detail_content h3 {
  margin-top: 16px;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
}

.analysis_result__block .analysis_detail_content h4 {
  margin-top: 16px;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
}

.analysis_result__block .analysis_detail_content h5 {
  margin-top: 16px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
}

.analysis_result__block .analysis_detail_content h6 {
  margin-top: 12px;
  margin-bottom: 8px;
  line-height: 1.5;
  font-weight: 600;
  font-size: 16px;
}

.analysis_result__block .analysis_detail_content p {
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-weight: 400;
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 12px;
  line-height: 1.75;
}

.analysis_result__block .analysis_detail_content p:has(+ ol),
.analysis_result__block .analysis_detail_content p:has(+ ul) {
  margin-bottom: 8px;
}

.analysis_result__block .analysis_detail_content strong {
  font-weight: 600;
}

.analysis_result__block .analysis_detail_content del {
  color: #1485EE;
}

.analysis_result__block .analysis_detail_content em {
  font-style: italic;
}

.analysis_result__block .analysis_detail_content a,
.analysis_result__block .analysis_detail_content a code {
  color: var(--theme-primary-color);
}

.analysis_result__block .analysis_detail_content img {
  max-width: 300px;
}

.analysis_result__block .analysis_detail_content ul {
  list-style: disc;
}

.analysis_result__block .analysis_detail_content ul ul {
  list-style: circle;
}

.analysis_result__block .analysis_detail_content ul ul ul {
  list-style: square;
}

.analysis_result__block .analysis_detail_content ol {
  list-style: decimal;
}

.analysis_result__block .analysis_detail_content ul,
.analysis_result__block .analysis_detail_content ol {
  margin-bottom: 16px;
  margin-top: 8px;
  text-align: left;
  padding-left: 16px;
}

.analysis_result__block .analysis_detail_content ul ul,
.analysis_result__block .analysis_detail_content ol ul,
.analysis_result__block .analysis_detail_content ul ol,
.analysis_result__block .analysis_detail_content ol ol {
  margin-bottom: 0;
  padding-left: 16px;
}

.analysis_result__block .analysis_detail_content ul p:first-child,
.analysis_result__block .analysis_detail_content ol p:first-child {
  margin-top: 0;
}

.analysis_result__block .analysis_detail_content li {
  list-style: inherit;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin: 4px 0 4px 4px;
  line-height: 1.6;
}

.analysis_result__block .analysis_detail_content li::marker {
  color: var(--theme-dark-text-color);
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  text-align-last: start !important;
  font-weight: bold;
}

.analysis_result__block .analysis_detail_content li:first-child {
  margin-top: 0;
}

.analysis_result__block .analysis_detail_content li:last-child {
  margin-bottom: 0;
}

.analysis_result__block .analysis_detail_content li>p:first-child {
  margin-bottom: 0;
}

.analysis_result__block .analysis_detail_content li>p {
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  display: inline;
}

.analysis_result__block .analysis_detail_content li>ol,
.analysis_result__block .analysis_detail_content li ul {
  margin-top: 4px;
}

.analysis_result__block .analysis_detail_content blockquote {
  margin: 16px 0;
  font-size: inherit;
  border-left: solid rgba(0, 0, 0, 0.08) 4px;
  padding-left: 12px;
  color: rgba(0, 0, 0, 0.4);
}

.analysis_result__block .analysis_detail_content hr {
  margin: 24px 0;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  background: none;
}

.analysis_result__block .analysis_detail_content hr+h1,
.analysis_result__block .analysis_detail_content hr+h2,
.analysis_result__block .analysis_detail_content hr+h3 {
  padding-top: 0;
}

.analysis_result__block .analysis_detail_content table {
  font-size: 14px;
  border-collapse: collapse;
  border-spacing: 0;
  min-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.analysis_result__block .analysis_detail_content th {
  background-color: var(--theme-label-default-bg-color);
  color: var(--theme-dark-text-color);
  text-align: left !important;
  font-weight: bold;
}

.analysis_result__block .analysis_detail_content td {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.9);
  text-align: left !important;
}

.analysis_result__block .analysis_detail_content th,
.analysis_result__block .analysis_detail_content td {
  padding: 0.66em 1em;
  vertical-align: middle;
  text-align: center;
  max-width: 448px;
  white-space: normal;
  box-sizing: border-box;
}

.analysis_result__block .analysis_detail_content code {
  font-size: 14px;
  word-break: break-word;
}

.analysis_result__block .analysis_detail_content code:not([class]) {
  margin: 0 8px;
  background-color: #303030;
  padding: 2px 4px;
  border: none;
  border-radius: 4px;
  color: rgba(255,255,255,0.9);
}

.analysis_result__block .analysis_detail_content kbd {
  color: #000;
  border: 1px solid rgba(0,0,0,0.6);
  border-bottom-width: 2px;
  background-color: #e4e4e4;
}

.ai-table-wrapper {
  overflow-x: auto;
  white-space: nowrap;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
  overflow-y: hidden;
}

.ai-table-wrapper::-webkit-scrollbar {
  display: block;
}

.ai-table-wrapper::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  cursor: pointer;
}

.ai-table-wrapper::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(93, 94, 95, 0.1);
  cursor: pointer;
}

.ai-table-wrapper table {
  border: none;
}

.ai-table-wrapper th:first-child,
.ai-table-wrapper td:first-child {
  border-left: none;
}

.ai-table-wrapper th:last-child,
.ai-table-wrapper td:last-child {
  border-right: none;
}

.ai-table-wrapper tr:first-child th {
  border-top: none;
}

.ai-table-wrapper tr:last-child td {
  border-bottom: none;
}

.ai-table-wrapper thead th {
  padding: 12px 16px;
  background-color: #ededed;
  border: 1px solid #e0e0e0;
}

.ai-table-wrapper tbody td {
  padding: 12px 16px;
  color: var(--theme-dark-text-color);
  border: 1px solid #e0e0e0;
  background-color: #fff;
}

.expand-code-width-placeholder {
  height: 0;
  width: 1999px;
  padding: 0;
  margin: 0;
  visibility: hidden;
  overflow: hidden;
}

.ai-code-markdown__code {
  position: relative;
  margin: 16px 0;
  padding-bottom: 10px;
}

.ai-code-markdown__code-lan {
  overflow: auto;
  font-size: 14px;
  line-height: 1.5;
  padding: 16px 16px;
  background-color: #fff !important;
  margin: 0 0 -10px 0 !important;
  border-radius: 0 0 8px 8px !important;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #e0e0e0;
}

.ai-code-markdown__code-lan::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  cursor: pointer;
}

.ai-code-markdown__code-lan code {
  background: none !important;
  line-height: 22px !important;
}

.ai-code-markdown__code__hd {
  height: 40px;
}

.ai-code-markdown__code__hd__inner {
  height: 100%;
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  background: #ededed;
  border-radius: 8px 8px 0 0;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #e0e0e0;
  position: relative;
  user-select: none;
  overflow: hidden;
}

.ai-code-markdown__code__hd__l {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  padding-left: 16px;
}

.ai-code-markdown__code__hd__r {
  display: flex;
  padding-right: 12px;
}

.ai-code-markdown__code__option {
  cursor: pointer;
  padding: 6px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.6);
}

.ai-code-markdown__code__option__text {
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  margin-left: 4px;
  user-select: none;
}

.ai-code-markdown__code__option:hover {
  background-color: #DADADA;
}

.ai-code-markdown__code__hd {
  position: sticky;
  top: 0;
  z-index: 1;
}

.ai-code-markdown__code__hd::after {
  content: ' ';
  display: block;
  position: absolute;
  left: 1px;
  right: 1px;
  top: 100%;
  height: 12px;
  background: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0));
  pointer-events: none;
}

.ai-code-markdown__code__hd {
  background-color: #FCFCFC;
}

.ai-code-markdown__code__hd::after {
  content: ' ';
  display: block;
  position: absolute;
  left: 1px;
  right: 1px;
  top: 100%;
  height: 12px;
  background: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0));
  pointer-events: none;
}