/* 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: 1280px;
  padding: 32px;
  margin: 0 auto;
}

/* Two-column article + sidebar */
.tvl-layout {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: flex-start;
}

.tvl-article {
  width: 100%;
  min-width: 0;
}

.tvl-sidebar {
  display: none;
  width: 100%;
  flex-shrink: 0;
}

.tvl-sidebar__stack {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.tvl-sidebar__sticky {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: 1.25rem;
}

@media (min-width: 1024px) {
  .tvl-layout {
    flex-direction: row;
    align-items: stretch;
    gap: 2rem;
  }

  .tvl-article {
    width: 66.666%;
  }

  .tvl-sidebar {
    display: block;
    width: 33.333%;
    position: relative;
    align-self: stretch;
  }
}

@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;
}

.Comments__ReplyButton-sc-1rb2zm5-17 {
  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,
.styles__FormTelInput-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;
}

.form-error {
  display: block;
  color: #e11d48;
  font-size: 11px;
  line-height: 15px;
  margin-top: 4px;
  min-height: 0;
}

.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;
}

.FormBuilder__Wrap-sc-atdk0-0 {
  position: relative;
}

/* 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;
}

/* Sidebar widgets */
.sidebar-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}

.sidebar-card__title-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.sidebar-card__icon {
  width: 1.25rem;
  height: 1.25rem;
  color: #374151;
  flex-shrink: 0;
}

.sidebar-card__title {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
  color: #1f2937;
  line-height: 1.3;
}

.sidebar-card__subtitle {
  margin: 0 0 1.25rem;
  font-size: 0.875rem;
  color: #6b7280;
  line-height: 1.4;
}

.sidebar-card__label {
  display: block;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #4b5563;
}

#calc-amount-display {
  text-align: center;
  font-size: 1.875rem;
  font-weight: 800;
  color: #1f2937;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.calc-slider-wrap {
  position: relative;
  padding: 0 4px;
  margin-bottom: 0.5rem;
}

.calc-slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 999px;
  background: #e5e7eb;
  outline: none;
  cursor: pointer;
  margin: 8px 0;
}

.calc-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, #374151, #1f2937);
  border: 3px solid #fff;
  box-shadow: 0 2px 8px rgba(31, 41, 55, 0.4);
  cursor: pointer;
  margin-top: -10px;
  transition: transform 0.15s, box-shadow 0.15s;
}

.calc-slider::-webkit-slider-thumb:hover {
  transform: scale(1.15);
  box-shadow: 0 3px 12px rgba(31, 41, 55, 0.5);
}

.calc-slider::-moz-range-thumb {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, #374151, #1f2937);
  border: 3px solid #fff;
  box-shadow: 0 2px 8px rgba(31, 41, 55, 0.4);
  cursor: pointer;
}

.calc-slider::-webkit-slider-runnable-track {
  background: linear-gradient(
    to right,
    #374151 0%,
    #374151 var(--slider-pct, 0%),
    #e5e7eb var(--slider-pct, 0%),
    #e5e7eb 100%
  );
  height: 8px;
  border-radius: 999px;
}

.calc-slider::-moz-range-track {
  background: linear-gradient(
    to right,
    #374151 0%,
    #374151 var(--slider-pct, 0%),
    #e5e7eb var(--slider-pct, 0%),
    #e5e7eb 100%
  );
  height: 8px;
  border-radius: 999px;
}

.calc-ticks {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  color: #9ca3af;
  margin-bottom: 1.25rem;
  padding: 0 4px;
}

.calc-returns {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 1rem;
}

.calc-returns__label {
  margin: 0 0 0.25rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #374151;
}

#calc-returns-display {
  font-size: 1.5rem;
  font-weight: 800;
  color: #16a34a;
}

/* Live feed */
.sidebar-sticky {
  position: sticky;
  top: 1.5rem;
}

#sidebar-live-feed {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.live-feed-header {
  padding: 0.75rem 1rem;
  background: #1f2937;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 12px 12px 0 0;
}

.live-feed-header__left {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.live-feed-header__icon {
  width: 1.25rem;
  height: 1.25rem;
  color: #4ade80;
}

.live-feed-header__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}

.live-feed-badge {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  color: #4ade80;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.live-feed-badge__dot {
  width: 8px;
  height: 8px;
  background: #4ade80;
  border-radius: 50%;
  margin-right: 6px;
}

.live-pulse {
  animation: livePulse 2s ease-in-out infinite;
}

@keyframes livePulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}

.live-feed-today {
  padding: 0.625rem 1rem;
  border-bottom: 1px solid #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.live-feed-today__label {
  font-size: 0.875rem;
  color: #4b5563;
  font-weight: 500;
}

#live-feed-today-total {
  font-size: 1rem;
  font-weight: 700;
  color: #16a34a;
}

#live-feed-list {
  height: 364px;
  overflow: hidden;
  position: relative;
}

.desk-feed-reel {
  will-change: transform;
}

.desk-feed-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 52px;
  padding: 6px 16px;
  border-bottom: 1px solid #f3f4f6;
  box-sizing: border-box;
}

.desk-feed-row:last-child {
  border-bottom: none;
}

.feed-row-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.feed-user {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
}

.feed-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.feed-name {
  font-size: 13px;
  color: #1f2937;
  font-weight: 600;
}

.feed-profit {
  font-size: 13px;
  font-weight: 700;
  color: #16a34a;
}

.feed-row-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 2.25rem;
  margin-top: 2px;
}

.feed-type {
  font-size: 10px;
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 4px;
  margin-right: 6px;
}

.feed-type-buy {
  background: #f0fdf4;
  color: #15803d;
}

.feed-type-sell {
  background: #fef2f2;
  color: #dc2626;
}

.feed-pair {
  font-size: 11px;
  color: #4b5563;
  font-family: ui-monospace, monospace;
  font-weight: 500;
}

.feed-ai {
  font-size: 10px;
  font-weight: 600;
  color: #6b7280;
}

.live-feed-footer {
  padding: 0.625rem 1rem;
  background: #f9fafb;
  border-top: 1px solid #f3f4f6;
}

.live-feed-footer p {
  margin: 0;
  font-size: 0.75rem;
  color: #6b7280;
  text-align: center;
}

.live-feed-cta-wrap {
  padding: 0.75rem 1rem;
  border-top: 1px solid #f3f4f6;
}

.sidebar-btn {
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  transition: background-color 0.15s ease, color 0.15s ease;
  cursor: pointer;
  border: none;
}

.sidebar-btn--dark {
  background: #1f2937;
  color: #fff;
}

.sidebar-btn--dark:hover {
  background: #374151;
  color: #fff;
}

.sidebar-btn--light {
  background: #fff;
  color: #1f2937;
}

.sidebar-btn--light:hover {
  background: #f3f4f6;
  color: #1f2937;
}

/* Register CTA card */
#sidebar-cta .sidebar-cta-inner {
  background: #1f2937;
  border-radius: 12px;
  padding: 1.25rem;
  color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#sidebar-cta .sidebar-cta-inner h3 {
  margin: 0 0 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}

#sidebar-cta .sidebar-cta-inner p.cta-sub {
  margin: 0 0 1rem;
  font-size: 0.875rem;
  color: #d1d5db;
  text-align: center;
  line-height: 1.4;
}

#sidebar-cta .sidebar-cta-inner p.cta-note {
  margin: 0.75rem 0 0;
  font-size: 0.75rem;
  color: #9ca3af;
  text-align: center;
}

/* Mobile live bar */
#mobile-live-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 40;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  will-change: transform;
}

#mobile-live-bar.is-visible {
  transform: translateY(0);
}

@media (max-width: 1023px) {
  #mobile-live-bar {
    display: block;
  }

  body {
    padding-bottom: 88px;
  }
}

.mobile-live-bar__inner {
  background: #fff;
  border-top: 1px solid #e5e7eb;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
}

.mobile-live-bar__ticker {
  display: flex;
  align-items: center;
  padding: 6px 12px;
  border-bottom: 1px solid #f3f4f6;
}

.mobile-live-bar__label {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  margin-right: 10px;
}

.mobile-live-bar__label span {
  font-size: 11px;
  color: #1f2937;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.mobile-live-bar__dot {
  width: 8px;
  height: 8px;
  background: #22c55e;
  border-radius: 50%;
}

.mobile-live-bar__actions {
  padding: 8px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.mobile-live-bar__actions .sidebar-btn {
  flex: 1;
  padding: 0.625rem;
}

.mobile-live-bar__online {
  flex-shrink: 0;
  text-align: center;
  line-height: 1.2;
}

.mobile-live-bar__online .mobile-live-bar__dot {
  display: inline-block;
  vertical-align: middle;
}

.mobile-live-bar__online span:last-child {
  display: block;
  font-size: 10px;
  color: #9ca3af;
}
