/* Extracted from react_ait_7752 styled-components (bundles 25568, 76298, 43618) + layout for footer/disclaimer/prefix */

html {
  height: 100%;
}

body {
  background-color: #ededed;
  font-family: "Epilogue", sans-serif;
  font-size: 18px;
  font-weight: 400;
  min-height: 100%;
  line-height: 29px;
  color: #000000;
  margin: 0;
}

#root {
  min-height: 100%;
}

.react_ait_7752__Wrapper-sc-2bc57h-0 {
  position: relative;
  max-width: 960px;
  padding: 32px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .react_ait_7752__Wrapper-sc-2bc57h-0 {
    padding: 32px 24px;
  }
}

@media (max-width: 480px) {
  .react_ait_7752__Wrapper-sc-2bc57h-0 {
    padding: 32px 16px;
  }
}

/* ArticleV2 */
.ArticleV2__TopTitle-sc-3cdkgd-1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 43px;
  margin-bottom: 16px;
  color: #111827;
}

@media (max-width: 480px) {
  .ArticleV2__TopTitle-sc-3cdkgd-1 {
    font-size: 35px;
  }
}

.ArticleV2__Notice-sc-3cdkgd-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 300;
  color: rgb(0, 0, 0);
  gap: 1rem;
  margin: 0 0 1.5rem;
  flex-wrap: wrap;
}

.ArticleV2__Notice-sc-3cdkgd-2 .notice-2 {
  cursor: pointer;
}

.ArticleV2__MainTitle-sc-3cdkgd-3 {
  font-size: 33px;
  margin-bottom: 20px;
  line-height: 36px;
  font-weight: 700;
}

.ArticleV2__Title-sc-3cdkgd-4 {
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 29px;
}

.ArticleV2__Text-sc-3cdkgd-5 {
  color: #1f2937;
  margin-bottom: 24px;
}

.ArticleV2__Text-sc-3cdkgd-5 p:not(:last-child) {
  margin-bottom: 24px;
}

.ArticleV2__Text-sc-3cdkgd-5 span {
  color: #ff8b1f;
  font-weight: 500;
  cursor: pointer;
  text-decoration: underline;
  transition: all 0.2s ease;
}

.ArticleV2__Text-sc-3cdkgd-5 span:hover {
  color: #60a5fa;
}

.ArticleV2__Image-sc-3cdkgd-6 {
  margin-bottom: 16px;
}

.ArticleV2__Image-sc-3cdkgd-6 img {
  display: block;
  width: 100%;
  border-radius: 7px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 10px 15px -3px, rgba(0, 0, 0, 0.1);
}

.ArticleV2__List-sc-3cdkgd-7 {
  margin: 0 0 24px;
  padding-left: 1.25rem;
  list-style: disc;
}

.ArticleV2__ListItem-sc-3cdkgd-8 {
  color: #1f2937;
  margin-bottom: 8px;
}

.ArticleV2__Profit-sc-3cdkgd-9 {
  box-shadow: rgba(0, 0, 0, 0.1) 0 10px 15px -3px, rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 32px;
}

.ArticleV2__ProfitHeader-sc-3cdkgd-10 {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 2px 12px;
  grid-template-areas: "logo title . ." "logo text . .";
  background: linear-gradient(to right, rgb(93, 137, 152), rgb(246, 249, 254));
  padding: 12px 20px;
}

.ArticleV2__ProfitLogo-sc-3cdkgd-11 {
  grid-area: logo;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background-color: #fff;
  padding: 6px;
  box-sizing: border-box;
}

.ArticleV2__ProfitLogo-sc-3cdkgd-11 img {
  display: block;
  width: 100%;
  height: auto;
}

.ArticleV2__ProfitHeaderTitle-sc-3cdkgd-12 {
  grid-area: title;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.ArticleV2__ProfitHeaderText-sc-3cdkgd-13 {
  grid-area: text;
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

.ArticleV2__ProfitSectionHeader-sc-3cdkgd-16 {
  border-bottom: 1px solid #e5e7eb;
  background: #f9fafb;
  padding: 8px 16px;
  color: #4a5565;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.ArticleV2__ProfitRowWrapper-sc-3cdkgd-17 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
  background-color: #fff;
}

.ArticleV2__ProfitTitle-sc-3cdkgd-18 {
  color: #101828;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.ArticleV2__ProfitAmount-sc-3cdkgd-19 {
  color: #00a63e;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 2px;
}

.ArticleV2__ProfitBalance-sc-3cdkgd-20 {
  color: #6a7282;
  text-align: right;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

/* Comments */
.Comments__CommentsSection-sc-1rb2zm5-0 {
  margin: 32px 0 0;
}

.Comments__CommentsHeader-sc-1rb2zm5-1 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 2px solid #d1d5dc;
}

.Comments__CommentItem-sc-1rb2zm5-3 {
  padding: 16px 0;
}

.Comments__CommentItem-sc-1rb2zm5-3:not(:last-child) {
  border-bottom: 1px solid #ebe6e7;
}

.Comments__CommentHeader-sc-1rb2zm5-4 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.Comments__Avatar-sc-1rb2zm5-5 {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.Comments__Avatar-sc-1rb2zm5-5 img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  object-fit: cover;
}

.Comments__CommentName-sc-1rb2zm5-7 {
  color: #101828;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.Comments__CommentName-sc-1rb2zm5-7 span {
  color: #6a7282;
  font-size: 12px;
  font-weight: 400;
}

.Comments__CommentText-sc-1rb2zm5-8 {
  margin-bottom: 8px;
  color: #364153;
  font-size: 15px;
  line-height: 1.6;
}

.Comments__ReplyBlock-sc-1rb2zm5-9 {
  padding-left: 16px;
  border-left: 2px solid #ebe6e7;
  margin-top: 16px;
}

.Comments__ReplyItem-sc-1rb2zm5-10 {
  padding: 12px 0;
}

.Comments__ReplyAvatar-sc-1rb2zm5-11 {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.Comments__ReplyAvatar-sc-1rb2zm5-11 img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}

.Comments__ReplyText-sc-1rb2zm5-12 {
  padding-left: 40px;
}

.Comments__Actions-sc-1rb2zm5-13 {
  display: flex;
  align-items: center;
  gap: 16px;
}

.Comments__Likes-sc-1rb2zm5-14 {
  display: flex;
  align-items: center;
  gap: 4px;
}

.Comments__LikeIcon-sc-1rb2zm5-15 {
  width: 16px;
  height: 16px;
  color: #ff6467;
}

.Comments__LikeCount-sc-1rb2zm5-16 {
  color: #4a5565;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.Comments__ReplyButton-sc-1rb2zm5-17 {
  color: #4a5565;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
}

.Comments__ReplyButton-sc-1rb2zm5-17:hover {
  text-decoration: underline;
}

.Comments__ImportantText-sc-1rb2zm5-18 {
  width: 100%;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #d1d5dc;
}

.Comments__ImportantTextInner-sc-1rb2zm5-19 {
  padding: 16px;
  background-color: #fbf9fa;
  color: #4a5565;
  font-size: 14px;
  line-height: 1.6;
  border-radius: 8px;
}

/* Form main + block (version 2) */
.FormMain__FormWrapper-sc-1d219gr-0 {
  z-index: 30;
  position: relative;
  background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%);
}

.FormBlock__Top-sc-c09q7w-0 {
  border-bottom: 1px solid rgba(30, 64, 175, 0.2);
  background: #dcdee7;
  padding: 27px;
  font-size: 16px;
  text-align: center;
  margin-bottom: 0;
  color: #fff;
}

.FormBlock__TopText2-sc-c09q7w-2 {
  color: #000;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 29px;
  margin-bottom: 8px;
}

.FormBlock__TopText3-sc-c09q7w-3 {
  color: #364153;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.FormBlock__Body-sc-c09q7w-4 {
  padding: 24px;
  max-width: 496px;
  margin-left: auto;
  margin-right: auto;
}

/* Form fields — version_2 theme overrides base 76298 */
.styles__FormStyle-sc-j418ia-0 {
  display: block;
}

.styles__FormField-sc-j418ia-1 {
  margin-bottom: 16px;
  position: relative;
}

.styles__FormLabel-sc-j418ia-5 {
  display: block;
  text-align: left;
  color: #09090b;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 2px;
}

.Input__StyledInput-sc-13lt0xd-0.styles__FormInput-sc-j418ia-3,
.styles__FormEmailInput-sc-j418ia-2 {
  height: 45px;
  width: 100%;
  border: 1px solid #cacaca;
  padding: 10px 15px;
  font-size: 13px;
  color: #000;
  max-width: 100%;
  border-radius: 5px;
  box-sizing: border-box;
}

.styles__PhoneWrap-sc-j418ia-7 {
  position: relative;
  display: flex;
  flex-direction: row;
  direction: ltr;
}

.styles__Prefix-sc-j418ia-8 {
  flex: 0 0 105px;
}

.Prefix__PrefixInputWrapper-sc-1powjap-0 {
  display: flex;
  align-items: center;
  height: 45px;
  border: 1px solid #cacaca;
  border-radius: 5px 0 0 5px;
  border-right: none;
  padding: 0 8px 0 12px;
  background: #fff;
  box-sizing: border-box;
}

.Prefix__Flag-sc-1powjap-2 {
  width: 22px;
  height: 16px;
  flex-shrink: 0;
  margin-right: 6px;
  border-radius: 2px;
  background: url(https://flagcdn.com/w40/gb.png) center / cover no-repeat;
}

.Prefix__PrefixInput-sc-1powjap-1 {
  border: none;
  background: transparent;
  font-size: 13px;
  width: 100%;
  min-width: 0;
  padding: 0;
  color: #000;
}

.Phone__PhoneInputWrapper-sc-1osv1px-0 {
  flex: 1;
  min-width: 0;
}

.Phone__Input-sc-1osv1px-1 {
  height: 45px;
  width: 100%;
  border: 1px solid #cacaca;
  border-left: none;
  border-radius: 0 5px 5px 0;
  padding: 10px 15px;
  font-size: 13px;
  color: #000;
  box-sizing: border-box;
}

.Button__Btn-sc-13jukhu-0.styles__SubmitButton-sc-j418ia-6 {
  cursor: pointer;
  outline: 0;
  color: #fff;
  border: none;
  border-radius: 5px;
  background-color: #1e40af;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  padding: 11px;
  height: auto;
  min-height: 56px;
  transition: transform 0.3s ease;
  will-change: transform;
}

.Button__Btn-sc-13jukhu-0.styles__SubmitButton-sc-j418ia-6:hover:not(:disabled) {
  transform: scale(1.03);
}

.Button__Btn-sc-13jukhu-0.styles__SubmitButton-sc-j418ia-6:disabled {
  opacity: 0.5;
  cursor: default;
  transform: none;
}

.styles__GdprLabel-sc-j418ia-11 {
  display: block;
  cursor: pointer;
}

.styles__GdprField-sc-j418ia-10 {
  color: #212529;
}

.styles__GdprField-sc-j418ia-10 a {
  color: #1792d7;
  text-decoration: underline;
}

.styles__GdprField-sc-j418ia-10 a:hover {
  text-decoration: none;
}

.CheckboxGdpr__Gdpr-sc-r5gi1v-1 {
  display: inline;
  font-size: 14px;
  line-height: 1.4;
  vertical-align: middle;
}

.CheckboxGdpr__StyledInput-sc-r5gi1v-0 {
  margin-right: 8px;
  vertical-align: middle;
}

.HiddenInput__HiddenInputStyle-sc-1mbu45b-0 {
  display: none;
}

.FormBuilder__Wrap-sc-atdk0-0 {
  position: relative;
}

/* Field errors (vanilla) */
.tvl-field-error {
  display: block;
  color: red;
  font-size: 11px;
  line-height: 15px;
  margin-top: 4px;
}

.tvl-input-invalid {
  border-color: #e11d48 !important;
}

/* Footer (TraderAI layout, vanilla CSS) */
.tvl-footer {
  background: linear-gradient(to right, #154f5a, #216978);
  color: #fff;
  padding: 48px 0;
  margin-top: 48px;
  box-sizing: border-box;
}

.tvl-footer__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .tvl-footer__container {
    padding: 0 32px;
  }
}

.tvl-footer__company-spacer {
  min-height: 0;
}

.tvl-footer__risk-block {
  margin-top: 16px;
  padding-top: 24px;
  border-top: 1px solid rgba(33, 105, 120, 0.5);
}

.tvl-footer__columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
}

.tvl-footer__col {
  width: 100%;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .tvl-footer__col--risk {
    width: calc(50% - 12px);
    padding-right: 16px;
  }

  .tvl-footer__col--legal {
    width: calc(50% - 12px);
    padding-left: 16px;
  }
}

.tvl-footer__heading {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.tvl-footer__heading--risk {
  color: #fde047;
}

.tvl-footer__heading--legal {
  color: #d1d5db;
}

.tvl-footer__text {
  margin: 0;
  font-size: 12px;
  line-height: 1.625;
  color: #9ca3af;
}

.tvl-footer__text--spaced {
  margin-top: 8px;
}

.tvl-footer__bottom {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(33, 105, 120, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

@media (min-width: 768px) {
  .tvl-footer__bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.tvl-footer__copyright {
  margin: 0;
  font-size: 12px;
  color: #d1d5db;
  text-align: center;
}

@media (min-width: 768px) {
  .tvl-footer__copyright {
    margin-bottom: 0;
    text-align: left;
  }
}

.tvl-footer__quick-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px 0;
}

.tvl-footer__link {
  font-family: inherit;
  font-size: 12px;
  color: #d1d5db;
  text-decoration: none;
  padding: 4px 8px;
  margin: 0;
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.15s ease;
  line-height: inherit;
}

.tvl-footer__link:hover {
  color: #e0f2f4;
}

/* Footer legal modals (TraderAI-style content, vanilla CSS) */
.tvl-footer-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 400;
  align-items: center;
  justify-content: center;
  padding: 16px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
  overflow-y: auto;
}

.tvl-footer-modal.tvl-footer-modal--open {
  opacity: 1;
}

.tvl-footer-modal__dialog {
  position: relative;
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  width: 100%;
  max-height: 85vh;
  overflow-y: auto;
  box-sizing: border-box;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
  transform: scale(0.96);
  transition: transform 0.3s ease;
}

.tvl-footer-modal.tvl-footer-modal--open .tvl-footer-modal__dialog {
  transform: scale(1);
}

.tvl-footer-modal__dialog--wide {
  max-width: 42rem;
}

.tvl-footer-modal__dialog--narrow {
  max-width: 36rem;
}

.tvl-footer-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  padding: 0;
  border: none;
  background: transparent;
  color: #9ca3af;
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
  border-radius: 4px;
}

.tvl-footer-modal__close:hover {
  color: #4b5563;
}

.tvl-footer-modal__title {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 40px 16px 0;
  color: #111827;
}

.tvl-footer-modal__body {
  font-size: 14px;
  line-height: 1.5;
  color: #374151;
}

.tvl-footer-modal__body p {
  margin: 0 0 12px;
}

.tvl-footer-modal__h3 {
  font-weight: 700;
  font-size: 14px;
  margin: 16px 0 8px;
  color: #111827;
}

.tvl-footer-modal__h3--accent {
  color: #4338ca;
  margin-top: 0;
}

.tvl-footer-modal__ul {
  margin: 0 0 12px;
  padding-left: 1.25rem;
}

.tvl-footer-modal__ul li {
  margin-bottom: 4px;
}

.tvl-footer-modal__block {
  margin: 8px 0 0;
}

.tvl-footer-modal__card {
  margin: 24px 0;
  padding: 20px;
  background: #f9fafb;
  border-radius: 8px;
}

.tvl-footer-modal__meta {
  margin-top: 16px;
  margin-bottom: 0;
}

.tvl-footer-modal__body a {
  color: #4338ca;
  text-decoration: underline;
}

.tvl-footer-modal__body a:hover {
  text-decoration: none;
}

/* Modals (vanilla) */
.tvl-modal-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 300;
  background: rgba(0, 0, 0, 0.75);
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}

.tvl-modal-backdrop.is-open {
  display: flex;
}

.tvl-modal {
  background: #fff;
  border-radius: 10px;
  max-width: 480px;
  width: 100%;
  padding: 28px 24px 24px;
  position: relative;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
}

.tvl-modal__title {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 12px;
  color: #111827;
}

.tvl-modal__text {
  font-size: 16px;
  line-height: 1.5;
  color: #374151;
  margin: 0 0 20px;
}

.tvl-modal__btn {
  width: 100%;
  border: none;
  border-radius: 5px;
  padding: 14px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  color: #fff;
  background: #0d8dcf;
}

.tvl-modal__btn:hover {
  opacity: 0.92;
}

.tvl-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  border: none;
  background: transparent;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  color: #6b7280;
}
