@import url(//fonts.googleapis.com/css?family=PT+Serif:400,400italic,700,700italic&subset=latin,cyrillic);
@import url(//fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic&subset=latin,cyrillic);
/* Global Styles - index.css */

.app-container {
  display: block;
  font-size: 14px;
  line-height: 1.5;
}

.button-normalize {
  background: none;
  border: none;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  vertical-align: middle;
}

body.fullscreen #site-main {
  box-sizing: border-box;
}

.font-pt-sans {
  font-family:
    'PT Sans',
    Trebuchet MS,
    Arial,
    sans-serif;
}

.font-pt-serif {
  font-family:
    'PT Serif',
    Gill Sans,
    Calibri,
    Calibri Light,
    Tahoma;
}

:root {
  /* Original colors */
  --primary-blue: #2050be;
  --light-blue: #1890ff;
  --hover-blue: #40a9ff;
  --dark-blue: #1a3c58;
  --light-gray: #f4f4f4;
  --border-gray: #cccccc;
  --text-gray: #6c6c6c;
  --light-border: #f0f0f0;
  --background-gray: #fafafa;
  --text-dark: #262626;
  --text-light: #8c8c8c;

  /* Dynamic theme variables */
  --primary-color: #2050be;
  --text-secondary: #6c6c6c;
  --border-radius: 0px;
  --font-family: 'PT Sans', Trebuchet MS, Arial, sans-serif;
  --font-serif: 'PT Serif', Gill Sans, Calibri, Calibri Light, Tahoma;
  --control-height: 40px;
  --font-size: 14px;
  --form-label-padding: 0 0 0.25rem 0;
}

/* Theme variations */
:root[data-theme='knoema-blue'] {
  --primary-color: #2050be;
  --text-secondary: #6080c0;
}

:root[data-theme='knoema-orange'] {
  --primary-color: #ff6600;
  --text-secondary: #cc5500;
}

:root[data-theme='knoema-green'] {
  --primary-color: #52c41a;
  --text-secondary: #389e0d;
}

.text-center {
  text-align: center;
}

.flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.flex-auto {
  flex: auto;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.transition-all {
  transition: all 0.3s ease;
}

.ant-splitter .ant-splitter-panel {
  overflow: visible !important;
}

.ant-splitter
  > .ant-splitter-bar
  .ant-splitter-bar-dragger:hover:not(.ant-splitter-bar-dragger-active):before {
  background: #f0f0f0 !important;
}

.ant-splitter > .ant-splitter-bar .ant-splitter-bar-dragger-active:before {
  background: #f0f0f0 !important;
}

.yBFDbpVOk_lw1462oA97::before {
  content: '\2441';
  font-family: 'knoema-ico';
  font-size: 34px;
  line-height: 20px;
  font-weight: 300;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #00519e;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.E3Ybnd8XvRiPY6gVjVXB {
  border: 0;
  font-size: 9pt;
  -webkit-text-decoration: none;
  text-decoration: none;
  padding: 10px 20px;
  cursor: pointer;
}
.bu7fi7XFvC__1yJKhdry {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70%;
}
.aBqDg1TT4IGVNCI6ksrF {
  font-size: 21px;
  font-weight: bold;
}
.hLh__0OsE6adUDTBtNdu {
  font-size: 16px;
}
.Ir2NhmBas0GK5u07GdNR {
  height: auto;
  padding: 8px 16px;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  background: #fff;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

.loader-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  min-height: 470px;
  overflow: hidden;
}

.morph-loader {
  display: flex;
  gap: 3px;
  align-items: center;
}

.morph-loader .morph-square {
  width: 16px;
  height: 16px;
  background: var(--color-primary);
  box-shadow: 0 2px 8px color-mix(in srgb, var(--color-primary, #1677ff), transparent 70%);
  animation: morph 1.6s ease-in-out infinite;
}

.morph-loader .morph-square:nth-child(1) {
  animation-delay: -0.6s;
}

.morph-loader .morph-square:nth-child(2) {
  animation-delay: -0.4s;
}

.morph-loader .morph-square:nth-child(3) {
  animation-delay: -0.2s;
}

.morph-loader .morph-square:nth-child(4) {
  animation-delay: 0s;
}

@keyframes morph {
  0%,
  70%,
  100% {
    transform: scale(1);
    border-radius: 0;
  }
  35% {
    transform: scale(0.6);
    border-radius: 50%;
  }
}

:root {
  --ai-chat-width: 420px;
  --ai-chat-transition-duration: 0.25s;
  --ai-chat-transition-easing: ease;
}

.QoWVwtVSV3jwAnD7ZEtm .ant-drawer {
    background: var(--color-white);
  }

.QoWVwtVSV3jwAnD7ZEtm .ant-drawer-mask {
    background: transparent;
    pointer-events: none;
  }

.QoWVwtVSV3jwAnD7ZEtm .ant-drawer-content-wrapper {
    width: var(--ai-chat-width) !important;
    max-width: 100vw;
    transition: transform var(--ai-chat-transition-duration) var(--ai-chat-transition-easing);
  }

.QoWVwtVSV3jwAnD7ZEtm .ant-drawer-content {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-left: 1px solid var(--color-border-secondary);
    background: var(--color-white);
    box-shadow: none;
    font-family: Arial, sans-serif;
  }

.QoWVwtVSV3jwAnD7ZEtm .ant-drawer-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-height: 0;
    padding: 0;
    overflow: hidden;
  }

.QoWVwtVSV3jwAnD7ZEtm .ant-drawer-header {
    display: none;
  }

body.ai-chat-drawer-open {
  box-sizing: border-box;
  width: 100%;
  padding-right: var(--ai-chat-width);
  overflow: hidden;
  background-color: var(--color-white);
  transition: padding-right var(--ai-chat-transition-duration) var(--ai-chat-transition-easing);
}

body.ai-chat-drawer-open #site-holder {
  background-color: var(--color-white);
}

body.ai-chat-drawer-open::after {
  content: '';
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: var(--ai-chat-width);
  background: var(--color-white);
  z-index: 999;
  pointer-events: none;
}

.pcRfuUzqJtobcEo_0bo6 {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 0;
}

.Dvw6s_b48giAUT6e5mwR {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 10px;
  padding: 18px 20px 12px;
}

.niaZpDd4f78m8uH1gRtA {
  flex: 1;
  min-width: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 29px;
}

.VzBytyna6CZzADOVI5NB.ant-btn {
  flex-shrink: 0;
  height: auto;
  padding: 6px 14px;
  border: 1px solid var(--color-border-secondary);
  border-radius: var(--border-radius-sm);
  background: color-mix(in srgb, var(--color-white) 92%, transparent);
  font-size: var(--font-size);
  font-weight: 400;
  line-height: 1.2;
  white-space: nowrap;
}

.VzBytyna6CZzADOVI5NB.ant-btn:hover {
    border-color: var(--color-text-tertiary) !important;
  }

.xqYYUT1ZzHeSDrORgNHF.ant-btn {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--color-text-tertiary);
  font-size: 24px;
  font-weight: 300;
  line-height: 25px;
}

.xgvyNmmnO50OIwRmwLhR {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 8px 20px 20px;
}

.z95NZ9s5m9Q375_tmZCT {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 40px;
}

.lQYtnbuzdRMspRMzATpB.ant-btn {
  width: 100%;
  height: auto;
  padding: 14px 16px;
  border: 1px solid var(--color-border-secondary);
  border-radius: var(--border-radius-lg);
  background: var(--color-white);
  font-size: 15px;
  line-height: 1.4;
  text-align: left;
  white-space: normal;
}

.jDOIGay1ih7bVDm8wv1e {
  display: flex;
  margin-bottom: 18px;
}

.XjdjJoGsYgW0VoQz4zjl {
  justify-content: flex-end;
}

.QMK0h_RQeIfyBsDPXRIx {
  justify-content: flex-start;
}

.bNXVEO2MKL1f1_TVPM6A {
  max-width: 78%;
}

.QMK0h_RQeIfyBsDPXRIx .bNXVEO2MKL1f1_TVPM6A {
  max-width: 100%;
}

.mQKjvw1513ThjsQOB0iu {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.NkYwtImughV1ErvPPAbx {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--color-primary);
  color: var(--color-white);
  font-size: 13px;
  font-weight: 600;
}

.hIqiDV_LM8ZWlRfliJCq {
  font-size: var(--font-size);
  line-height: 1.5;
}

.XjdjJoGsYgW0VoQz4zjl .hIqiDV_LM8ZWlRfliJCq {
  padding: 14px 18px;
  border-radius: var(--border-radius);
  background: var(--color-fill-tertiary);
  white-space: pre-wrap;
}

.QMK0h_RQeIfyBsDPXRIx .hIqiDV_LM8ZWlRfliJCq {
  padding: 0;
  background: transparent;
  white-space: normal;
}

.YWImUU9rbseY3fUZPfNw > *:first-child {
    margin-top: 0;
  }

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

.YWImUU9rbseY3fUZPfNw h1,
  .YWImUU9rbseY3fUZPfNw h2,
  .YWImUU9rbseY3fUZPfNw h3 {
    margin: 0 0 8px;
    font-weight: 600;
    line-height: 1.35;
  }

.YWImUU9rbseY3fUZPfNw h1 {
    font-size: 18px;
  }

.YWImUU9rbseY3fUZPfNw h2 {
    margin-top: 16px;
    font-size: 16px;
  }

.YWImUU9rbseY3fUZPfNw h3 {
    margin-top: 12px;
    font-size: 15px;
  }

.YWImUU9rbseY3fUZPfNw p {
    margin: 0 0 10px;
  }

.YWImUU9rbseY3fUZPfNw pre {
    font-size: 13px;
  }

.YWImUU9rbseY3fUZPfNw ul,
  .YWImUU9rbseY3fUZPfNw ol {
    margin: 0 0 10px;
    padding-left: 1.25em;
  }

.YWImUU9rbseY3fUZPfNw li {
    margin: 0 0 4px;
  }

.YWImUU9rbseY3fUZPfNw li > p {
      margin: 0 0 4px;
    }

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

.YWImUU9rbseY3fUZPfNw strong {
    font-weight: 600;
  }

.TDoXr2GwlkBHR5TBXCwE {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid var(--color-border-secondary);
}

.T7Bu025ue4iTEi4ZAyrV {
  background: transparent;
  border: 0;
}

.T7Bu025ue4iTEi4ZAyrV .ant-collapse-item {
    border: 0;
  }

.T7Bu025ue4iTEi4ZAyrV .ant-collapse-header {
    align-items: center;
    padding: 0;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
  }

.T7Bu025ue4iTEi4ZAyrV .ant-collapse-expand-icon {
    padding-right: 6px;
    color: var(--color-text-tertiary);
  }

.T7Bu025ue4iTEi4ZAyrV .ant-collapse-content {
    border-top: 0;
    background: transparent;
  }

.T7Bu025ue4iTEi4ZAyrV .ant-collapse-content-box {
    padding: 10px 0 0;
  }

.Rna7TDaAziTZgdd0v1jx {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.Rna7TDaAziTZgdd0v1jx a {
    color: var(--color-primary);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    -webkit-text-decoration: none;
    text-decoration: none;
  }

.Rna7TDaAziTZgdd0v1jx a:hover {
      -webkit-text-decoration: underline;
      text-decoration: underline;
    }

.s3bbk6VHR4n1E852sVrf {
  color: var(--color-text-tertiary);
}

.xtUMK_rmPIvd2zk_mHQ1 {
  margin: 0 0 16px;
}

.CgAg642kw7EDEZ46Kbzw {
  display: flex;
  flex-shrink: 0;
  gap: 10px;
  margin: 0 28px 24px;
  padding: 10px;
  border: 1px solid var(--color-border-secondary);
  border-radius: var(--border-radius);
  background: var(--color-white);
  box-shadow: 0 2px 8px color-mix(in srgb, var(--color-text-tertiary) 12%, transparent);
}

.k9hcCBGsEQUgyYSJBPng.ant-input {
  flex: 1;
  min-width: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 16px;
  box-shadow: none;
}

.k9hcCBGsEQUgyYSJBPng.ant-input::placeholder {
    color: var(--color-text-tertiary);
  }

.k9hcCBGsEQUgyYSJBPng.ant-input:focus,
  .k9hcCBGsEQUgyYSJBPng.ant-input:hover {
    border: 0;
    box-shadow: none;
  }

.SxYAji6a4P4dPAB2rQa6.ant-btn {
  flex-shrink: 0;
  width: 38px;
  min-width: 38px;
  height: 38px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--color-primary);
  color: var(--color-white);
  font-size: 22px;
  line-height: 38px;
}

.SxYAji6a4P4dPAB2rQa6.ant-btn:disabled {
    cursor: default;
    opacity: 0.5;
  }

.OiiMXBXVf_N4oyr9s8QY.ant-modal-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  pointer-events: auto;
}

.OiiMXBXVf_N4oyr9s8QY.ant-modal-wrap .ant-modal {
    top: auto;
    padding-bottom: 0;
    margin: 0;
    max-width: calc(100% - 40px);
  }

.pcRfuUzqJtobcEo_0bo6 .ant-modal-root {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
}

.pcRfuUzqJtobcEo_0bo6 .ant-modal-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.ZlmRrQYO6m9pZ8l8u66B .ant-modal-content {
    padding: 20px;
    border-radius: var(--border-radius-lg);
    box-shadow: 0 8px 24px color-mix(in srgb, var(--color-text-tertiary) 25%, transparent);
  }

.ZlmRrQYO6m9pZ8l8u66B .ant-modal-body {
    padding: 0;
  }

.ZlmRrQYO6m9pZ8l8u66B .ant-modal-footer {
    margin-top: 20px;
    padding: 0;
    border-top: 0;
  }

