/*!************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/app/(v2)/components/TopBar/ServiceSelector/styles.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_container__hU5FA {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 0.25rem;
	border-radius: 12px;
	padding: 4px;
	background-color: #F9FAFB;
}

.styles_serviceButton__78TrJ {
	all: unset;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.6rem 1rem;
	border-radius: 0.5rem;
	font-family: inherit;
	font-size: 12px;
	font-weight: 500;
	cursor: pointer;
	background-color: #F3F3F3;
	color: #666;
	border: 1px solid transparent;
	transition: all 0.2s ease;
	white-space: nowrap;
}

.styles_serviceButton__78TrJ:hover {
	background-color: #E6E8EC;
	color: #333;
}

.styles_serviceButton__78TrJ.styles_active__MO_um {
	background-color: var(--primary);
	color: white;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* Label visibility - desktop shows full labels, mobile shows short labels */
.styles_labelDesktop__5HQM2 {
	display: inline;
}

.styles_labelMobile__mmim2 {
	display: none;
}

@media screen and (max-width: 767px) {
	.styles_container__hU5FA {
		width: 100%;
		padding: 0px;
		background-color: transparent;
		margin-bottom: 0;
	}

	.styles_serviceButton__78TrJ {
		flex: 1 1;
	}

	.styles_labelDesktop__5HQM2 {
		display: none;
	}

	.styles_labelMobile__mmim2 {
		display: inline;
	}
}


/*!************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/app/(v2)/home/components/DashboardServices/styles.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_container__eJ0Fr {
	background-color: #ffffff;
	border: 1px solid #E6E8EC;
	border-radius: 12px;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.styles_content__7Quww {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	overflow: hidden;
	padding: 20px;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	gap: 10px;
}

/* Status Section */
.styles_statusSection__Wb3iz {
	display: flex;
	flex-direction: row;
	gap: 8px;
	align-items: center;
	height: 17px;
	max-height: 44px;
	width: 100%;
	flex-shrink: 0;
}

.styles_statusDots__FzQJQ {
	display: flex;
	gap: 4px;
	height: 8px;
	align-items: center;
	width: 32px;
	flex-shrink: 0;
}

.styles_statusDot__Yp1pq {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #e0e0e0;
	flex-shrink: 0;
}

.styles_statusDot__Yp1pq.styles_active___D35m {
	background-color: #00a26b;
}

.styles_statusText__PrBV5 {
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
	color: #1d1d1d;
	margin: 0;
	flex-shrink: 0;
}

.styles_bold__dsz0_ {
	font-weight: 700;
}

/* Manage Section */
.styles_manageSection__EfCFd {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: flex-end;
	justify-content: flex-end;
	width: 100%;
	flex-shrink: 0;
}

.styles_manageLink__RE1QD {
	all: unset;
	display: flex;
	gap: 4px;
	align-items: center;
	height: 20px;
	cursor: pointer;
	border-radius: 8px;
	padding: 0;
	background: transparent;
	transition: opacity 0.2s ease;
}

.styles_manageLink__RE1QD:hover {
	opacity: 0.8;
}

.styles_manageLink__RE1QD:active {
	opacity: 0.6;
}

.styles_manageText__V1Z4J {
	font-weight: 500;
	font-size: 12px;
	line-height: 1.5;
	color: #00a26b;
	margin: 0;
	flex-shrink: 0;
}

.styles_chevron__cfSko {
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.styles_chevron__cfSko svg {
	width: 6px;
	height: 10px;
}


/*!**************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/ui/Button/Button.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************/
.Button_button__f_l0m {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 40px;
    padding: 10px 12px;
    border-radius: 8px;
    font-family: var(--font-montserrat), sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    cursor: pointer;
    border: none;
    box-sizing: border-box;
    transition: color 150ms ease-out, box-shadow 150ms ease-out, transform 150ms ease-out, background-color var(--transition-base), border-color var(--transition-base);
    white-space: nowrap;
    outline: none;
}

.Button_button__f_l0m:active:not(:disabled) {
    transform: scale(0.97);
}

.Button_button__f_l0m:disabled {
    pointer-events: none;
}

.Button_button__f_l0m:focus-visible {
    border-color: var(--color-ring);
    box-shadow: 0 0 0 3px rgba(0, 162, 107, 0.5);
}

.Button_button__f_l0m[aria-invalid="true"] {
    border-color: var(--color-red-500);
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.2);
}

/* Default variant (Main/Green) */
.Button_button__f_l0m[data-variant="default"] {
    background-color: var(--color-green-500);
    color: var(--color-neutral-50);
}

.Button_button__f_l0m[data-variant="default"]:hover:not(:disabled) {
    background-color: var(--color-green-600);
}

.Button_button__f_l0m[data-variant="default"]:active:not(:disabled) {
    background-color: var(--color-green-700);
}

.Button_button__f_l0m[data-variant="default"]:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Secondary variant (Outline) */
.Button_button__f_l0m[data-variant="secondary"],
.Button_button__f_l0m[data-variant="outline"] {
    background-color: var(--color-neutral-50);
    border: 1px solid var(--color-green-500);
    color: var(--color-green-500);
}

.Button_button__f_l0m[data-variant="secondary"]:hover:not(:disabled),
.Button_button__f_l0m[data-variant="outline"]:hover:not(:disabled) {
    background-color: var(--color-green-50);
}

.Button_button__f_l0m[data-variant="secondary"]:active:not(:disabled),
.Button_button__f_l0m[data-variant="outline"]:active:not(:disabled) {
    background-color: var(--color-green-100);
    border-color: var(--color-green-600);
}

.Button_button__f_l0m[data-variant="secondary"]:disabled,
.Button_button__f_l0m[data-variant="outline"]:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    border-color: var(--color-neutral-400);
    color: var(--color-neutral-400);
}

/* Ghost variant (Transparent background) */
.Button_button__f_l0m[data-variant="ghost"] {
    background-color: transparent;
    color: var(--color-green-700);
}

.Button_button__f_l0m[data-variant="ghost"]:hover:not(:disabled) {
    color: var(--color-green-800);
    background-color: var(--color-green-50);
}

.Button_button__f_l0m[data-variant="ghost"]:active:not(:disabled) {
    background-color: var(--color-green-100);
    color: var(--color-green-900);
}

.Button_button__f_l0m[data-variant="ghost"]:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    color: var(--color-neutral-400);
}

/* Link variant (Text link style) */
.Button_button__f_l0m[data-variant="link"] {
    background-color: transparent;
    color: var(--color-green-500);
    height: auto;
    padding: 0;
    font-size: 12px;
    line-height: 1.5;
}

.Button_button__f_l0m[data-variant="link"]:hover:not(:disabled) {
    color: var(--color-green-800);
}

.Button_button__f_l0m[data-variant="link"]:active:not(:disabled) {
    color: var(--color-green-900);
}

.Button_button__f_l0m[data-variant="link"]:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    color: var(--color-neutral-400);
}

/* Link Secondary variant */
.Button_button__f_l0m[data-variant="linkSecondary"] {
    background-color: transparent;
    color: var(--color-neutral-700);
    height: auto;
    padding: 0;
    font-size: 12px;
    line-height: 1.5;
}

.Button_button__f_l0m[data-variant="linkSecondary"]:hover:not(:disabled) {
    color: var(--color-text-primary);
}

.Button_button__f_l0m[data-variant="linkSecondary"]:active:not(:disabled) {
    color: var(--color-neutral-800);
}

.Button_button__f_l0m[data-variant="linkSecondary"]:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    color: var(--color-neutral-400);
}

/* Size variants */
.Button_button__f_l0m[data-size="sm"] {
    height: 32px;
    padding: 6px 10px;
    font-size: 12px;
}

.Button_button__f_l0m[data-variant="link"][data-size="sm"],
.Button_button__f_l0m[data-variant="linkSecondary"][data-size="sm"] {
    height: auto;
    padding: 0;
}


/*!*****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/app/(v2)/home/components/ExploreCTA/styles.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_container__ilNTs {
	background-color: #ffffff;
	border: 1px solid #E6E8EC;
	border-radius: 12px;
	width: 100%;
	box-sizing: border-box;
}

.styles_content__phbFL {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	overflow: hidden;
	padding: 20px;
	width: 100%;
	border-radius: inherit;
	gap: 20px;
}

.styles_header__oMm56 {
	display: flex;
	flex: 1 0;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
}

.styles_title__vwYlf {
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
	color: #1d1d1d;
	margin: 0;
}

.styles_actionSection__FeK4N {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 12px;
	align-items: flex-start;
	width: 100%;
}

@media (max-width: 768px) {
	.styles_actionSection__FeK4N {
		flex-direction: column;
		gap: 20px;
		align-items: center;
	}
}

.styles_description__fxD2i {
	flex: 1 1 220px;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.5;
	color: #1d1d1d;
	margin: 0;
}

@media (max-width: 768px) {
	.styles_description__fxD2i {
		flex: none;
		text-align: center;
		width: 100%;
	}
}

.styles_ctaButton__Kslzy {
	flex-shrink: 0;
}

@media (max-width: 768px) {
	.styles_ctaButton__Kslzy {
		width: 100%;
	}
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/Drawer/styles.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
.styles_drawer-overlay__fNthI {
  position: fixed;
  z-index: 100;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
  background-color: rgba(0, 0, 0, 0.5);
  inset: 0;

  /* State */
  &[data-state="open"] {
    animation-name: styles_fade-in__pi6hZ;
  }

  &[data-state="closed"] {
    animation-name: styles_fade-out__Vq6OI;
  }
}

.styles_drawer-content__W_KuE {
  display: flex;
  position: fixed;
  z-index: 100;
  flex-direction: column;
  height: auto;
  background-color: white;
  padding: 0;
  overflow: hidden;
  box-sizing: border-box;

  &>div:first-child {
    display: none;
    flex-shrink: 0;
    width: 120px;
    height: 0.3rem;
    margin-block: 1rem;
    margin-left: auto;
    margin-right: auto;
    border-radius: 9999px;
    background-color: #e5e7eb;
  }

  .styles_drawer-close__pGL5p {
    position: absolute;
    right: 1rem;
    top: .5rem;
    z-index: 10;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
    transition: opacity 0.2s;
  }

  .styles_drawer-close__pGL5p:hover {
    opacity: 1;
  }

  .styles_drawer-close-icon__Y8XXX {
    font-size: 2rem;
    line-height: 1;
    color: var(--black);
  }

  .styles_drawer-scrollable__MLRy_ {
    flex: 1 1;
    overflow-y: auto;
    padding: 0rem 1.5rem;
    box-sizing: border-box;
  }

  .styles_drawer-header__QIcM6 {
    display: flex;
    gap: 0.5rem;
    flex-direction: column;
    padding: 1.5rem;
    padding-bottom: 1rem;
    flex-shrink: 0;
  }

  /* Direction */
  &[data-vaul-drawer-direction="top"] {
    max-height: 80vh;
    left: 0;
    right: 0;
    top: 0;
    margin-bottom: 1rem;
    border-bottom: 1px solid lightgrey;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;

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

  &[data-vaul-drawer-direction="bottom"] {
    max-height: 80vh;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 6rem;
    border-top: 1px solid lightgrey;
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;

    &>div:first-child {
      display: block;
    }

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

  &[data-vaul-drawer-direction="right"] {
    width: 75%;
    max-width: 24rem;
    top: 0;
    bottom: 0;
    right: 0;
    border-left: 1px solid lightgrey;
  }

  &[data-vaul-drawer-direction="left"] {
    width: 75%;
    max-width: 24rem;
    top: 0;
    bottom: 0;
    left: 0;
    border-right: 1px solid lightgrey;
  }

  .styles_drawer-footer__00ZhS {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 1.25rem;
    margin-top: auto;
    margin-inline: -1.5rem;
    padding: 1rem 1rem 1rem 1rem;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    background: white;
  }

  .styles_drawer-title__UeV67 {
    color: var(--black);
    font-weight: var(--semi-bold);
    font-size: 1.25rem;
    margin: 0;
  }

  .styles_drawer-description__31Bny {
    color: #666;
    font-size: 0.875rem;
    line-height: 1.5;
    margin: 0;
  }
}

@media (min-width: 768px) {
  .styles_drawer-content__W_KuE {
    .styles_drawer-header__QIcM6 {
      text-align: left;
      gap: 0.75rem;
    }
  }
}

@media (min-width: 640px) {
  .styles_drawer-content__W_KuE {

    &[data-vaul-drawer-direction="right"],
    &[data-vaul-drawer-direction="left"] {
      max-width: 24rem;
    }
  }
}

/* Fade animations */
@keyframes styles_fade-in__pi6hZ {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes styles_fade-out__Vq6OI {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/Sheet/styles.module.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************/
.styles_sheet-overlay__aEorh {
  position: fixed;
  z-index: 999;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
  background-color: rgba(0, 0, 0, 0.5);
  inset: 0;

  /* State */
  &[data-state="open"] {
    animation-name: styles_fade-in__OrI_N;
  }

  &[data-state="closed"] {
    animation-name: styles_fade-out__2Y9XK;
  }
}

.styles_sheet-content__2_NKf {
  display: flex;
  position: fixed;
  z-index: 999;
  flex-direction: column;
  transition: all 0.3s ease-in-out;
  background-color: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  gap: 1.5rem;
  padding: 1.5rem 1.5rem 0rem 1.5rem;
  padding-bottom: 0;
  overflow-y: auto;
  box-sizing: border-box;

  /* State */
  &[data-state="open"] {
    animation-duration: 0.2s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
  }

  &[data-state="closed"] {
    animation-duration: 0.2s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in;
  }

  /* Side */
  &[data-side="left"],
  &[data-side="right"] {
    height: 100vh;
    top: 0;
    bottom: 0;
  }

  /* Size variants for left/right sheets */
  &[data-side="left"][data-size="sm"],
  &[data-side="right"][data-size="sm"] {
    width: 25%;
    /* 1/4 */
    max-width: 20rem;
  }

  &[data-side="left"][data-size="md"],
  &[data-side="right"][data-size="md"] {
    width: 33.333%;
    /* 1/3 */
    max-width: 24rem;
  }

  &[data-side="left"][data-size="lg"],
  &[data-side="right"][data-size="lg"] {
    width: 50%;
    /* 1/2 */
    max-width: 32rem;
  }

  &[data-side="left"][data-size="xl"],
  &[data-side="right"][data-size="xl"] {
    width: 66.666%;
    /* 2/3 */
    max-width: 40rem;
  }

  &[data-side="left"][data-size="full"],
  &[data-side="right"][data-size="full"] {
    width: 100%;
    max-width: 100%;
  }

  /* Default size (if not specified) - matches md */
  &[data-side="left"]:not([data-size]),
  &[data-side="right"]:not([data-size]) {
    width: 33.333%;
    /* 1/3 - default */
    max-width: 24rem;
  }

  &[data-side="top"],
  &[data-side="bottom"] {
    height: auto;
    left: 0;
    right: 0;
  }

  &[data-side="right"] {
    right: 0;
    /* border-left: 1px solid lightgrey; */
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.20);

    &[data-state="open"] {
      animation-name: styles_slide-in-from-right__8B_F3;
    }

    &[data-state="closed"] {
      animation-name: styles_slide-out-to-right__QGAWv;
    }
  }

  &[data-side="left"] {
    left: 0;
    /* border-right: 1px solid lightgrey; */

    &[data-state="open"] {
      animation-name: styles_slide-in-from-left__ZA_fe;
    }

    &[data-state="closed"] {
      animation-name: styles_slide-out-to-left__Cy7Fy;
    }
  }

  &[data-side="top"] {
    top: 0;
    border-bottom: 1px solid lightgrey;

    &[data-state="open"] {
      animation-name: styles_slide-in-from-top__PlLY7;
    }

    &[data-state="closed"] {
      animation-name: styles_slide-out-to-top__U9fsq;
    }
  }

  &[data-side="bottom"] {
    bottom: 0;
    border-top: 1px solid lightgrey;

    &[data-state="open"] {
      animation-name: styles_slide-in-from-bottom__BGbYA;
    }

    &[data-state="closed"] {
      animation-name: styles_slide-out-to-bottom__2u8NS;
    }
  }

  .styles_sheet-close__DBARm {
    position: absolute;
    transition: opacity 0.3s ease-in-out;
    border: none;
    border-radius: 0.25rem;
    outline: none;
    opacity: 0.7;
    background-color: transparent;
    color: inherit;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;

    /* Icon */
    &>svg {
      width: 1rem;
      height: 1rem;
    }

    /* State */
    &[data-state="open"] {
      background-color: transparent;
    }

    /* Hover */
    &:hover {
      opacity: 1;
      background-color: rgba(0, 0, 0, 0.05);
    }

    /* Focus */
    &:focus {
      box-shadow: 0 0 0 2px rgba(0, 162, 107, 0.5);
      outline: none;
    }

    /* Disabled */
    &:disabled {
      pointer-events: none;
    }
  }

  .styles_sheet-header__3_D7D {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0;
    margin-bottom: 1rem;
  }

  .styles_sheet-footer__xACeS {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 1.25rem;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    background: white;
    margin-top: auto;
    padding-block: 10px;
    border-top: 1px solid #e5e7eb;
  }

  .styles_sheet-title___MEKf {
    color: var(--black);
    font-weight: var(--semi-bold);
    font-size: 1.25rem;
    margin: 0;
  }

  .styles_sheet-description__VKK4D {
    color: #666;
    font-size: 0.875rem;
    line-height: 1.5;
    margin: 0;
  }
}

@media (min-width: 640px) {
  /* Size-specific max-widths are already defined above */
}

/* Fade animations */
@keyframes styles_fade-in__OrI_N {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes styles_fade-out__2Y9XK {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

/* Right */
@keyframes styles_slide-in-from-right__8B_F3 {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes styles_slide-out-to-right__QGAWv {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(100%);
  }
}

/* Left */
@keyframes styles_slide-in-from-left__ZA_fe {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes styles_slide-out-to-left__Cy7Fy {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

/* Top */
@keyframes styles_slide-in-from-top__PlLY7 {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes styles_slide-out-to-top__U9fsq {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-100%);
  }
}

/* Bottom */
@keyframes styles_slide-in-from-bottom__BGbYA {
  from {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes styles_slide-out-to-bottom__2u8NS {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(100%);
  }
}
/*!************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/ui/Badge/Badge.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************/
/* Badge Component */
.Badge_badge___Jmm6 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: var(--space-1) var(--space-3);
    border-radius: var(--radius-full);
    font-family: var(--font-sans);
    font-weight: var(--font-medium);
    font-size: var(--text-sm);
    line-height: 1.5;
    white-space: nowrap;
    box-sizing: border-box;
}

.Badge_badge___Jmm6[data-size="sm"] {
    padding: 0px 8px;
    font-weight: 500;
    font-family: var(--font-montserrat), 'Montserrat', sans-serif;
    font-size: 0.65rem;
    @media screen and (max-width: 768px) {
        font-size: 10px;
    }
}

/* Neutral variant */
.Badge_badge___Jmm6[data-variant="neutral"] {
    background-color: var(--color-neutral-200);
    color: var(--color-text-primary);
}

/* Primary variant */
.Badge_badge___Jmm6[data-variant="primary"] {
    background-color: var(--color-green-50);
    color: var(--color-green-700);
}

/* Attention variant */
.Badge_badge___Jmm6[data-variant="attention"] {
    background-color: #fad84e;
    color: var(--color-text-primary);
}

/* Button-specific styles */
.Badge_badgeButton__1s494 {
    border: none;
    cursor: pointer;
    outline: none;
    transition: background-color var(--transition-base), color var(--transition-base), transform 150ms ease-out, box-shadow 150ms ease-out;
}

.Badge_badgeButton__1s494:active:not(:disabled) {
    transform: scale(0.97);
}

.Badge_badgeButton__1s494:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 162, 107, 0.5);
}

.Badge_badgeButton__1s494:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

/* Neutral button states */
.Badge_badgeButton__1s494[data-variant="neutral"] {
    background-color: var(--color-neutral-200);
    color: var(--color-text-primary);
}

.Badge_badgeButton__1s494[data-variant="neutral"]:hover:not(:disabled) {
    background-color: var(--color-neutral-300);
}

.Badge_badgeButton__1s494[data-variant="neutral"][data-selected="true"] {
    background-color: var(--color-neutral-700);
    color: var(--color-neutral-50);
}

.Badge_badgeButton__1s494[data-variant="neutral"][data-selected="true"]:hover:not(:disabled) {
    background-color: var(--color-neutral-700);
}

/* Primary button states */
.Badge_badgeButton__1s494[data-variant="primary"] {
    background-color: var(--color-green-50);
    color: var(--color-text-primary);
    border: 1px solid transparent;
}

.Badge_badgeButton__1s494[data-variant="primary"]:hover:not(:disabled) {
    background-color: var(--color-green-100);
}

.Badge_badgeButton__1s494[data-variant="primary"][data-selected="true"] {
    background-color: var(--color-green-50);
    color: var(--color-green-700);
    border: 1px solid var(--color-green-500);
    font-weight: var(--font-bold);
}

.Badge_badgeButton__1s494[data-variant="primary"][data-selected="true"]:hover:not(:disabled) {
    background-color: var(--color-green-100);
}

/* Attention button states (rarely used as button, but supported) */
.Badge_badgeButton__1s494[data-variant="attention"] {
    background-color: #fad84e;
    color: var(--color-text-primary);
}

.Badge_badgeButton__1s494[data-variant="attention"]:hover:not(:disabled) {
    background-color: #f5c842;
}

.Badge_badgeButton__1s494[data-variant="attention"][data-selected="true"] {
    background-color: #e6b800;
    color: var(--color-text-primary);
}


/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/ui/Tooltip/Tooltip.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************/
.Tooltip_tooltip__YIFo4 {
    z-index: 50;
    width: -moz-fit-content;
    width: fit-content;
    padding: calc(var(--space-1) * 1.5) calc(var(--space-1) * 3);
    transform-origin: var(--radix-tooltip-content-transform-origin);
    animation-duration: var(--transition-base);
    animation-timing-function: ease-out;
    border-radius: var(--radius-md);
    background-color: var(--color-bg-accent);
    color: var(--color-text-inverted);
    font-size: var(--text-xs);
    line-height: var(--leading-normal);
    text-wrap: balance;
    pointer-events: none;
    box-shadow: var(--shadow-md);

    /* Side */
    &[data-side="top"] {
        animation-name: Tooltip_slide-top__by6oo;
    }

    &[data-side="bottom"] {
        animation-name: Tooltip_slide-bottom__rPY2t;
    }

    &[data-side="left"] {
        animation-name: Tooltip_slide-left__Ek4aa;
    }

    &[data-side="right"] {
        animation-name: Tooltip_slide-right__UvYYn;
    }

    &[data-state="closed"] {
        animation-name: Tooltip_fade-zoom-out__Xkvv_;
    }
}

.Tooltip_tooltipArrow__ekPe5 {
    z-index: 50;
    width: calc(var(--space-1) * 2.5);
    height: calc(var(--space-1) * 2.5);
    background-color: var(--color-bg-accent);
    fill: var(--color-bg-accent);
    rotate: 45deg;
    border-end-end-radius: 2px;
    translate: 0 calc(-50% - 2px);
}

/* Animations */
@keyframes Tooltip_slide-top__by6oo {
    from {
        opacity: 0;
        transform: translateY(0.5rem);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes Tooltip_slide-bottom__rPY2t {
    from {
        opacity: 0;
        transform: translateY(-0.5rem);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes Tooltip_slide-left__Ek4aa {
    from {
        opacity: 0;
        transform: translateX(0.5rem);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes Tooltip_slide-right__UvYYn {
    from {
        opacity: 0;
        transform: translateX(-0.5rem);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes Tooltip_fade-zoom-out__Xkvv_ {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0.95);
    }
}


/*!********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/app/(v2)/components/TradePlacard/TradePlacard.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************/
/* Stock Info Section */
.TradePlacard_stockInfoContainer__5lH1g {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.TradePlacard_stockInfo__65aWZ {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-shrink: 0;
}

.TradePlacard_bookmarkIcon__Wq9my {
    color: #00a26b;
    font-size: 24px;
    position: relative;
    flex-shrink: 0;
}

.TradePlacard_bookmarkIconHistorical__qXnNV {
    color: #525252;
}

.TradePlacard_stockDetails__c_oZR {
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: flex-start;
    line-height: 1.5;
    flex-shrink: 0;
}

.TradePlacard_ticker__brwJA {
    font-family: var(--font-montserrat), 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    color: #1d1d1d;
    margin: 0;
    white-space: nowrap;
}

.TradePlacard_industry__jnzmg {
    font-family: var(--font-montserrat), 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.5;
    color: #525252;
    margin: 0;
    white-space: nowrap;
}

.TradePlacard_scoreInfo__IbynN {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-shrink: 0;
}

.TradePlacard_scoreLabel__efxfe {
    font-family: var(--font-montserrat), 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.5;
    color: #1d1d1d;
    text-align: right;
    margin: 0;
    white-space: nowrap;
}

.TradePlacard_stockRating__xBXA7 {
    background-color: #b0e2d1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    border-radius: 8px;
    width: 56px;
    height: 56px;
    box-sizing: border-box;
    flex-shrink: 0;
}

.TradePlacard_stockRatingHistorical__s9Dfi {
    background-color: #e6e8ec;
}

.TradePlacard_scoreValue__Jpzp3 {
    font-family: var(--font-montserrat), 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    color: #00734c;
    text-align: center;
    margin: 0;
    white-space: nowrap;
}

.TradePlacard_scoreValueHistorical__d9xNA {
    color: #525252;
}

/* Divider */
.TradePlacard_dividerFull__JSFHS {
    height: 1px;
    margin-top: 16px;
    background-color: #dcdfe0;
}

.TradePlacard_dividerFull__JSFHS[data-full="true"] {
    margin-inline: -1.5rem;
}

/* Trade Info Section */
.TradePlacard_tradeInfo__MVCri {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 20px 0px;
}

.TradePlacard_tradeDetails__HxsNI {
    display: flex;
    flex-direction: column;
    gap: 4px;
    justify-content: center;
    padding-top: 4px;
    line-height: 1.5;
}

.TradePlacard_tradeDetailsTitle__iEAgJ {
    font-family: var(--font-montserrat), 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    color: #1d1d1d;
    margin: 0;
    min-width: 100%;
    white-space: pre-wrap;
}

.TradePlacard_alertPosted__1IxL3 {
    font-family: var(--font-montserrat), 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.5;
    color: #525252;
    margin: 0;
}

.TradePlacard_priceInfo__j9cX9 {
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: flex-end;
    line-height: 1.5;
    text-align: right;
    height: 50px;
}

.TradePlacard_priceValue__bz3V_ {
    font-family: var(--font-montserrat), 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    color: #1d1d1d;
    margin: 0;
}

.TradePlacard_priceLabel__hBQlF {
    font-family: var(--font-montserrat), 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.5;
    color: #525252;
    margin: 0;
}

/* Trade Summary Section */
.TradePlacard_tradeSummary__dG9Zr {
    display: flex;
    align-items: flex-start;
}

@media screen and (max-width: 768px) {
    .TradePlacard_tradeSummary__dG9Zr {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 8px;
        gap: 8px;
    }

    /* Hide all dividers by default */
    .TradePlacard_tradeSummary__dG9Zr .TradePlacard_divider__GSFOs {
        display: none;
    }

    /* Position summary items explicitly in grid */
    /* Row 1: Hold Investment (1st child) and Trade Exit (3rd child) */
    .TradePlacard_tradeSummary__dG9Zr>.TradePlacard_summaryItem__NGzjt:nth-child(1) {
        grid-column: 1;
        grid-row: 1;
        border-right: 1px solid #dcdfe0;
        padding-right: 16px;
        margin-right: -4px;
    }

    .TradePlacard_tradeSummary__dG9Zr>.TradePlacard_summaryItem__NGzjt:nth-child(3) {
        grid-column: 2;
        grid-row: 1;
    }

    /* Row 2: Position size (5th child) and Profit Target (7th child) */
    .TradePlacard_tradeSummary__dG9Zr>.TradePlacard_summaryItem__NGzjt:nth-child(5) {
        grid-column: 1;
        grid-row: 2;
        border-right: 1px solid #dcdfe0;
        padding-right: 16px;
        margin-right: -4px;
    }

    .TradePlacard_tradeSummary__dG9Zr>.TradePlacard_summaryItem__NGzjt:nth-child(7) {
        grid-column: 2;
        grid-row: 2;
    }
}

.TradePlacard_summaryItem__NGzjt {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    line-height: 1.5;
    padding: 12px;
    text-align: center;
    white-space: pre-wrap;
    flex: 1 1;
}

.TradePlacard_summaryLabel___9NUm {
    font-family: var(--font-montserrat), 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.5;
    color: #525252;
    margin: 0;

}

.TradePlacard_summaryValue__5kFmP {
    font-family: var(--font-montserrat), 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    color: #1d1d1d;
    margin: 0;

}

.TradePlacard_profitTargetValue__owMqj {
    font-family: var(--font-montserrat), 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    color: #00a26b;
    margin: 0;

}

.TradePlacard_divider__GSFOs {
    background-color: #dcdfe0;
    height: 100px;
    width: 1px;
    flex-shrink: 0;
}

.TradePlacard_exitDate__5w2A4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.5;
    text-align: center;
    white-space: pre-wrap;
    width: 100%;

}

.TradePlacard_exitTime__uTp04 {
    font-family: var(--font-montserrat), 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.5;
    color: #525252;
    margin: 0;

}

/* Follow Trade Section */
.TradePlacard_followTradeContainer__neYru {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: flex-end;

    padding: 16px 0px 0px 0px;
}

.TradePlacard_followTradeText__dYsEL {
    font-family: var(--font-montserrat), 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.5;
    color: #525252;
    text-align: right;
    margin: 0;
}

.TradePlacard_followTradeButton__mRFah {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    width: 160px;
    height: 40px;
    padding: 10px 12px;
    background-color: #00a26b;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-family: var(--font-montserrat), 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    color: white;
    flex-shrink: 0;
    box-sizing: border-box;
}

.TradePlacard_followTradeButton__mRFah:focus-visible {
    outline: 2px solid #00a26b;
    outline-offset: 2px;
}

@media screen and (max-width: 768px) {
    .TradePlacard_followTradeContainer__neYru {
        flex-direction: column-reverse;
        gap: 8px;
        align-items: stretch;
        justify-content: center;
    }

    .TradePlacard_followTradeText__dYsEL {
        text-align: center;
    }

    .TradePlacard_followTradeButton__mRFah {
        width: 100%;
        justify-content: center;
        align-items: center;
    }
}

.TradePlacard_followTradeButton__mRFah:hover:not(:disabled) {
    background-color: #00734c;
}

.TradePlacard_followTradeButton__mRFah:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.TradePlacard_followTradeButtonFollowed__BEzGy {
    background-color: white;
    border: 1px solid #00a26b;
    color: #00a26b;
}

.TradePlacard_followTradeButtonFollowed__BEzGy:hover:not(:disabled) {
    background-color: white;
    border-color: #00593b;
}

.TradePlacard_followTradeButtonFollowed__BEzGy:hover:not(:disabled) .TradePlacard_starIcon__Led1c {
    color: #00734c;
}

.TradePlacard_followTradeButtonFollowed__BEzGy:hover:not(:disabled) .TradePlacard_followTradeButtonText__HkVAC {
    color: #00734c;
}

.TradePlacard_starIcon__Led1c {
    width: 20px;
    height: 20px;
    font-size: 18px;
    flex-shrink: 0;
}

.TradePlacard_followTradeButton__mRFah:not(.TradePlacard_followTradeButtonFollowed__BEzGy) .TradePlacard_starIcon__Led1c {
    color: white;
}

.TradePlacard_followTradeButtonFollowed__BEzGy .TradePlacard_starIcon__Led1c {
    color: #00a26b;
}

.TradePlacard_followTradeButtonText__HkVAC {
    white-space: nowrap;
}

.TradePlacard_followTradeButton__mRFah:not(.TradePlacard_followTradeButtonFollowed__BEzGy) .TradePlacard_followTradeButtonText__HkVAC {
    color: white;
}

.TradePlacard_followTradeButtonFollowed__BEzGy .TradePlacard_followTradeButtonText__HkVAC {
    color: #00a26b;
}

.TradePlacard_followTradeButtonFollowed__BEzGy .TradePlacard_followTradeButtonTextDefault__qhRFo {
    display: inline;
}

.TradePlacard_followTradeButtonFollowed__BEzGy .TradePlacard_followTradeButtonTextHover__6mvu5 {
    display: none;
}

.TradePlacard_followTradeButtonFollowed__BEzGy:hover:not(:disabled) .TradePlacard_followTradeButtonTextDefault__qhRFo {
    display: none !important;
}

.TradePlacard_followTradeButtonFollowed__BEzGy:hover:not(:disabled) .TradePlacard_followTradeButtonTextHover__6mvu5 {
    display: inline !important;
    color: #00734c;
}

/* Strategies Section */
.TradePlacard_strategiesContainer__oY0Wa {
    background-color: #f9fafb;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 20px;
    margin-inline: -1.5rem;
}

.TradePlacard_reasonsContainer__iiqVS {
    display: flex;
    flex-direction: column;
    gap: 8px;
    line-height: 1.5;
    font-size: 12px;
    white-space: pre-wrap;
}

.TradePlacard_reasonsTitle__kyvxf {
    font-family: var(--font-montserrat), 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.5;
    color: #1d1d1d;
    letter-spacing: 0.24px;
    text-transform: uppercase;
    margin: 0;
}

.TradePlacard_reasonsDescription__vMHES {
    font-family: var(--font-montserrat), 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.5;
    color: #525252;
    margin: 0;
}

.TradePlacard_strategiesList__pqYm_ {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 8px;

}

.TradePlacard_strategyCard__i4jmD {
    background-color: #ffffff;
    border: 1px solid #e6e8ec;
    border-radius: 12px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

/* Desktop hover state - show border on hover */
@media (hover: hover) and (pointer: fine) {
    .TradePlacard_strategyCard__i4jmD:hover {
        border: 1px solid #00a26b;
    }
}

.TradePlacard_strategyCardMarked__c_HQj {
    border-color: #00a26b;
    padding-top: 16px;
}

.TradePlacard_strategyBadge__tuzS3 {
    position: absolute;
    top: -12px;
    left: 15px;
    background-color: #e6f6f0;
    padding: 4px 8px;
    border-radius: 42px;
    font-family: var(--font-montserrat), 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 10px;
    line-height: 1.5;
    color: #00734c;
}

.TradePlacard_strategyCardContainer__LdsMb {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    width: 100%;
}

/* Desktop: show nested historical performance, hide mobile version (default) */
.TradePlacard_historicalPerformanceDesktop__XMCaF {
    display: flex;
}

.TradePlacard_historicalPerformanceMobile__iYXX4 {
    display: none;
}

/* Ensure mobile version stays hidden on desktop */
@media (min-width: 769px) {
    .TradePlacard_historicalPerformanceMobile__iYXX4 {
        display: none !important;
    }
}

/* Mobile layout: image + title/duration in top row, historical performance below */
@media screen and (max-width: 768px) {
    .TradePlacard_strategyCard__i4jmD {
        padding: 16px;
    }

    /* On mobile, use CSS Grid for better layout control */
    .TradePlacard_strategyCardContainer__LdsMb {
        display: grid;
        grid-template-columns: 120px 1fr;
        grid-template-rows: auto auto;
        grid-gap: 12px 12px;
        gap: 12px 12px;
        align-items: start;
        width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }

    .TradePlacard_strategyImageWrapper__DWjdY {
        grid-column: 1;
        grid-row: 1;
        align-self: start;
    }

    .TradePlacard_strategyData__BuMCk {
        grid-column: 2;
        grid-row: 1;
        display: flex;
        flex-direction: column;
        align-self: start;
        min-width: 0;
        overflow: hidden;
    }

    .TradePlacard_strategyHeader__3Ztv8 {
        align-self: start;
        min-width: 0;
        width: 100%;
    }

    /* Hide desktop version on mobile */
    .TradePlacard_historicalPerformanceDesktop__XMCaF {
        display: none !important;
    }

    /* Show mobile version on mobile */
    .TradePlacard_historicalPerformanceMobile__iYXX4 {
        display: flex;
        flex-direction: column;
        grid-column: 1 / -1;
        grid-row: 2;
        min-width: 0;
        margin-top: 0;
    }
}

.TradePlacard_strategyImageWrapper__DWjdY {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex-shrink: 0;
}

.TradePlacard_strategyImageHoverContainer__jj034 {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

/* Desktop: make container relative for absolute positioning of link */
@media (hover: hover) and (pointer: fine) {
    .TradePlacard_strategyImageHoverContainer__jj034 {
        position: relative;
    }
}

.TradePlacard_strategyImageContainer__3TslC {
    height: 95px;
    width: 148px;
    border-radius: 4.8px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
}

/* Desktop hover state for image - show border when hovering over image container */
@media (hover: hover) and (pointer: fine) {
    .TradePlacard_strategyImageContainer__3TslC:hover {
        border: 1px solid #00a26b;
        border-radius: 8px;
    }
}

.TradePlacard_strategyImage__V2K02 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}

.TradePlacard_priceChartLink__VuKPU {
    font-family: var(--font-montserrat), 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 10px;
    line-height: 1.5;
    color: #00a26b;
    padding: 0 4px;
    height: 20px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    cursor: pointer;
}

/* Desktop: absolutely position inside image container area, invisible by default */
@media (hover: hover) and (pointer: fine) {
    .TradePlacard_priceChartLink__VuKPU {
        position: absolute;
        bottom: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-user-select: none;
           -moz-user-select: none;
                user-select: none;
        pointer-events: none;
        transition: opacity 0.2s ease, visibility 0.2s ease;
        padding: 0 8px;
        height: 20px;
    }

    .TradePlacard_strategyImageContainer__3TslC:hover~.TradePlacard_priceChartLink__VuKPU,
    .TradePlacard_strategyImageHoverContainer__jj034:hover .TradePlacard_priceChartLink__VuKPU {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        -webkit-user-select: auto;
           -moz-user-select: auto;
                user-select: auto;
    }
}

/* Mobile: always show link */
@media screen and (max-width: 768px) {
    .TradePlacard_priceChartLink__VuKPU {
        position: static;
        display: flex;
        height: 16px;
        margin-top: 0;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        -webkit-user-select: auto;
           -moz-user-select: auto;
                user-select: auto;
        padding: 0 4px;
    }

    .TradePlacard_strategyImageWrapper__DWjdY {
        gap: 4px;
    }

    .TradePlacard_strategyImageContainer__3TslC {
        width: 120px;
        height: 77px;
    }
}

.TradePlacard_strategyData__BuMCk {
    display: flex;
    flex: 1 0;
    gap: 16px;
    flex-direction: column;
    justify-content: space-between;
}

/* Desktop: ensure historical performance is shown */
.TradePlacard_historicalPerformanceDesktop__XMCaF {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}


.TradePlacard_strategyHeader__3Ztv8 {
    display: flex;
    gap: 8px;
    align-items: center;
    width: 100%;
}

/* Mobile: header should be in row with image, not stacked */
@media screen and (max-width: 768px) {
    .TradePlacard_strategyHeader__3Ztv8 {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}

.TradePlacard_strategyTitle__Ce2dt {
    flex: 1 0;
    font-family: var(--font-montserrat), 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
    color: #00a26b;
    text-decoration: underline;
    margin: 0;
    min-width: 0;
    white-space: pre-wrap;
}

.TradePlacard_duration__3UR1F {
    display: flex;
    gap: 4px;
    align-items: center;
    line-height: 1.5;
    font-size: 12px;
    flex-shrink: 0;
}

.TradePlacard_durationLabel__Q4Sv4 {
    font-family: var(--font-montserrat), 'Montserrat', sans-serif;
    font-weight: 500;
    color: #525252;
}

.TradePlacard_durationValue__06GoA {
    font-family: var(--font-montserrat), 'Montserrat', sans-serif;
    font-weight: 700;
    color: #1d1d1d;
}

.TradePlacard_historicalPerformance__VEqqH {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

/* Mobile: adjust spacing */
@media screen and (max-width: 768px) {
    .TradePlacard_historicalPerformance__VEqqH {
        gap: 4px;
    }
}

.TradePlacard_historicalPerformanceLabel___tZwQ {
    font-family: var(--font-montserrat), 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 10px;
    line-height: 1.5;
    color: #adadad;
    margin: 0;
    cursor: help;
}

.TradePlacard_performanceMetrics__Yx_qy {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    min-width: 0;
}

.TradePlacard_metricItem__D3reY {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    min-height: 40px;
}

.TradePlacard_metricItem__D3reY:last-child {
    align-items: flex-end;
    text-align: right;
}

.TradePlacard_metricLabel__6_llE {
    font-family: var(--font-montserrat), 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.5;
    color: #525252;
    margin: 0;
}

.TradePlacard_metricValue__FZpls {
    font-family: var(--font-montserrat), 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
    color: #1d1d1d;
    margin: 0;
}

.TradePlacard_annualizedReturnContainer__fz_WZ {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0;
    position: relative;
    padding: 2px;
    margin: -2px;
}

/* Desktop: add border on hover */
@media (hover: hover) and (pointer: fine) {
    .TradePlacard_annualizedReturnContainer__fz_WZ:hover {
        cursor: pointer;
        outline: 1px solid #00a26b;
        outline-offset: 2px;
        border-radius: 4px;
    }
}

.TradePlacard_performanceDetailsLink__xY1Mk {
    font-family: var(--font-montserrat), 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 10px;
    line-height: 1.5;
    color: #00a26b;
    padding: 0;
    height: 16px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    cursor: pointer;
    margin-top: -1px;
}

/* Desktop: hide performance details link completely */
@media (hover: hover) and (pointer: fine) {
    .TradePlacard_historicalPerformanceDesktop__XMCaF .TradePlacard_performanceDetailsLink__xY1Mk {
        display: none !important;
    }
}

/* Mobile: always show link */
@media screen and (max-width: 768px) {
    .TradePlacard_performanceDetailsLink__xY1Mk {
        display: flex;
    }
}

.TradePlacard_sourceLink__OBKz_ {
    color: #00a26b;
    text-decoration: underline;
    font-family: var(--font-montserrat), 'Montserrat', sans-serif;
    font-weight: 500;
}

.TradePlacard_disclaimer__31HfH {
    font-family: var(--font-montserrat), 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
    color: #525252;
    margin: 0;
    white-space: pre-wrap;
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/ui/Skeleton/Skeleton.module.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************/
.Skeleton_skeleton__wDV0B {
    animation: var(--animate-pulse);
    border-radius: var(--radius-xl);
    background-color: var(--color-accent);
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/app/(v2)/components/TradePlacard/TradePlacardSkeleton.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************/
/* Skeleton dimensions matching TradePlacard layout */
.TradePlacardSkeleton_title__IQK0n {
    width: 140px;
    height: 24px;
}

.TradePlacardSkeleton_bookmarkIcon__HSs6m {
    width: 24px;
    height: 24px;
    border-radius: 4px;
}

.TradePlacardSkeleton_ticker__VLq64 {
    width: 72px;
    height: 20px;
}

.TradePlacardSkeleton_industry__IX4Kn {
    width: 96px;
    height: 12px;
    margin-top: 4px;
}

.TradePlacardSkeleton_scoreBox__n8aib {
    width: 56px;
    height: 56px;
    border-radius: 8px;
}

.TradePlacardSkeleton_tradeDetailsTitle__2tcQ2 {
    width: 120px;
    height: 16px;
}

.TradePlacardSkeleton_alertPosted__qSbmA {
    width: 160px;
    height: 12px;
    margin-top: 6px;
}

.TradePlacardSkeleton_priceValue__svSBH {
    width: 80px;
    height: 20px;
}

.TradePlacardSkeleton_priceLabel__g1EEt {
    width: 140px;
    height: 12px;
    margin-top: 4px;
}

.TradePlacardSkeleton_summaryLabel__DuP_S {
    width: 80px;
    height: 12px;
}

.TradePlacardSkeleton_summaryValue__ViD0P {
    width: 64px;
    height: 16px;
    margin-top: 8px;
}

.TradePlacardSkeleton_followText__XxmsH {
    width: 200px;
    height: 14px;
}

.TradePlacardSkeleton_followButton__z4bwg {
    width: 160px;
    height: 40px;
    border-radius: 8px;
}

.TradePlacardSkeleton_reasonsTitle__mi0C_ {
    width: 280px;
    height: 14px;
}

.TradePlacardSkeleton_reasonsDescription__lg4Yp {
    width: 100%;
    max-width: 400px;
    height: 36px;
    margin-top: 8px;
}

.TradePlacardSkeleton_strategyImage__yULM3 {
    width: 100%;
    height: 100%;
    border-radius: 4.8px;
}

.TradePlacardSkeleton_strategyTitle__r0HVi {
    width: 140px;
    height: 14px;
}

.TradePlacardSkeleton_duration__4iCj0 {
    width: 100px;
    height: 14px;
}

.TradePlacardSkeleton_performanceLabel__Ql4l9 {
    width: 220px;
    height: 10px;
}

.TradePlacardSkeleton_metricLabel__qH6zk {
    width: 60px;
    height: 12px;
}

.TradePlacardSkeleton_metricValue__qfI_u {
    width: 32px;
    height: 14px;
    margin-top: 4px;
}

.TradePlacardSkeleton_disclaimer__PrIcO {
    width: 160px;
    height: 12px;
}

@media screen and (max-width: 768px) {
    .TradePlacardSkeleton_strategyImage__yULM3 {
        width: 120px;
        height: 77px;
    }
}

/*!************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/ui/Table/Table.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************/
.Table_tableWrapper__oZRHg {
	width: 100%;
	overflow-x: auto;
	overflow-y: visible;
	-webkit-overflow-scrolling: touch;
}

.Table_table__vDVkk {
	width: max-content;
	min-width: 100%;
	/* box-shadow and borders will not work with position: sticky otherwise */
	border-collapse: separate !important;
	border-spacing: 0;
	font-size: 12px;
	line-height: 1.5;
}

.Table_tableHeader__IVkzZ {
	height: 48px;
}

.Table_tableBody__EDB4v {
	/* Body styles */
}

.Table_tableFooter__piNJd {
	/* Footer styles */
}

.Table_tableRow__X5o44 {
	transition: background-color 0.2s ease;
	background-color: #ffffff;
}

.Table_tableRow__X5o44:hover {
	background-color: #f3f3f3;
}

.Table_tableHead__cVOdH {
	padding: 8px 12px;
	text-align: left;
	font-weight: 500;
	font-size: 12px;
	line-height: 1.5;
	color: #525252;
	vertical-align: middle;
	background-color: #f9fafb;
	border-bottom: 1px solid #dcdfe0;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	white-space: nowrap;
}

.Table_tableCell__kRuk2 {
	padding: 0 12px;
	vertical-align: middle;
	color: #525252;
	font-size: 12px;
	line-height: 1.5;
	font-weight: 500;
	box-sizing: border-box;
	height: 56px;
	border-bottom: 1px solid #dcdfe0;
	white-space: nowrap;
}

.Table_tableCell__kRuk2:first-child {
	font-weight: 700;
	color: #1d1d1d;
}

.Table_tableCaption__g4Gwp {
	margin-top: 1rem;
	font-size: 12px;
	color: #525252;
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/ui/DataTable/DataTable.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************/
.DataTable_pinnedTableWrapper__iCE73 {
	overflow-x: auto;
	overflow-y: visible;
	-webkit-overflow-scrolling: touch;
}

.DataTable_pinnedCell__KOjjx {
	background-color: #ffffff;
	transition: background-color 0.2s ease;
}

/* Make pinned cells match row hover background (css-only, no layout thrashing) */
.DataTable_pinnedTableWrapper__iCE73 tr:hover .DataTable_pinnedCell__KOjjx {
	background-color: #f3f3f3 !important;
}

.DataTable_pinnedHeaderCell__QJktp {
	background-color: #F9FAFB;
}

/* Sticky positioning and z-index (left/right remain inline – dynamic per column) */
.DataTable_pinnedLeft__FmHFS {
	position: -webkit-sticky;
	position: sticky;
	z-index: 1;
}

.DataTable_pinnedRight__oGEBc {
	position: -webkit-sticky;
	position: sticky;
	z-index: 1;
}

.DataTable_shadowLeft__ckNM_ {
	box-shadow: 8px 0 8px 0px rgba(82, 82, 82, 0.1);
}

.DataTable_shadowRight__T31dd {
	box-shadow: -8px 0 8px 0px rgba(82, 82, 82, 0.1);
}

/* Server-side sortable column header */
.DataTable_sortableHeader__nJr_H {
	vertical-align: middle;
}

.DataTable_sortableHeaderButton__Lfmo8 {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	font: inherit;
	color: inherit;
	cursor: pointer;
	text-align: inherit;
	line-height: inherit;
}

.DataTable_sortableHeaderButton__Lfmo8:hover {
	opacity: 0.85;
}

.DataTable_sortIndicator__87EIs {
	flex-shrink: 0;
	color: #525252;
}

.DataTable_sortIndicatorHidden__2M_4p {
	visibility: hidden;
}

.DataTable_sortIndicatorActive__n2kSS {
	color: var(--color-green-500);
}

.DataTable_sortIndicatorUnsorted__Yz0CK {
	opacity: 0.4;
}


/*!*********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/app/(v2)/home/components/FollowedTrades/styles.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_container__kHkus {
	background-color: #ffffff;
	border: 1px solid #E6E8EC;
	border-radius: 12px;
	width: 100%;
	box-sizing: border-box;
	height: 100%;
}

.styles_content__dpW9u {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	padding: 20px;
	width: 100%;
	border-radius: inherit;
	gap: 20px;
}

.styles_collapsedTrigger__sDdwQ {
	all: unset;
	width: 100%;
	cursor: pointer;
}

.styles_header__Ze_we {
	display: flex;
	flex: 1 0;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
}

.styles_headerLeft__6DGEE {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.styles_badge__HtlCX {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	background-color: #00A26B;
	border-radius: 9999px;
	padding: 6px 12px;
	min-width: 40px;
	height: auto;
}

.styles_badgeEmpty__2eZzd {
	background-color: #525252;
}

.styles_badgeStar__mRXHm {
	color: #ffffff;
	font-size: 18px;
	width: 18px;
	height: 18px;
}

.styles_badgeNumber__aI0Cq {
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
	color: #ffffff;
}

.styles_titleSection__vslzm {
	display: flex;
	flex-direction: column;
	gap: 8px;
	flex: 1 0;
}

.styles_titleRow__xB6jb {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	width: 100%;
	min-width: 0;
}

.styles_title__GE65a {
	flex: 1 0;
	min-width: 0;
}

.styles_chevronButton__pDImV {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	flex-shrink: 0;
}

.styles_chevronIcon__BvPOY {
	color: #525252;
	font-size: 20px;
	width: 20px;
	height: 20px;
}

.styles_tradesCountRow__GQavB {
	display: flex;
	align-items: center;
	gap: 10px;
}

.styles_alertIcon__7UB_5 {
	color: #525252;
	font-size: 20px;
	width: 20px;
	height: 20px;
}

.styles_tradesCount__SCC13 {
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
	color: #1d1d1d;
}

.styles_tradesCountText__d9U23 {
	font-weight: 500;
	font-size: 12px;
	line-height: 1.5;
	color: #1d1d1d;
	flex: 1 1;
}

.styles_title__GE65a {
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
	color: #1d1d1d;
	margin: 0;
}

.styles_subtitle__T5FUl {
	font-weight: 500;
	font-size: 12px;
	line-height: 1.5;
	color: #525252;
	margin: 0;
	text-align: left;
}

.styles_drawerHeaderContent__8g8eA {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.styles_drawerHeaderContent__8g8eA .styles_headerLeft__6DGEE {
	flex: 1 0;
	width: 100%;
}

.styles_drawerHeaderContent__8g8eA .styles_titleSection__vslzm {
	flex: 1 0;
	min-width: 0;
	text-align: left;
}

.styles_drawerTitle__y95n7 {
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
	color: #1d1d1d;
	margin: 0;
	text-align: left;
}

.styles_seeAllLink__GLsPt {
	display: flex;
	gap: 4px;
	align-items: center;
	height: 48px;
	cursor: pointer;
	border-radius: 4px;
	padding: 0;
	background: transparent;
	transition: opacity 0.2s ease;
	white-space: nowrap;
	flex-wrap: nowrap;
}

.styles_seeAllLink__GLsPt:hover {
	opacity: 0.8;
}

.styles_seeAllLink__GLsPt:active {
	opacity: 0.6;
}

.styles_seeAllText__Y1lxb {
	font-weight: 500;
	font-size: 12px;
	line-height: 1.5;
	color: #00a26b;
	margin: 0;
	flex-shrink: 0;
	white-space: nowrap;
}

.styles_chevron__W7Ncu {
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.styles_chevron__W7Ncu svg {
	width: 6px;
	height: 10px;
}

.styles_tableContainer__xFSYd {
	/* padding: 0 20px 20px 20px; */
}

.styles_emptyState__y8WBL {
	padding: 32px 20px;
}

.styles_drawerScrollableNoPadding__lFdly {
	padding: 0 !important;
}

.styles_tickerCell__kd9Ki {
	display: flex;
	gap: 10px;
	align-items: center;
}

@keyframes styles_starButtonPop__Wg8Wd {
	0% {
		transform: scale(0.8);
	}

	40% {
		transform: scale(1.2);
	}

	100% {
		transform: scale(1);
	}
}

.styles_starButton__ibTMW {
	all: unset;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	cursor: pointer;
	position: relative;
	transform: scale(1);
	transform-origin: center;
	will-change: transform;
}

.styles_starButton__ibTMW:active {
	animation: styles_starButtonPop__Wg8Wd 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.styles_starOutline__IuBTl {
	color: #5e5e5e;
	font-size: 18px;
}

.styles_starFilled__0Q6qJ {
	color: #ffa346;
	font-size: 18px;
}

.styles_tickerText__I8vV4 {
	font-weight: 700;
	font-size: 12px;
	line-height: 1.5;
	color: #1d1d1d;
	text-decoration: none;
	cursor: pointer;
}

.styles_tickerText__I8vV4:hover {
	color: #00a26b;
	text-decoration: underline;
}

.styles_cellText__ynefe {
	font-weight: 500;
	font-size: 12px;
	line-height: 1.5;
	color: #525252;
}

.styles_dateTimeCell__fAuss {
	display: flex;
	flex-direction: column;
	gap: 2px;
	justify-content: center;
}

.styles_statusIconCell__LVp_a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.styles_statusButton__bmhAy {
	all: unset;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15px;
	height: 15px;
	cursor: pointer;
	background-color: transparent;
	border: 1.5px solid #FFA346;
	border-radius: 50%;
}

.styles_statusIcon__HXynL {
	color: #FFA346;
	font-size: 10px;
}

/* Empty State Styles */
.styles_emptyState__y8WBL {
	width: 100%;
	flex: 1 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 32px 0;
	max-width: 504px;
	margin: 0 auto;
}

.styles_emptyStateContent__MAhdc {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 32px;
	width: 100%;
}

.styles_emptyStateSubtext__kZrO4 {
	font-weight: 500;
	font-size: 12px;
	line-height: 1.5;
	color: #525252;
	text-align: center;
	margin: 0;
}

.styles_emptyStateTitle__aFT91 {
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
	color: #525252;
	text-align: center;
	margin: 0;
}

.styles_emptyStateText__JJLmg {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
}

.styles_emptyStateDescription__jHJ2o {
	font-weight: 500;
	font-size: 12px;
	line-height: 1.5;
	color: #525252;
	text-align: center;
	margin: 0;
}

.styles_emptyStateFollowRow__t0Hp7 {
	display: flex;
	align-items: center;
	gap: 6px;
	justify-content: center;
}

.styles_followStarIcon__ooreN {
	color: #EC9000;
	font-size: 18px;
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}

.styles_followBold__wJpvr {
	font-weight: 700;
}

.styles_emptyStateCta__EnB_l {
	display: flex;
	align-items: stretch;
	gap: 16px;
	width: 100%;
	max-width: 450px;
}

.styles_ctaCard__g4cOU {
	background-color: #ffffff;
	border: 1px solid #dcdfe0;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 16px;
	flex: 1 0;
	min-height: 124px;
	box-sizing: border-box;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.styles_ctaCard__g4cOU:hover {
	opacity: 0.8;
}

.styles_ctaCardText__pJW1C {
	font-weight: 500;
	font-size: 12px;
	line-height: 1.5;
	color: #525252;
	margin: 0;
	white-space: pre-wrap;
}

.styles_ctaCardLink__0llcx {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 4px;
	width: 100%;
}

.styles_ctaCardLinkText__xUJqq {
	font-weight: 500;
	font-size: 12px;
	line-height: 1.5;
	color: #00A26B;
}

.styles_ctaCardChevron__SaQXk {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.styles_ctaCardChevron__SaQXk svg {
	width: 6px;
	height: 10px;
}

/* Mobile responsive styles */
@media (max-width: 768px) {
	.styles_header__Ze_we {
		flex-direction: column;
		gap: 12px;
		align-items: flex-start;
	}

	.styles_seeAllLink__GLsPt {
		align-self: flex-start;
	}

	.styles_tableContainer__xFSYd {
		padding: 0 0px 0px 12px;
	}
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/app/(v2)/home/components/Grid/styles.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************/
.styles_grid__iFCSC {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	width: 100%;
	align-items: stretch;
}

.styles_col__FGz__ {
	width: 100%;
	display: flex;
	flex-direction: column;
}

@media (max-width: 768px) {
	.styles_col__FGz__ {
		grid-column: span 12 !important;
	}
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/app/(v2)/home/components/PopularCategories/styles.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_container__VeEQ2 {
	background-color: #ffffff;
	border: 1px solid #E6E8EC;
	border-radius: 12px;
	width: 100%;
	box-sizing: border-box;
}

.styles_content__SWZsB {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	overflow: hidden;
	padding: 20px;
	width: 100%;
	border-radius: inherit;
	gap: 20px;
}

.styles_header__Fzm5j {
	display: flex;
	flex: 1 0;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
}

.styles_title__j4AHS {
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
	color: #1d1d1d;
	margin: 0;
}

.styles_categoriesList__iLJ_E {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	grid-auto-rows: 40px;
	grid-gap: 8px;
	gap: 8px;
	width: 100%;
}

.styles_categoryButton__DmZHw {
	all: unset;
	display: flex;
	flex: 1 0;
	align-items: center;
	justify-content: space-between;
	height: 40px;
	padding: 0 8px 0 12px;
	background-color: #e6f6f0;
	border: 1px solid #dcdfe0;
	border-radius: 8px;
	cursor: pointer;
	transition: background-color 0.2s ease, border-color 0.2s ease;
	box-sizing: border-box;
}

.styles_categoryButton__DmZHw:hover {
	background-color: #8ad4bb;
	border-color: #8d8d8d;
	text-decoration: none;
}

.styles_categoryButtonHovered__wSeue {
	background-color: #8ad4bb;
	border-color: #8d8d8d;
}

.styles_categoryText__bJQsn {
	font-weight: 700;
	font-size: 12px;
	line-height: 1.5;
	color: #1d1d1d;
}

.styles_chevronIcon__98c_L {
	font-size: 10px;
	color: #525252;
}

.styles_categoryButtonHovered__wSeue .styles_chevronIcon__98c_L {
	color: #1d1d1d;
}
/*!************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/ui/Input/Input.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************/
.Input_input__a5J6C {
    display: flex;
    height: 40px;
    width: 100%;
    border-radius: 8px;
    border: 1px solid var(--color-border-default);
    background-color: var(--color-neutral-50);
    padding: 0 12px;
    font-family: var(--font-montserrat), sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--color-text-primary);
    box-sizing: border-box;
    transition: border-color var(--transition-base), box-shadow var(--transition-base);
}

.Input_input__a5J6C::placeholder {
    color: var(--color-neutral-400);
}

.Input_input__a5J6C:hover:not(:disabled) {
    border-color: var(--color-neutral-400);
}

.Input_input__a5J6C:focus {
    outline: none;
    border-color: var(--color-green-500);
    box-shadow: 0 0 0 2px rgba(0, 162, 107, 0.15);
}

.Input_input__a5J6C:focus-visible {
    outline: none;
    border-color: var(--color-green-500);
    box-shadow: 0 0 0 2px rgba(0, 162, 107, 0.15);
}

.Input_input__a5J6C:disabled {
    cursor: not-allowed;
    opacity: 0.5;
    background-color: var(--color-neutral-100);
}

.Input_input__a5J6C[type="file"] {
    padding: 0;
}

.Input_input__a5J6C[type="file"]::-webkit-file-upload-button {
    background-color: var(--color-neutral-100);
    border: none;
    border-right: 1px solid var(--color-border-default);
    padding: 0 12px;
    height: 100%;
    font-family: var(--font-montserrat), sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: var(--color-text-secondary);
    cursor: pointer;
    -webkit-transition: background-color var(--transition-base);
    transition: background-color var(--transition-base);
}

.Input_input__a5J6C[type="file"]::file-selector-button {
    background-color: var(--color-neutral-100);
    border: none;
    border-right: 1px solid var(--color-border-default);
    padding: 0 12px;
    height: 100%;
    font-family: var(--font-montserrat), sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: var(--color-text-secondary);
    cursor: pointer;
    transition: background-color var(--transition-base);
}

.Input_input__a5J6C[type="file"]::-webkit-file-upload-button:hover {
    background-color: var(--color-neutral-200);
}

.Input_input__a5J6C[type="file"]::file-selector-button:hover {
    background-color: var(--color-neutral-200);
}

/* Hide number input spinners */
.Input_input__a5J6C[type="number"] {
    -moz-appearance: textfield;
    /* Firefox */
    -webkit-appearance: textfield;
            appearance: textfield;
    /* Standard */
}

.Input_input__a5J6C[type="number"]::-webkit-inner-spin-button,
.Input_input__a5J6C[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    /* Chrome, Safari, Edge */
    appearance: none;
    /* Standard */
    margin: 0;
}

/* Size variants */
.Input_input__a5J6C[data-size="sm"] {
    font-size: 12px;
    line-height: 1.5;

    /* on mobile make the text size 1em to prevent zooming */
    @media (max-width: 600px) {
        font-size: 16px;

        &::placeholder {
            font-size: 12px;
        }
    }


}


/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/ui/Popover/Popover.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************/
.Popover_popoverContent__GTIqp {
  z-index: 50;
  width: 18rem;
  max-width: calc(100vw - 1rem);
  border-radius: 0.5rem;
  border: 1px solid #e5e7eb;
  background-color: #ffffff;
  padding: 1rem;
  color: #111827;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  outline: none;
  animation-duration: 150ms;
  animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}

.Popover_popoverContent__GTIqp[data-state="open"][data-side="top"] {
  animation-name: Popover_slide-in-from-bottom__urS9b;
}

.Popover_popoverContent__GTIqp[data-state="open"][data-side="bottom"] {
  animation-name: Popover_slide-in-from-top__oDrMP;
}

.Popover_popoverContent__GTIqp[data-state="open"][data-side="left"] {
  animation-name: Popover_slide-in-from-right__tVcWw;
}

.Popover_popoverContent__GTIqp[data-state="open"][data-side="right"] {
  animation-name: Popover_slide-in-from-left__sr28k;
}

.Popover_popoverContent__GTIqp[data-state="open"]:not([data-side]) {
  animation-name: Popover_popover-in__7RGsR;
}

.Popover_popoverContent__GTIqp[data-state="closed"] {
  animation-name: Popover_popover-out__KM7if;
}

@keyframes Popover_popover-in__7RGsR {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes Popover_popover-out__KM7if {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.95);
  }
}

@keyframes Popover_slide-in-from-top__oDrMP {
  from {
    transform: translateY(-0.5rem);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes Popover_slide-in-from-bottom__urS9b {
  from {
    transform: translateY(0.5rem);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes Popover_slide-in-from-left__sr28k {
  from {
    transform: translateX(-0.5rem);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes Popover_slide-in-from-right__tVcWw {
  from {
    transform: translateX(0.5rem);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}


/*!***********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/app/(v2)/home/components/Portfolio/styles-mobile.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************/
.styles-mobile_container__4uLV9 {
	width: 100%;
	box-sizing: border-box;
	min-height: 136px;
	height: 100%;
	display: flex;
	flex-direction: column;
	padding-inline: 12px;
}

.styles-mobile_carousel__Ny8AN {
	width: 100%;
	height: 100%;
	flex: 1 1;
	display: flex;
	flex-direction: column;
}

.styles-mobile_carousel__Ny8AN>div {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.styles-mobile_carouselContent__rVLm0 {
	display: flex;
	gap: 0px;
	height: 100%;
	flex: 1 1;
}

.styles-mobile_carouselItem__dMGC9 {
	flex: 0 0 auto;
	min-width: 280px;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.styles-mobile_carouselItemService__VMzBf {
	flex: 0 0 auto;
	min-width: 280px;
}

/* Account Size Component */
.styles-mobile_accountSize__UbEQF {
	background-color: #00a26b;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 12px;
	height: 100%;
	min-height: 104px;
	align-items: flex-start;
	padding: 12px;
	border-radius: 8px;
	width: 280px;
	flex-shrink: 0;
}

.styles-mobile_accountHeader__J2ST3 {
	display: flex;
	gap: 8px;
	height: 22px;
	align-items: center;
	width: 100%;
}

.styles-mobile_accountLabel__JnIX_ {
	flex: 1 0;
	font-weight: 500;
	font-size: 12px;
	line-height: 1.5;
	color: #ffffff;
	margin: 0;
	min-height: 0;
	min-width: 0;
	white-space: pre-wrap;
}

.styles-mobile_accountValue__6_6Kt {
	display: flex;
	gap: 8px;
	align-items: center;
	width: 100%;
}

.styles-mobile_accountValueText__PMT9y {
	font-weight: 600;
	font-size: 20px;
	line-height: 1.5;
	color: #ffffff;
	margin: 0;
}

/* Portfolio Allocation Component */
.styles-mobile_portfolioAllocation__FdPT_ {
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: flex-start;
	min-height: 0;
	width: 280px;
	flex-shrink: 0;
	background-color: #ffffff;
	padding: 12px;
	border: 1px solid #e6e8ec;
	border-radius: 12px;
	height: 100%;
	box-sizing: border-box;
}

.styles-mobile_portfolioHeader__yWacP {
	display: flex;
	gap: 8px;
	align-items: center;
	max-height: 44px;
	width: 100%;
	flex-shrink: 0;
}

.styles-mobile_portfolioLabel__EicD2 {
	flex: 1 0;
	font-weight: 500;
	font-size: 12px;
	line-height: 1.5;
	color: #1d1d1d;
	margin: 0;
	min-height: 0;
	min-width: 0;
	white-space: pre-wrap;
}

.styles-mobile_portfolioBreakdown__lMnU_ {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
	align-items: center;
	width: 100%;
	flex-shrink: 0;
}

.styles-mobile_portfolioItem__ZR7Zy {
	display: flex;
	gap: 6px;
	align-items: center;
	flex-shrink: 0;
}

.styles-mobile_portfolioBullet__9kYFj {
	width: 8px;
	height: 8px;
	background-color: #00a26b;
	border-radius: 50%;
	flex-shrink: 0;
}

.styles-mobile_portfolioItemText__F1Vvw {
	font-weight: 500;
	font-size: 12px;
	line-height: 1.5;
	color: #525252;
	margin: 0;
	flex-shrink: 0;
}

.styles-mobile_portfolioItemValue__iiNAJ {
	font-weight: 600;
	color: #525252;
}

/* Edit Button */
.styles-mobile_editButton__PUN9t {
	background-color: #e6f6f0;
	border: none;
	border-radius: 24px;
	padding: 2px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	flex-shrink: 0;
	width: 45px;
	height: 22px;
	max-height: 44px;
	box-sizing: border-box;
	transition: background-color 0.2s ease;
}

.styles-mobile_editButton__PUN9t:hover {
	background-color: #d0ede3;
}

.styles-mobile_editButton__PUN9t:active {
	background-color: #bae4d6;
}

.styles-mobile_editButtonText__2t4ik {
	font-weight: 500;
	font-size: 12px;
	line-height: 1.5;
	color: #00734c;
	margin: 0;
	letter-spacing: 0px;
}

/* Popover Styles */
.styles-mobile_accountSizePopover__OMsdQ {
	background-color: #ffffff !important;
	border: 1px solid #dcdfe0 !important;
	border-radius: 24px !important;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-items: center;
	padding: 20px !important;
	position: relative;
	width: 100%;
	max-width: 400px;
	box-shadow: 0 0 24px rgba(0, 0, 0, 0.2) !important;
	z-index: 50;
}

.styles-mobile_popoverClose__HLEqp {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
	color: #525252;
	overflow: hidden;
}

.styles-mobile_popoverClose__HLEqp:hover {
	opacity: 0.7;
}

.styles-mobile_popoverClose__HLEqp svg {
	width: 11.4px;
	height: 11.4px;
}

.styles-mobile_popoverTitle__W_CFU {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
	width: 100%;
	flex-shrink: 0;
}

.styles-mobile_popoverTitle__W_CFU p {
	flex: 1 0;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.5;
	color: #1d1d1d;
	text-align: center;
	margin: 0;
	min-height: 0;
	min-width: 0;
	white-space: pre-wrap;
}

.styles-mobile_popoverBody__1wMlN {
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: center;
	width: 100%;
	padding-top: 16px;
	flex-shrink: 0;
}

.styles-mobile_portfolioAllocationPopover__6_XTn .styles-mobile_popoverBody__1wMlN {
	align-items: flex-start;
}

.styles-mobile_popoverDescription__b21lk {
	font-weight: 500;
	font-size: 12px;
	line-height: 1.5;
	color: #1d1d1d;
	margin: 0;
	width: 100%;
	white-space: pre-wrap;
	text-align: center;
}

.styles-mobile_popoverContainer__Ok4wk {
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-items: center;
	width: 100%;
	flex-shrink: 0;
	margin-bottom: 24px;
}

.styles-mobile_inputField__S_JKk {
	font-family: var(--font-montserrat);
	display: flex;
	flex-direction: column;
	gap: 4px;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.styles-mobile_inputContainer__366_T {
	background-color: #ffffff;
	border: 1px solid #e6e8ec;
	border-radius: 8px;
	height: 40px;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	padding: 0 12px;
}

.styles-mobile_input__yjgge {
	flex: 1 0;
	font-family: var(--font-montserrat);
	font-weight: 500;
	font-size: 16px;
	line-height: 1.2;
	color: #1d1d1d;
	border: none;
	background: none;
	outline: none;
	width: 100%;
	padding: 0;
}

.styles-mobile_popoverButtons__pwp2z {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	flex-shrink: 0;
}

.styles-mobile_cancelButton__lQg3Y {
	background-color: #ffffff;
	border: 1px solid #00a26b;
	border-radius: 8px;
	box-sizing: border-box;
	display: flex;
	gap: 8px;
	height: 40px;
	align-items: center;
	justify-content: center;
	padding: 10px 12px;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
	color: #00a26b;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.styles-mobile_cancelButton__lQg3Y:hover {
	background-color: #f0f9f6;
}

.styles-mobile_saveButton__rCurR {
	background-color: #00a26b;
	border: none;
	border-radius: 8px;
	box-sizing: border-box;
	display: flex;
	gap: 8px;
	height: 40px;
	align-items: center;
	justify-content: center;
	padding: 10px 12px;
	width: 92px;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
	color: #ffffff;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.styles-mobile_saveButton__rCurR:hover {
	background-color: #008a5a;
}

/* Portfolio Allocation Popover Styles */
.styles-mobile_portfolioAllocationPopover__6_XTn {
	background-color: #ffffff !important;
	border: 1px solid #dcdfe0 !important;
	border-radius: 24px !important;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-items: center;
	padding: 20px !important;
	position: relative;
	width: 100%;
	max-width: 400px;
	box-shadow: 0 0 24px rgba(0, 0, 0, 0.2) !important;
	z-index: 50;
}

.styles-mobile_portfolioEditContainer__7kCJs {
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-items: flex-start;
	width: 100%;
	flex-shrink: 0;
}

.styles-mobile_portfolioEditRow__gm5U0 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	flex-shrink: 0;
}

.styles-mobile_portfolioEditLabel__Al5av {
	font-weight: 500;
	font-size: 12px;
	line-height: 1.5;
	color: #1d1d1d;
	width: 102px;
	margin: 0;
	white-space: pre-wrap;
}

.styles-mobile_portfolioEditValueContainer__J6D5j {
	display: flex;
	gap: 12px;
	align-items: center;
	flex-shrink: 0;
}

.styles-mobile_portfolioEditInputField__yjV8q {
	display: flex;
	flex-direction: column;
	gap: 4px;
	align-items: center;
	justify-content: center;
	width: 64px;
	flex-shrink: 0;
}

.styles-mobile_portfolioEditInputContainer__F4_He {
	background-color: #ffffff;
	border: 1px solid #e6e8ec;
	border-radius: 8px;
	height: 40px;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	padding: 0 12px;
}

.styles-mobile_portfolioEditInput__BfoND {
	width: 64px;
	flex-shrink: 0;
}

.styles-mobile_portfolioEditAmount__6FAcI {
	font-weight: 700;
	font-size: 12px;
	line-height: 1.5;
	color: #525252;
	width: 64px;
	margin: 0;
	white-space: pre-wrap;
}

.styles-mobile_portfolioEditNote__9wnOs {
	font-weight: 500;
	font-size: 10px;
	line-height: 1.5;
	color: #525252;
	width: 100%;
	margin: 0;
	white-space: pre-wrap;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/app/(v2)/home/components/Portfolio/styles.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************/
/* Responsive show/hide utilities */
.styles_desktopOnly__jCWG3 {
	display: block;
}

.styles_mobileOnly__Y82cL {
	display: none;
}

@media screen and (max-width: 768px) {
	.styles_desktopOnly__jCWG3 {
		display: none;
	}

	.styles_mobileOnly__Y82cL {
		display: block;
	}
}

.styles_container__Asv0h {
	background-color: #ffffff;
	border: 1px solid #E6E8EC;
	border-radius: 12px;
	width: 100%;
	min-height: 88px;
	height: 100%;
	box-sizing: border-box;
}

.styles_content__ffSJ7 {
	box-sizing: border-box;
	display: flex;
	gap: 12px;
	align-items: center;
	overflow: hidden;
	padding: 20px;
	width: 100%;
	height: 100%;
	border-radius: inherit;
}

.styles_accountInfo__qSBU7 {
	display: flex;
	flex: 1 0;
	gap: 20px;
	align-items: center;
	min-height: 0;
	min-width: 0;
}

/* Account Size Component */
.styles_accountSize__12DxQ {
	background-color: #00a26b;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 12px;
	height: 88px;
	align-items: flex-start;
	padding: 12px;
	border-radius: 8px;
	width: 240px;
	flex-shrink: 0;
}

.styles_accountHeader__kQszs {
	display: flex;
	gap: 8px;
	height: 22px;
	align-items: center;
	width: 100%;
}

.styles_accountLabel__WTjKi {
	flex: 1 0;
	font-weight: 500;
	font-size: 12px;
	line-height: 1.5;
	color: #ffffff;
	margin: 0;
	min-height: 0;
	min-width: 0;
	white-space: pre-wrap;
}

.styles_accountValue__QrbwT {
	display: flex;
	gap: 8px;
	align-items: center;
	width: 100%;
}

.styles_accountValueText__PsoAn {
	font-weight: 600;
	font-size: 20px;
	line-height: 1.5;
	color: #ffffff;
	margin: 0;
}

/* Portfolio Allocation Component */
.styles_portfolioAllocation__SCMmp {
	display: flex;
	flex: 1 0;
	flex-direction: column;
	gap: 12px;
	height: 88px;
	align-items: flex-start;
	min-height: 0;
	min-width: 0;
}

.styles_portfolioHeader__ec6vO {
	display: flex;
	gap: 8px;
	align-items: center;
	max-height: 44px;
	width: 100%;
	flex-shrink: 0;
}

.styles_portfolioLabel__zz3fx {
	flex: 1 0;
	font-weight: 500;
	font-size: 12px;
	line-height: 1.5;
	color: #1d1d1d;
	margin: 0;
	min-height: 0;
	min-width: 0;
	white-space: pre-wrap;
}

.styles_portfolioBreakdown__tMg5_ {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
	align-items: center;
	width: 100%;
	flex-shrink: 0;
}

.styles_portfolioItem__tcXKi {
	display: flex;
	gap: 6px;
	align-items: center;
	flex-shrink: 0;
}

.styles_portfolioBullet__EMZbH {
	width: 8px;
	height: 8px;
	background-color: #00a26b;
	border-radius: 50%;
	flex-shrink: 0;
}

.styles_portfolioItemText__w8mtC {
	font-weight: 500;
	font-size: 12px;
	line-height: 1.5;
	color: #525252;
	margin: 0;
	flex-shrink: 0;
}

.styles_portfolioItemValue___sjht {
	font-weight: 600;
	color: #525252;
}

/* Edit Button */
.styles_editButton__Upp7c {
	background-color: #e6f6f0;
	border: none;
	border-radius: 24px;
	padding: 2px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	flex-shrink: 0;
	width: 45px;
	height: 22px;
	max-height: 44px;
	box-sizing: border-box;
	transition: background-color 0.2s ease;
}

.styles_editButton__Upp7c:hover {
	background-color: #d0ede3;
}

.styles_editButton__Upp7c:active {
	background-color: #bae4d6;
}

.styles_editButtonText__7rqsf {
	font-family: var(--font-montserrat);
	font-weight: 500;
	font-size: 12px;
	line-height: 1.5;
	color: #00734c;
	margin: 0;
	letter-spacing: 0px;
}

/* Popover Styles */
.styles_accountSizePopover__8ETy4 {
	background-color: #ffffff !important;
	border: 1px solid #dcdfe0 !important;
	border-radius: 24px !important;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-items: center;
	padding: 20px !important;
	position: relative;
	width: 100%;
	max-width: 400px;
	box-shadow: 0 0 24px rgba(0, 0, 0, 0.2) !important;
	z-index: 50;
}

.styles_popoverClose__O5UHB {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
	color: #525252;
	overflow: hidden;
}

.styles_popoverClose__O5UHB:hover {
	opacity: 0.7;
}

.styles_popoverClose__O5UHB svg {
	width: 11.4px;
	height: 11.4px;
}

.styles_popoverTitle__r39CE {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
	width: 100%;
	flex-shrink: 0;
}

.styles_popoverTitle__r39CE p {
	flex: 1 0;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.5;
	color: #1d1d1d;
	text-align: center;
	margin: 0;
	min-height: 0;
	min-width: 0;
	white-space: pre-wrap;
}

.styles_popoverBody__muNI4 {
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: center;
	width: 100%;
	flex-shrink: 0;
}

.styles_portfolioAllocationPopover__uNagc .styles_popoverBody__muNI4 {
	align-items: flex-start;
}

.styles_popoverDescription__FeRpq {
	font-weight: 500;
	font-size: 12px;
	line-height: 1.5;
	color: #1d1d1d;
	margin: 0;
	width: 100%;
	white-space: pre-wrap;
}

.styles_popoverContainer__UY1RE {
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-items: center;
	width: 100%;
	flex-shrink: 0;
}

.styles_inputField__EiItL {
	display: flex;
	flex-direction: column;
	gap: 4px;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.styles_inputContainer__9vmGC {
	background-color: #ffffff;
	border: 1px solid #e6e8ec;
	border-radius: 8px;
	height: 40px;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	padding: 0 12px;
}

.styles_input__TAAmV {
	flex: 1 0;
	font-family: var(--font-montserrat);
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
	color: #1d1d1d;
	border: none;
	background: none;
	outline: none;
	width: 100%;
	padding: 0;
}
.styles_popoverButtons__5TXk0 {
	display: flex;

	gap: 20px;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	flex-shrink: 0;
	& > * {
		font-family: var(--font-montserrat) !important;
	}
}

.styles_cancelButton__tV91H {
	background-color: #ffffff;
	border: 1px solid #00a26b;
	border-radius: 8px;
	box-sizing: border-box;
	display: flex;
	gap: 8px;
	height: 40px;
	align-items: center;
	justify-content: center;
	padding: 10px 12px;
	font-family: var(--font-montserrat);
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
	color: #00a26b;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.styles_cancelButton__tV91H:hover {
	background-color: #f0f9f6;
}

.styles_saveButton__dbx9d {
	background-color: #00a26b;
	border: none;
	border-radius: 8px;
	box-sizing: border-box;
	display: flex;
	gap: 8px;
	height: 40px;
	align-items: center;
	justify-content: center;
	padding: 10px 12px;
	width: 92px;
	font-family: var(--font-montserrat);
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
	color: #ffffff;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.styles_saveButton__dbx9d:hover {
	background-color: #008a5a;
}

/* Portfolio Allocation Popover Styles */
.styles_portfolioAllocationPopover__uNagc {
	background-color: #ffffff !important;
	border: 1px solid #dcdfe0 !important;
	border-radius: 24px !important;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-items: center;
	padding: 20px !important;
	position: relative;
	width: 100%;
	max-width: 400px;
	box-shadow: 0 0 24px rgba(0, 0, 0, 0.2) !important;
	z-index: 50;
}

.styles_portfolioEditContainer__5NRP3 {
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-items: flex-start;
	width: 100%;
	flex-shrink: 0;
}

.styles_portfolioEditRow__XrPq6 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	flex-shrink: 0;
}

.styles_portfolioEditLabel__VYxii {
	font-weight: 500;
	font-size: 12px;
	line-height: 1.5;
	color: #1d1d1d;
	width: 102px;
	margin: 0;
	white-space: pre-wrap;
}

.styles_portfolioEditValueContainer__MkUVX {
	display: flex;
	gap: 12px;
	align-items: center;
	flex-shrink: 0;
}

.styles_portfolioEditInputField__2tfxL {
	display: flex;
	flex-direction: column;
	gap: 4px;
	align-items: center;
	justify-content: center;
	width: 64px;
	flex-shrink: 0;
}

.styles_portfolioEditInputContainer__MQ8gJ {
	background-color: #ffffff;
	border: 1px solid #e6e8ec;
	border-radius: 8px;
	height: 40px;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	padding: 0 12px;
}

.styles_portfolioEditInput__haa_7 {
	width: 64px;
	flex-shrink: 0;
}

.styles_portfolioEditAmount__W6W7f {
	font-weight: 700;
	font-size: 12px;
	line-height: 1.5;
	color: #525252;
	width: 64px;
	margin: 0;
	white-space: pre-wrap;
}

.styles_portfolioEditNote__Cf1PT {
	font-weight: 500;
	font-size: 10px;
	line-height: 1.5;
	color: #525252;
	width: 100%;
	margin: 0;
	white-space: pre-wrap;
}


/*!****************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/Markdown/MarkdownBodyLink/MarkdownBodyLink.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************/
.MarkdownBodyLink_externalIcon__nrpDK {
	display: inline-block;
	margin-left: 0.28em;
	width: 0.72em;
	height: 0.72em;
	vertical-align: middle;
	opacity: 0.88;
	flex-shrink: 0;
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/Markdown/CommentaryMarkdownBody/CommentaryMarkdownBody.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************/
.CommentaryMarkdownBody_root__Gyn4S {
	font-family: var(--font-montserrat), "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 1.5;
	color: #525252;
	min-width: 0;
}

.CommentaryMarkdownBody_paragraph__bG0eJ {
	margin: 0 0 12px;
}

.CommentaryMarkdownBody_paragraph__bG0eJ:last-child {
	margin-bottom: 0;
}

.CommentaryMarkdownBody_link__erlAg {
	color: #00a26b;
	text-decoration: none;
	cursor: pointer;
}

.CommentaryMarkdownBody_link__erlAg:hover {
	text-decoration: underline;
	text-underline-offset: 2px;
	-webkit-text-decoration-skip-ink: none;
	        text-decoration-skip-ink: none;
}

.CommentaryMarkdownBody_list__nqIR_,
.CommentaryMarkdownBody_listOrdered__gEOz7 {
	margin: 0 0 12px;
	padding-left: 1.25rem;
}

.CommentaryMarkdownBody_listItem__I3SAW {
	margin: 0.25em 0;
}

.CommentaryMarkdownBody_strong__2_DK0 {
	font-weight: 700;
	color: #1d1d1d;
}

.CommentaryMarkdownBody_em__Y84KS {
	font-style: italic;
}

.CommentaryMarkdownBody_image__t2lW8 {
	max-width: 100%;
	width: auto;
	height: auto;
	border-radius: 8px;
	margin: 8px auto;
	display: block;
	box-sizing: border-box;
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/app/(v2)/home/components/ProTraderCommentary/styles.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_container__qZ1ox {
	background-color: #ffffff;
	border: 1px solid #dcdfe0;
	border-radius: 12px;
	width: 100%;
	box-sizing: border-box;
    padding: 20px;
}

.styles_content__tQyFU {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	overflow: hidden;
	width: 100%;
	border-radius: inherit;
	gap: 12px;
}

.styles_header__C4eKg {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	flex-shrink: 0;
}

.styles_headerTitle__aQz4a {
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
	color: #1d1d1d;
	margin: 0;
}

.styles_widgetEmptyShell__sFV8M {
	min-height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 32px 20px;
	box-sizing: border-box;
}

.styles_widgetEmptyInner__098sr {
	max-width: 280px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 0;
}

.styles_widgetEmptyIconWrap__9JEw_ {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 14px;
	background: radial-gradient(
		circle at 30% 25%,
		#e8f7f1 0%,
		#eef0f3 55%,
		#e6e8ec 100%
	);
	box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.75);
}

.styles_widgetEmptyIcon__eaG8h {
	color: #00a26b;
	flex-shrink: 0;
}

.styles_widgetEmptyTitle__x9M3_ {
	margin: 0 0 8px;
	font-family: var(--font-montserrat), "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 15px;
	line-height: 1.35;
	color: #1d1d1d;
}

.styles_widgetEmptyDesc__96AcF {
	margin: 0 0 18px;
	font-family: var(--font-montserrat), "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 13px;
	line-height: 1.55;
	color: #6b7280;
}

.styles_widgetEmptyButton__JyogV {
	margin-top: 2px;
}

.styles_widgetFeedLink__d_O32 {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	margin-top: 2px;
	font-family: var(--font-montserrat), "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 13px;
	line-height: 1.4;
	color: #00a26b;
	text-decoration: none;
	transition: opacity 0.15s ease;
}

.styles_widgetFeedLink__d_O32:hover {
	opacity: 0.85;
	text-decoration: underline;
}

.styles_widgetFeedLinkChevron__Cloqf {
	font-size: 16px;
	line-height: 1;
	font-weight: 600;
}

.styles_widgetSkeletonAvatar__dGmNw {
	width: 60px;
	height: 60px;
	border-radius: 30px;
	flex-shrink: 0;
}

.styles_widgetSkeletonAuthorLine__wv5BG {
	height: 14px;
	width: min(42%, 10rem);
	border-radius: 6px;
}

.styles_widgetSkeletonDateLine__XboCG {
	height: 10px;
	width: 5rem;
	border-radius: 4px;
}

.styles_widgetSkeletonTag__S7qSA {
	height: 28px;
	width: 4.25rem;
	border-radius: 14px;
	flex-shrink: 0;
}

.styles_widgetSkeletonTitleLine__iC86u {
	height: 14px;
	width: min(75%, 18rem);
	border-radius: 6px;
}

.styles_widgetSkeletonMd__nXHn_ {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 100%;
}

.styles_widgetSkeletonBodyLine__pMdjd {
	height: 10px;
	width: 100%;
	border-radius: 4px;
}

.styles_widgetSkeletonBodyWide__gEm_K {
	width: 94%;
}

.styles_widgetSkeletonBodyNarrow__0bHs2 {
	width: 71%;
}

.styles_seeAllLink___bd3c {
	display: inline-flex;
	gap: 4px;
	align-items: center;
	height: 20px;
	cursor: pointer;
	border-radius: 8px;
	padding: 0;
	background: transparent;
	border: none;
	text-decoration: none;
	color: inherit;
	font: inherit;
	transition: opacity 0.2s ease;
}

.styles_seeAllLink___bd3c:hover {
	opacity: 0.8;
}

.styles_seeAllLink___bd3c:active {
	opacity: 0.6;
}

.styles_seeAllText__36eAw {
	font-weight: 500;
	font-size: 12px;
	line-height: 1.5;
	color: #00a26b;
	margin: 0;
	flex-shrink: 0;
}

.styles_chevron__p4_k0 {
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	transition: transform 0.2s ease;
}

.styles_chevron__p4_k0 svg {
	width: 6px;
	height: 10px;
}

.styles_scrollArea__DeKjD {
	height: 458px;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	position: relative;
}

.styles_commentaryList__dawtj {
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 100%;
}

.styles_commentaryCard__yLVDS {
	background-color: #f9fafb;
	border: 1px solid #dcdfe0;
	border-radius: 12px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: flex-end;
	padding: 12px;
	width: 100%;
	flex-shrink: 0;
}

.styles_cardHeader__x7Zzh {
	display: flex;
	gap: 8px;
	align-items: flex-start;
	width: 100%;
}

.styles_userInfo__iTpsv {
	display: flex;
	flex: 1 0;
	gap: 12px;
	align-items: center;
	min-width: 0;
}

.styles_avatar__SpNtk {
	width: 60px;
	height: 60px;
	border-radius: 30px;
	overflow: hidden;
	flex-shrink: 0;
	background-color: #e6e8ec;
	display: flex;
	align-items: center;
	justify-content: center;
}

.styles_avatar__SpNtk img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.styles_avatarPlaceholder__blJb0 {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 18px;
	color: #525252;
}

.styles_userDetails__71E_L {
	display: flex;
	flex: 1 0;
	flex-direction: column;
	gap: 4px;
	justify-content: center;
	min-width: 0;
}

.styles_authorName__b4gIW {
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
	color: #1d1d1d;
	margin: 0;
}

.styles_date__Dctw1 {
	font-weight: 500;
	font-size: 10px;
	line-height: 1.5;
	color: #525252;
	margin: 0;
}

.styles_tag__XafI2 {
	background-color: #e6e8ec;
	border-radius: 14px;
	box-sizing: border-box;
	display: flex;
	gap: 10px;
	height: 28px;
	align-items: center;
	justify-content: center;
	padding: 6px 10px;
	flex-shrink: 0;
	font-weight: 500;
	font-size: 10px;
	line-height: 1.5;
	color: #525252;
	margin: 0;
}

.styles_cardContent__Rnu9g {
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: flex-start;
	width: 100%;
}

.styles_title__ApEXs {
	font-weight: 700;
	font-size: 14px;
	line-height: 1.2;
	color: #1d1d1d;
	margin: 0;
	width: 100%;
}

.styles_mdWrap__Mdi6r {
	width: 100%;
	min-width: 0;
}

.styles_readAllLink__qEF7W {
	display: flex;
	gap: 4px;
	height: 20px;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	border-radius: 4px;
}

.styles_readAllButton__rVfBm {
	all: unset;
	display: flex;
	gap: 4px;
	align-items: center;
	height: 20px;
	cursor: pointer;
	border-radius: 8px;
	padding: 0;
	background: transparent;
	transition: opacity 0.2s ease;
}

.styles_readAllButton__rVfBm:hover {
	opacity: 0.8;
}

.styles_readAllButton__rVfBm:active {
	opacity: 0.6;
}

.styles_readAllText__HqbMh {
	font-weight: 500;
	font-size: 12px;
	line-height: 1.5;
	color: #00a26b;
	margin: 0;
	flex-shrink: 0;
}

.styles_chevronExpanded__ZL6ye {
	transform: rotate(90deg);
}


/*!********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/app/(v2)/home/components/TopPicksTable/styles.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_container__DWeTa {
	background-color: #ffffff;
	border: 1px solid #E6E8EC;
	border-radius: 12px;
	width: 100%;
	box-sizing: border-box;
}

.styles_content__yN3qC {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	overflow: hidden;
	padding: 20px;
	width: 100%;
	border-radius: inherit;
	gap: 20px;
}

.styles_header___ig57 {
	display: flex;
	flex: 1 0;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	height: 26px;
}

@media (max-width: 768px) {
	.styles_header___ig57 {
		flex-direction: column;
		gap: 20px;
		height: auto;
	}
	.styles_content__yN3qC {
		-webkit-padding-start: 12px;
		        padding-inline-start: 12px;
		padding-block: 16px;
		-webkit-padding-end: 0px;
		        padding-inline-end: 0px;
	}
}

.styles_title__n9Ka2 {
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
	color: #1d1d1d;
	margin: 0;
}

.styles_filterTabs__NXJTD {
	display: flex;
	gap: 4px;
	align-items: center;
	flex-wrap: wrap;
}

.styles_filterTab__z_rDr {
	all: unset;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4px 12px;
	border-radius: 24px;	
	font-weight: 500;
	font-size: 12px;
	line-height: 1.5;
	color: #1d1d1d;
	cursor: pointer;
	transition: background-color 0.2s ease;
	background-color: #f3f3f3;
	white-space: nowrap;
	flex-shrink: 0;
}

.styles_filterTab__z_rDr:hover {
	background-color: #e6e8ec;
}

.styles_filterTabActive__ydu8Z {
	background-color: #525252;
	color: #ffffff;
}

.styles_filterTabActive__ydu8Z:hover {
	background-color: #525252;
}

.styles_tableContainer__kIM8i {
	width: 100%;
}

.styles_tickerCell__QPUvp {
	display: flex;
	gap: 10px;
	align-items: center;
	height: 50px;
}

@keyframes styles_starButtonPop__DTf8O {
	0% {
		transform: scale(0.8);
	}

	40% {
		transform: scale(1.2);
	}

	100% {
		transform: scale(1);
	}
}

.styles_starButton__5V_Bb {
	all: unset;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	cursor: pointer;
	position: relative;
	transform: scale(1);
	transform-origin: center;
	will-change: transform;
}

.styles_starButton__5V_Bb:active {
	animation: styles_starButtonPop__DTf8O 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.styles_starOutline__trcaY {
	color: #5e5e5e;
	font-size: 18px;
}

.styles_starFilled__qmyMy {
	color: #ffa346;
	font-size: 18px;
}

.styles_tickerText__tc9Y7 {	
	font-weight: 700;
	font-size: 12px;
	line-height: 1.5;
	color: #1d1d1d;
	text-decoration: none;
	cursor: pointer;
}

.styles_tickerText__tc9Y7:hover {
	color: #00a26b;
	text-decoration: underline;
}

.styles_cellText__mV7BT {
	font-weight: 500;
	font-size: 12px;
	line-height: 1.5;
	color: #525252;
}

.styles_positionSizeCell__PMcvn {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
}

.styles_infoIconCell__NKjDi {
	display: flex;
	align-items: center;
	justify-content: center;
}

.styles_infoButton__xmbmQ {
	all: unset;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.styles_infoIcon__Xuzof {
	color: #525252;
	font-size: 18px;
}


/*!**********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/app/(v2)/home/components/TopScoredStocks/styles.module.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_container__AUFvw {
	background-color: #ffffff;
	border: 1px solid #E6E8EC;
	border-radius: 12px;
	width: 100%;
	box-sizing: border-box;
}

.styles_content__6Dkyq {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	overflow: hidden;
	padding: 20px;
	padding-bottom: 0;
	width: 100%;
	border-radius: inherit;
	gap: 20px;
}

.styles_header__ndv9S {
	display: flex;
	flex: 1 0;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
}

.styles_title__Dc5IL {
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
	color: #1d1d1d;
	margin: 0;
}

.styles_seeAllLink__ssPHF {
	all: unset;
	display: flex;
	gap: 4px;
	align-items: center;
	height: 20px;
	cursor: pointer;
	border-radius: 8px;
	padding: 0;
	background: transparent;
	transition: opacity 0.2s ease;
}

.styles_seeAllLink__ssPHF:hover {
	opacity: 0.8;
}

.styles_seeAllLink__ssPHF:active {
	opacity: 0.6;
}

.styles_seeAllText__4Qvhd {
	font-weight: 500;
	font-size: 12px;
	line-height: 1.5;
	color: #00a26b;
	margin: 0;
	flex-shrink: 0;
}

.styles_chevron__92Lf1 {
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.styles_chevron__92Lf1 svg {
	width: 6px;
	height: 10px;
}

.styles_filterTabs__zL0lN {
	display: flex;
	gap: 4px;
	align-items: center;
	flex-wrap: wrap;
}

.styles_filterTab__xVKsi {
	all: unset;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4px 12px;
	border-radius: 24px;
	font-weight: 500;
	font-size: 12px;
	line-height: 1.5;
	color: #1d1d1d;
	cursor: pointer;
	transition: background-color 0.2s ease;
	background-color: #f3f3f3;
	white-space: nowrap;
	flex-shrink: 0;
}

.styles_filterTab__xVKsi:hover {
	background-color: #e6e8ec;
}

.styles_filterTabActive__2CXLQ {
	background-color: #525252;
	color: #ffffff;
}

.styles_filterTabActive__2CXLQ:hover {
	background-color: #525252;
}

.styles_tableContainer__Qk2hb {
	width: 100%;
	overflow-x: auto;
}

.styles_emptyState__0DyBN {
	min-height: 362px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 32px 20px;
	box-sizing: border-box;
}

.styles_emptyStateInner__hbsZk {
	max-width: 280px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 0;
}

.styles_emptyIconWrap__Ax6n2 {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 14px;
	background: radial-gradient(
		circle at 30% 25%,
		#e8f7f1 0%,
		#eef0f3 55%,
		#e6e8ec 100%
	);
	box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.75);
}

.styles_emptyIcon__vnRAC {
	flex-shrink: 0;
	display: block;
}

.styles_emptyStateTitle__RUgJR {
	font-family: var(--font-montserrat), "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 15px;
	line-height: 1.35;
	color: #1d1d1d;
	margin: 0 0 8px;
}

.styles_emptyStateDescription__ZyGfa {
	font-family: var(--font-montserrat), "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 13px;
	line-height: 1.55;
	color: #6b7280;
	margin: 0 0 18px;
	max-width: 280px;
}

.styles_emptyStateLink__p92cl {
	font-family: var(--font-montserrat), "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 13px;
	line-height: 1.4;
	color: #00a26b;
	text-decoration: none;
	transition: opacity 0.15s ease;
}

.styles_emptyStateLink__p92cl:hover {
	opacity: 0.8;
	text-decoration: underline;
}

.styles_table__JEe_F {
	width: 100%;
	table-layout: fixed;
	border-spacing: 0 12px !important;
	border-collapse: separate;
}

.styles_tableRow__9GQAi {
	&:hover {
		background-color: #f3f3f3;
		cursor: pointer;
	}
}

/* Row cell background and border radius
 * Note: Table rows (<tr>) don't support border-radius, so we apply background
 * and border-radius to individual cells to create rounded row appearance
 */
.styles_rowCell__GLIIo {
	background-color: #F9FAFB !important;
}

/* Left rounded corners on first cell of each row */
.styles_firstCell__sL3F8 {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

/* Right rounded corners on last cell of each row */
.styles_lastCell__TtsBA {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

/* Hover state for row cells */
.styles_tableRow__9GQAi:hover .styles_rowCell__GLIIo {
	background-color: #f3f3f3 !important;
}

/* Remove all borders from table */
.styles_table__JEe_F tr,
.styles_table__JEe_F td,
.styles_table__JEe_F .tableRow,
.styles_table__JEe_F .tableCell {
	border: none !important;
	border-bottom: none !important;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	border-width: 0 !important;
}

/* add border bottom to header row */
.styles_table__JEe_F .tableHead {
	border-bottom: 1px solid #dcdfe0 !important;
}

/* Ensure all headers have same white background */
.styles_table__JEe_F .tableHead {
	background-color: #ffffff !important;
}

.styles_stickyColumn__GoSiW {
	position: -webkit-sticky;
	position: sticky;
	left: 0;
	z-index: 20;
	min-width: 92px;
	max-width: 116px;
	width: 116px;
}

/* Only show shadow on mobile when scrolling */
@media (max-width: 768px) {
	.styles_stickyColumn__GoSiW {
		background-color: #F9FAFB;
	}
}

.styles_stickyColumn__GoSiW.tableHead {
	background-color: #ffffff !important;
	z-index: 21;
}

.styles_stickyColumn__GoSiW.tableCell {
	z-index: 20;
	transition: background-color 0.2s ease;
}

/* Override sticky column background for row cells
 * Ensures sticky column matches row background instead of default white
 */
.styles_stickyColumn__GoSiW.styles_rowCell__GLIIo {
	background-color: #F9FAFB !important;
}

.styles_table__JEe_F .tableRow:hover {
	background-color: #f3f3f3;
}

.styles_table__JEe_F .tableRow:hover .styles_stickyColumn__GoSiW.styles_rowCell__GLIIo,
.styles_stickyColumn__GoSiW.styles_rowCell__GLIIo:hover,
.styles_table__JEe_F .tableRow:hover .stickyColumn.rowCell {
	background-color: #f3f3f3 !important;
}

.styles_serviceColumn__YcSo2 {
	min-width: 64px;
	max-width: 92px;
	width: 92px;
	text-align: center;
	position: relative;
	z-index: 1;
}

.styles_serviceColumn__YcSo2 .tableCell,
.styles_serviceColumn__YcSo2 .tableHead {
	text-align: center;
}

/* Increase service column width on mobile to prevent wrapping */
@media (max-width: 768px) {
	.styles_serviceColumn__YcSo2 {
		min-width: 100px;
		max-width: 120px;
		width: 120px;
	}
}

.styles_alertPriceColumn__sEoi4 {
	min-width: 80px;
	max-width: 80px;
	width: 80px;
	text-align: center;
	position: relative;
	z-index: 1;
}

.styles_alertPriceColumn__sEoi4 .tableCell,
.styles_alertPriceColumn__sEoi4 .tableHead {
	text-align: center;
}

.styles_scoreColumn__BQ_Zk {
	min-width: 48px;
	max-width: 52px;
	width: 52px;
	text-align: center;
	position: relative;
	z-index: 1;
}

.styles_scoreColumn__BQ_Zk td,
.styles_scoreColumn__BQ_Zk th {
	text-align: center !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
}

.styles_tickerCell__pL4LM {
	display: flex;
	gap: 12px;
	align-items: center;
	height: 50px;
}

.styles_bookmarkButton__j_W5T {
	all: unset;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	transition: opacity 0.2s ease;
}

.styles_bookmarkButton__j_W5T:hover {
	opacity: 0.7;
}

.styles_bookmarkButton__j_W5T:active {
	opacity: 0.5;
}

.styles_bookmarkIcon__jP7H4 {
	color: #00A26B;
	font-size: 15px;
}

.styles_tickerInfo__Kc__J {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.styles_tickerLink__GPZX6 {
	text-decoration: none;
}

.styles_tickerLink__GPZX6:hover .styles_tickerText__WQmfi {
	text-decoration: underline;
}

.styles_tickerText__WQmfi {
	font-weight: 700;
	font-size: 12px;
	line-height: 1.5;
	color: #00A26B;
}

.styles_sectorText__50eHu {
	font-weight: 500;
	font-size: 10px;
	line-height: 1.5;
	color: #525252;

	/* mobile */
	@media (max-width: 768px) {
		max-width: 80px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}

.styles_cellText__jDlF3 {
	font-weight: 500;
	font-size: 12px;
	line-height: 1.5;
	color: #525252;
	text-align: center;
	white-space: nowrap;
	display: block;
}

.styles_alertPriceText__n8fEl {
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.5;
	color: #1d1d1d;
	text-align: center;
	display: block;
}

.styles_scoreBox__uw7wO {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #B0E2D1;
	border-radius: 8px;
	padding: 8px;
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	margin: 0 auto;
}

.styles_scoreText__40V9I {
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
	color: #00734C;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/app/(v2)/home/page.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************/
/* Responsive show/hide utilities */
.page_desktopOnly__8s5_O {
	display: flex !important;
}

.page_mobileOnly__2N1xn {
	display: none !important;
}

.page_mobileServiceSelector__g0y1j {
	display: none;
	padding: 12px;
	padding-top: 0;
	margin-bottom: 1rem;
}

/* Dashboard section heading - needs padding on mobile when cards bleed */
.page_dashboardHeading__BRdjl {
	display: flex;
	align-items: center;
	gap: 10px;
	line-height: 1.5;
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 16px;
}

.page_dashboardHeadingText__OLrX_ {
	min-width: 0;
}

.page_serviceIndicator__IETNc {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	padding: 10px 12px;
	border-radius: 8px;
	border: none;
	background: #E6F6F0;
	color: #00A26B;
	font-family: var(--font-montserrat);
	font-size: 12px;
	font-weight: 500;
	line-height: 1.5;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media screen and (max-width: 768px) {

	.page_desktopOnly__8s5_O {
		display: none !important;
	}

	.page_mobileOnly__2N1xn {
		display: flex !important;
	}

	.page_mobileServiceSelector__g0y1j {
		display: block;
		padding-left: 12px;
		padding-right: 12px;
	}

	/* Make the grid bleed to screen edges on mobile */
	.page_gridBleed__t0XNZ {
		margin-left: -12px;
		margin-right: -12px;
		width: calc(100% + 24px);
	}

	/* Cards inside the grid need edge-to-edge styling */
	.page_gridBleed__t0XNZ .card,
	.page_gridBleed__t0XNZ > * > * {
		border-radius: 0 !important;
		border-left: none !important;
		border-right: none !important;
	}

	/* Keep heading padded when cards bleed */
	.page_dashboardHeading__BRdjl {
		padding-left: 12px;
		padding-right: 12px;
	}
}
