:root {
    /* Breakpoints */
    --breakpoint-sm: 600px;
    --breakpoint-md: 1024px;
    --breakpoint-lg: 1176px;
    --breakpoint-xl: 1440px;

    /* Grid */
    --grid-padding-side-xs: 12px;
    --grid-padding-side-sm: 24px;
    --grid-padding-side-md: 24px;
    --grid-padding-side-lg: 24px;
    --grid-padding-side-xl: 24px;

    /* Spacing */
    --spacing-padding-xxs: 4px;
    --spacing-padding-xs: 8px;
    --spacing-padding-sm: 12px;
    --spacing-padding: 16px;
    --spacing-padding-md: 20px;
    --spacing-padding-lg: 24px;
    --spacing-padding-xl: 32px;
    --spacing-padding-xxl: 60px;

    --max-width-md: 870px;
    --max-width-lg: 1176px;
    --max-width-xl: 1368px;

    /* Colors — neutral */
    --color-black: #000000;
    --colors-neutral-bg-light: #fff;
    --color-surface-page: #fcfcfc;
    --colors-neutral-bg-dark: #E0E0E0;
    --colors-neutral-border: #5A5A5A;
    --colors-neutral-text-light: #707070;
    --colors-neutral-text-dark: #0B0B0B;
    --color-neutral-border: #ABABAB;
    --color-neutral-text-mediumn-dark: #3B3B3B;
    --color-gray-light: #c8c8c8;

    /* Colors — primary */
    --colors-primary-bg-light: #F6D1D8;
    --colors-primary-bg-dark: #C15363;
    --colors-primary-text: #851A2E;
    --colors-primary-border: #6A1525;
    --color-primary-r4-banco: #8C2F3F;

    /* Colors — secondary */
    --colors-secondary-bg-light: #FAE8D9;
    --colors-secondary-bg-dark: #F3C59F;
    --colors-secondary-border: #D5A782;
    --colors-secondary-text: #5E310C;
    --color-secondary-bg: #F7F7F7;

    /* Colors — supporting red */
    --colors-supporting-red-bg-light: #FCEEF0;
    --colors-supporting-red-bg-dark: #F4C4CB;
    --colors-supporting-red-border: #BC5766;
    --colors-supporting-red-text: #95434F;

    /* Colors — supporting green */
    --colors-supporting-green-bg-light: #E3F2E9;
    --colors-supporting-green-bg-dark: #AFDBC2;
    --colors-supporting-green-border: #2D8552;
    --colors-supporting-green-text: #22643D;
    --color-green-success: #73a787;

    /* Colors — supporting brown */
    --colors-supporting-brown-bg-light: #FBF1EA;
    --colors-supporting-brown-bg-dark: #F2D3BE;
    --colors-supporting-brown-border: #B5764A;
    --colors-supporting-brown-text: #8B5A38;

    /* Colors — supporting blue */
    --colors-supporting-blue-bg-light: #E3EFF7;
    --colors-supporting-blue-bg-dark: #ACD1E9;
    --colors-supporting-blue-border: #26709F;
    --colors-supporting-blue-text: #1D5477;

    /* Colors — status */
    --colors-status-error-bg-light: #FFE2E3;
    --colors-status-error-bg-dark: #F0B5B7;
    --colors-status-error-text: #B60306;
    --colors-status-error-border: #920205;
    --color-negative-red: #D93025;

    --colors-status-success-bg-light: #E8F6E0;
    --colors-status-success-bg-dark: #D8EBCE;
    --colors-status-success-text: #498529;
    --colors-status-success-border: #256603;

    --colors-status-warning-bg-light: #FEF4E5;
    --colors-status-warning-bg-dark: #FFEDD0;
    --colors-status-warning-text: #D0800A;
    --colors-status-warning-border: #A66608;

    --colors-status-info-bg-light: #F6F9FE;
    --colors-status-info-bg-dark: #E6EEF9;
    --colors-status-info-border: #1A65C6;
    --colors-status-info-text: #15519E;

    /* Fonts */
    --font-family-heading: 'Exo 2', sans-serif;
    --font-family-body: 'Open Sans', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    --font-weight-heading: 700;
    --font-weight-body: 400;

    /* Border radius */
    --border-radius-image: 0px;
    --border-radius-card: 0px;
    --border-radius-card-inside-icon: 4px;
    --border-radius-input: 10px;
    --border-radius-component: 0px;
    --border-radius-component-with-background: 8px;

    /* Cards */
    --padding-card: 16px;
    --background-color-card: #fff;

    /* Links */
    --link-color: #851A2E;
    --link-color-hover: #C15363;
}


.r4-ejemplo-vue {
    padding: 2rem;
    background: #eef2ff;
    border-left: 4px solid #4f46e5;
}
.r4-ejemplo-vue__title {
    font-size: 1.5rem;
    color: #4f46e5;
    margin: 0 0 0.5rem;
}
.r4-ejemplo-vue__count {
    color: #333;
    margin: 0 0 1rem;
}
.r4-ejemplo-vue__btn {
    padding: 0.5rem 1.25rem;
    background: #4f46e5;
    color: #fff;
    border: none;
    cursor: pointer;
}


.button[data-v-46f31227] {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 8px;
    border: none;
    background: none;
    white-space: nowrap;
    cursor: pointer;
    transition: background 0.15s, color 0.15s, border-color 0.15s, box-shadow 0.15s;
}
.button[data-v-46f31227]:disabled { cursor: not-allowed;
}

/* ── Sizes ───────────────────────────────────────────── */
.size-large[data-v-46f31227] {
    height: 40px;
    padding: 0 16px;
    font-size: 18px;
    line-height: 26px;
}
.size-medium[data-v-46f31227] {
    height: 32px;
    padding: 0 12px;
    font-size: 16px;
    line-height: 24px;
}
.size-small[data-v-46f31227] {
    height: 28px;
    padding: 0 8px;
    font-size: 14px;
    line-height: 20px;
}

/* ── Primary ─────────────────────────────────────────── */
.type-primary[data-v-46f31227] {
    background: #851a2e;
    color: #fff;
}
.type-primary[data-v-46f31227]:hover:not(:disabled) {
    background: #6a1525;
}
.type-primary[data-v-46f31227]:focus-visible {
    outline: none;
    box-shadow: 0 0 0 4px #f7f7f7, 0 0 0 6px #0b0b0b;
}
.type-primary[data-v-46f31227]:disabled {
    background: #e0e0e0;
    border: 1px solid #c7c7c7;
    color: #ababab;
}

/* ── Secondary ───────────────────────────────────────── */
.type-secondary[data-v-46f31227] {
    background: #fff;
    border: 1px solid #851a2e;
    color: #851a2e;
}
.type-secondary[data-v-46f31227]:hover:not(:disabled) {
    background: #f3e8ea;
    border-color: #50101c;
    color: #50101c;
}
.type-secondary[data-v-46f31227]:focus-visible {
    outline: none;
    box-shadow: 0 0 0 4px #f7f7f7, 0 0 0 6px #0b0b0b;
}
.type-secondary[data-v-46f31227]:disabled {
    background: #e0e0e0;
    border-color: #c7c7c7;
    color: #ababab;
}

/* ── Text ────────────────────────────────────────────── */
.type-text[data-v-46f31227] {
    color: #851a2e;
    background: transparent;
}
.type-text[data-v-46f31227]:hover:not(:disabled) {
    background: rgba(0, 0, 0, 0.06);
    color: rgba(0, 0, 0, 0.88);
}
.type-text[data-v-46f31227]:focus-visible {
    outline: none;
    box-shadow: 0 0 0 4px #f7f7f7, 0 0 0 6px #0b0b0b;
}
.type-text[data-v-46f31227]:disabled {
    color: #ababab;
}


.selection-title[data-v-fd788052] {
}
.account-switch {
&[data-v-fd788052] {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  font-family: "Open Sans";
}
@media screen and (max-width: 768px) {
&[data-v-fd788052] {
    display: block;
}
}
&.is-active {
.current-selection[data-v-fd788052]{
      border: var(--Components-Select-Global-lineWidth, 1px) solid var(--Components-Select-Global-colorPrimary, #8C2F3F);
}
.selection-action {
svg[data-v-fd788052] {
        transform: rotate(180deg);
}
}
}
.current-selection {
&[data-v-fd788052] {
    display: flex;
    gap: var(--Space-Margin-marginXXS, 4px);
    cursor: pointer;
    user-select: none;
    padding: var(--Components-Input-Component-paddingBlockSM, 0px) var(--Components-Select-Global-controlPaddingHorizontal, 12px);
    border-radius: var(--Components-Select-Global-borderRadius, 8px);
    border: var(--Components-Select-Global-lineWidth, 1px) solid var(--Components-Select-Global-colorBorder, #BBB);
    background: var(--Components-Select-Component-selectorBg, #FFF);
}
.selection-main[data-v-fd788052] {
      padding: 8px 0;
}
.selection-action {
&[data-v-fd788052] {
      display: flex;
      align-items: center;
      justify-content: center;
      padding-left: 8px;
}
svg[data-v-fd788052] {
        vertical-align: middle;
}
}
}
}
.options {
&[data-v-fd788052] {
  margin-top: 8px;
  position: absolute;
  background-color: white;
  padding: 12px 8px;
  z-index: 1;
  border-radius: var(--Components-Select-Global-borderRadius, 8px);
  background: var(--Colors-Neutral-Bg-colorBgElevated, #FFF);
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 3px 6px -4px rgba(0, 0, 0, 0.12), 0px 9px 28px 8px rgba(0, 0, 0, 0.05);
  
  width: calc(100% - 12px);
  width: 100%;
}
@media screen and (min-width: 600px) {
&[data-v-fd788052] {
    min-width: 360px;
    padding: 20px 24px;
}
}
.accounts-list[data-v-fd788052] {
    max-height: 360px;
    overflow-y: scroll;
}
.option {
&[data-v-fd788052] {
    padding: 8px;
    cursor: pointer;
    user-select: none;
    padding: 8px;
}
&[data-v-fd788052]:hover {
      border-radius: var(--Components-Select-Global-borderRadiusSM, 6px);
      background: var(--Components-Select-Global-controlItemBgActive, #FFF0F3);
}
.option-header[data-v-fd788052] {
      font-size: 16px;
      font-weight: bold;
}
.option-info {
&[data-v-fd788052] {
      font-size: var(--Typography-Text-Global-fontSizeSM, 14px);
      color: var(--Typography-Text-Global-colorSecondary, #666);
}
.interviniente-label[data-v-fd788052] {}
.interviniente-label[data-v-fd788052]::first-letter {
          text-transform: uppercase !important;
}
}
}
}
.bottom-block[data-v-fd788052] {
  padding: 0px 8px 0px 8px;
  margin-top: 16px;
}


.alert {
&[data-v-4bf02d66] {
  display: flex;
  gap: var(--Components-Alert-Global-marginSM, 12px);
  font-family: "Open Sans";
  padding: 12px;
  border-radius: 8px;
}
p[data-v-4bf02d66] {
    /* margin-block-start: 0; */
    margin-block-end: 0;
}
}
.type-info[data-v-4bf02d66] {
  border-radius: 8px;
  border: 1px solid var(--Components-Alert-Global-colorInfoBorder, #98D8F9);
  background: var(--Components-Alert-Global-colorInfoBg, #DDF6FE);
}
.type-success[data-v-4bf02d66] {
  border-radius: 8px;
  border: 1px solid var(--Components-Alert-Global-colorSuccessBorder, #62C43D);
  background: var(--Components-Alert-Global-colorSuccessBg, #E3F7D9);
}
.type-warning[data-v-4bf02d66] {
  border-radius: 8px;
  border: 1px solid var(--Components-Alert-Global-colorWarningBorder, #FED87D);
  background: var(--Components-Alert-Global-colorWarningBg, #FEF5D3);
}
.type-error[data-v-4bf02d66] {
  border: 1px solid var(--Components-Alert-Global-colorErrorBorder, #FFCCC7);
  background: var(--Components-Alert-Global-colorErrorBg, #FFF2F0);
}
.alert-title[data-v-4bf02d66] {
  font-family: "Exo 2";
  font-weight: 800;
  font-size: 14px;
  line-height: normal;
  margin-block: 0;
  color: var(--Components-Typography-Global-colorTextHeading, rgba(0, 0, 0, 0.88));
@media (min-width: 600px) {
    font-size: 16px;
    line-height: 24px;
}
}


.fixed-income-card[data-v-196906cc] {
  box-sizing: border-box;
  font-family: "Open Sans";
  text-align: center;
  border: 1px solid #E5E5E5;
  width: 200px;
  padding: 12px;
  border-radius: 6px;
}
.card-body[data-v-196906cc] {
  margin: 16px 0;
}
.card-body > div[data-v-196906cc] {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
}
.card-body > div + div[data-v-196906cc] {
  border-top: 1px solid #E5E5E5;
}
.card-body > div > span[data-v-196906cc]:first-child {
  font-size: 14px;
  color: #666;
}
.card-body > div > span[data-v-196906cc]:last-child {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.card-title {
&[data-v-196906cc] {
  font-family: "Exo 2";
  font-weight: 800;
  font-size: 14px;
  line-height: normal;
  margin-block: 0;
  color: var(--Components-Typography-Global-colorTextHeading, rgba(0, 0, 0, 0.88));
  }
a {
&[data-v-196906cc] {
    text-decoration: none;
    color: inherit;
    }
&[data-v-196906cc]:hover {
      text-decoration: underline;
      opacity: 0.9;
}
}
@media (min-width: 600px) {
    &[data-v-196906cc] {
    font-size: 16px;
    line-height: 24px;
    }
}
}


.r4-chip-wrap[data-v-7dc2a015] {
    position: relative;
    display: inline-flex;
}
.r4-chip[data-v-7dc2a015] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 var(--spacing-padding);
    background: var(--colors-neutral-bg-light);
    border: none;
    border-radius: var(--border-radius-component-with-background);
    cursor: pointer;
    box-sizing: border-box;
    box-shadow: inset 0 0 0 1px #c7c7c7;
    transition: box-shadow 0.15s ease;
}
.r4-chip[data-v-7dc2a015]:hover:not(:disabled) {
    box-shadow: inset 0 0 0 1px #c7c7c7, 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.r4-chip[data-v-7dc2a015]:focus-visible {
    outline: none;
    box-shadow: inset 0 0 0 1px #c7c7c7, 0 0 0 4px #f7f7f7, 0 0 0 6px #0b0b0b;
}
.r4-chip[data-v-7dc2a015]:active:not(:disabled) {
    background: var(--color-surface-page);
    box-shadow: inset 0 0 0 1px var(--colors-neutral-text-dark);
}
.r4-chip--selected[data-v-7dc2a015] {
    background: var(--color-surface-page);
    box-shadow: inset 0 0 0 2px var(--colors-neutral-text-dark);
}
.r4-chip--selected .r4-chip__label[data-v-7dc2a015] {
    color: var(--colors-neutral-text-dark);
}
.r4-chip[data-v-7dc2a015]:disabled {
    background: var(--colors-neutral-bg-dark);
    box-shadow: inset 0 0 0 1px #c7c7c7;
    cursor: not-allowed;
}
.r4-chip:disabled .r4-chip__label[data-v-7dc2a015] {
    color: var(--color-neutral-border);
}
.r4-chip__content[data-v-7dc2a015] {
    display: flex;
    align-items: center;
    gap: var(--spacing-padding-xs);
}
.r4-chip__icon[data-v-7dc2a015] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    overflow: hidden;
}
.r4-chip__label[data-v-7dc2a015] {
    font-family: var(--font-family-body);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: var(--color-neutral-text-mediumn-dark);
    white-space: nowrap;
}
.r4-chip__chevron[data-v-7dc2a015] {
    display: flex;
    align-items: center;
    color: var(--color-neutral-text-mediumn-dark);
    transition: transform 0.15s ease;
}
.r4-chip__chevron--open[data-v-7dc2a015] {
    transform: rotate(180deg);
}
.r4-chip__dropdown[data-v-7dc2a015] {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    z-index: 200;
    min-width: 160px;
    padding: 4px 0;
    background: var(--colors-neutral-bg-light, #fff);
    border: 1px solid #c7c7c7;
    border-radius: var(--border-radius-component-with-background, 8px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}
.r4-chip__option[data-v-7dc2a015] {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 8px 12px;
    background: none;
    border: none;
    cursor: pointer;
    font-family: var(--font-family-body);
    font-size: 14px;
    font-weight: 400;
    color: var(--color-neutral-text-mediumn-dark, #3B3B3B);
    text-align: left;
    white-space: nowrap;
    transition: background 0.1s ease;
    box-sizing: border-box;
}
.r4-chip__option[data-v-7dc2a015]:hover {
    background: var(--colors-neutral-bg-dark, #F5F5F5);
}
.r4-chip__option--selected[data-v-7dc2a015] {
    font-weight: 600;
    color: var(--colors-neutral-text-dark, #0B0B0B);
}
.r4-chip__option-check[data-v-7dc2a015] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    color: var(--color-primary-r4-banco, #8C2F3F);
}

/* ── Small size variant ───────────────────────────────────── */
.r4-chip--small[data-v-7dc2a015] {
    height: 32px;
    padding: 0 8px;
}
.r4-chip--small .r4-chip__content[data-v-7dc2a015] {
    gap: 4px;
}
.r4-chip--small .r4-chip__icon[data-v-7dc2a015] {
    width: 14px;
    height: 14px;
}
.r4-chip--small .r4-chip__label[data-v-7dc2a015] {
    font-size: 14px;
    line-height: 20px;
}
.r4-chip--small .r4-chip__chevron svg[data-v-7dc2a015] {
    width: 10px;
    height: 10px;
}


.r4-tabs[data-v-b4c5b47e] {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #707070;
    background: #ffffff;
    width: 100%;
    box-sizing: border-box;
}
.r4-tabs__item[data-v-b4c5b47e] {
    flex: 1;
    height: 48px;
    padding: 0 16px;
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    font-family: 'Open Sans', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #707070;
    cursor: pointer;
    white-space: nowrap;
    box-sizing: border-box;
    transition: color 0.15s, border-color 0.15s;
}
.r4-tabs__item[data-v-b4c5b47e]:hover:not(.r4-tabs__item--active) {
    color: #3b3b3b;
}
.r4-tabs__item[data-v-b4c5b47e]:focus-visible {
    outline: none;
    box-shadow: 0 0 0 4px #f7f7f7, 0 0 0 6px #0b0b0b;
}
.r4-tabs__item--active[data-v-b4c5b47e] {
    font-weight: 700;
    color: #0b0b0b;
    border-bottom-color: #0b0b0b;
}


.r4-page-title-product[data-v-554a13fc] {
  font-family: 'Open Sans', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  box-sizing: border-box;
}
.r4-page-title-product__tabs[data-v-554a13fc] { margin-top: 24px;
}
.r4-page-title-product__desktop[data-v-554a13fc] { display: none;
}
@media (min-width: 1024px) {
.r4-page-title-product__desktop[data-v-554a13fc] { display: flex; flex-direction: column; gap: 24px;
}
}
.r4-page-title-product__mobile[data-v-554a13fc] { display: flex; flex-direction: column; gap: 16px;
}
@media (min-width: 1024px) {
.r4-page-title-product__mobile[data-v-554a13fc] { display: none;
}
}

/* Product combo dropdown */
.r4-page-title-product__product-combo[data-v-554a13fc] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 8px 4px 12px;
  border: 1px solid #C7C7C7;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  flex-shrink: 0;
}
.r4-page-title-product__product-combo span[data-v-554a13fc] { font-size: 16px; color: #3B3B3B; line-height: 24px;
}
.r4-page-title-product__product-combo[data-v-554a13fc]:hover { background: #F7F7F7;
}

/* Metadata items */
.r4-page-title-product__meta[data-v-554a13fc] { display: flex; align-items: center; gap: 8px; flex-wrap: wrap;
}
.r4-page-title-product__meta-item[data-v-554a13fc] { font-size: 16px; color: #3B3B3B; line-height: 24px; white-space: nowrap;
}
.r4-page-title-product__meta-item--sep[data-v-554a13fc] { display: inline-flex; align-items: center; gap: 8px;
}
.r4-page-title-product__meta-item--sep[data-v-554a13fc]::before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 16px;
  background-color: #E0E0E0;
  flex-shrink: 0;
}

/* Name + favourite */
.r4-page-title-product__name-row[data-v-554a13fc] { display: flex; align-items: center; gap: 12px;
}
.r4-page-title-product__name[data-v-554a13fc] {
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
  color: #0B0B0B;
  margin: 0;
  white-space: nowrap;
  font-size: 40px;
  line-height: 44px;
}
.r4-page-title-product__name--sm[data-v-554a13fc] { font-size: 32px; line-height: 36px;
}
.r4-page-title-product__favourite[data-v-554a13fc] {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.r4-page-title-product__favourite[data-v-554a13fc]:hover { opacity: 0.65;
}

/* Price */
.r4-page-title-product__price[data-v-554a13fc] { display: flex; align-items: flex-end; gap: 4px; font-family: 'Exo 2', sans-serif; color: #0B0B0B; font-weight: 600;
}
.r4-page-title-product__price-currency[data-v-554a13fc] { text-transform: uppercase;
}
.r4-page-title-product__price--lg .r4-page-title-product__price-value[data-v-554a13fc]    { font-size: 40px; line-height: 40px;
}
.r4-page-title-product__price--lg .r4-page-title-product__price-currency[data-v-554a13fc]  { font-size: 24px; line-height: 28px;
}
.r4-page-title-product__price--sm .r4-page-title-product__price-value[data-v-554a13fc]    { font-size: 28px; line-height: 32px;
}
.r4-page-title-product__price--sm .r4-page-title-product__price-currency[data-v-554a13fc]  { font-size: 20px; line-height: 26px;
}

/* Rentability */
.r4-page-title-product__rentability[data-v-554a13fc] { display: flex; align-items: center; gap: 2px;
}
.r4-page-title-product__rentability--pos[data-v-554a13fc] { color: #256603;
}
.r4-page-title-product__rentability--neg[data-v-554a13fc] { color: #D93025;
}
.r4-page-title-product__rentability--lg .r4-page-title-product__rent-value[data-v-554a13fc],
.r4-page-title-product__rentability--lg .r4-page-title-product__rent-percent[data-v-554a13fc] { font-size: 24px; line-height: 32px;
}
.r4-page-title-product__rentability--sm .r4-page-title-product__rent-value[data-v-554a13fc],
.r4-page-title-product__rentability--sm .r4-page-title-product__rent-percent[data-v-554a13fc] { font-size: 20px; line-height: 24px;
}
.r4-page-title-product__rent-value[data-v-554a13fc],
.r4-page-title-product__rent-percent[data-v-554a13fc] { font-family: 'Exo 2', sans-serif; font-weight: 600;
}

/* Updated time */
.r4-page-title-product__updated[data-v-554a13fc] { display: flex; align-items: center; gap: 2px; font-size: 14px; line-height: 20px; color: #707070; white-space: nowrap;
}

/* Desktop layout */
.r4-page-title-product__desktop .r4-page-title-product__top[data-v-554a13fc]        { display: flex; align-items: center;
}
.r4-page-title-product__desktop .r4-page-title-product__info[data-v-554a13fc]        { display: flex; flex: 1; gap: 16px; align-items: center; min-width: 0;
}
.r4-page-title-product__desktop .r4-page-title-product__info-content[data-v-554a13fc] { display: flex; flex-direction: column; gap: 12px; flex-shrink: 0;
}
.r4-page-title-product__desktop .r4-page-title-product__metadata-row[data-v-554a13fc] { display: flex; align-items: center; gap: 16px;
}
.r4-page-title-product__desktop .r4-page-title-product__price-row[data-v-554a13fc]   { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px;
}
.r4-page-title-product__desktop .r4-page-title-product__price-info[data-v-554a13fc]  { display: flex; align-items: flex-end; gap: 24px; flex: 1;
}
.r4-page-title-product__desktop .r4-page-title-product__actions[data-v-554a13fc]     { display: flex; align-items: center; gap: 16px; flex-shrink: 0;
}

/* Mobile layout */
.r4-page-title-product__mobile .r4-page-title-product__meta-bar[data-v-554a13fc]  { display: flex; flex-wrap: wrap; align-items: center; gap: 12px;
}
.r4-page-title-product__mobile .r4-page-title-product__product[data-v-554a13fc]   { display: flex; flex-direction: column; gap: 16px;
}
.r4-page-title-product__mobile .r4-page-title-product__price-info[data-v-554a13fc] { display: flex; align-items: flex-end; flex-wrap: wrap; gap: 12px;
}

/* Action buttons */
.r4-page-title-product__btn-more[data-v-554a13fc] {
  width: 40px;
  height: 40px;
  border: 1px solid #851A2E;
  border-radius: 8px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
}
.r4-page-title-product__btn-more[data-v-554a13fc]:hover { background: #F6D1D8;
}
.r4-page-title-product__btn-contract[data-v-554a13fc] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  height: 40px;
  background: #851A2E;
  color: #fff;
  border-radius: 8px;
  font-family: 'Open Sans', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-decoration: none;
  flex-shrink: 0;
  white-space: nowrap;
}
.r4-page-title-product__btn-contract[data-v-554a13fc]:hover { background: #6A1525; color: #fff; text-decoration: none;
}


.ssm-overlay[data-v-a27b758e] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
.ssm[data-v-a27b758e] {
    background: #fff;
    border-radius: 10px;
    width: 500px;
    max-width: 92vw;
    height: min(480px, 88vh);
    display: flex;
    flex-direction: column;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

/* ── Header ── */
.ssm__header[data-v-a27b758e] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid #e5e7eb;
    flex-shrink: 0;
}
.ssm__title[data-v-a27b758e] {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #111827;
}
.ssm__close[data-v-a27b758e] {
    background: none;
    border: none;
    font-size: 1.1rem;
    cursor: pointer;
    color: #6b7280;
    padding: 0.25rem 0.4rem;
    line-height: 1;
    border-radius: 4px;
}
.ssm__close[data-v-a27b758e]:hover { color: #111827; background: #f3f4f6;
}

/* ── Zona búsqueda ── */
.ssm__search-zone[data-v-a27b758e] {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
}
.ssm__search[data-v-a27b758e] {
    padding: 0.875rem 1.5rem 0.5rem;
    flex-shrink: 0;
}
.ssm__input[data-v-a27b758e] {
    width: 100%;
    box-sizing: border-box;
    padding: 0.6rem 0.875rem;
    border: 1.5px solid #d1d5db;
    border-radius: 6px;
    font-size: 16px;
    outline: none;
    color: #111827;
    background: #fff;
}
.ssm__input[data-v-a27b758e]:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

/* ── Lista resultados ── */
.ssm__list[data-v-a27b758e] {
    list-style: none;
    margin: 0;
    padding: 0.25rem 0 0;
    overflow-y: auto;
    scrollbar-gutter: stable;
    flex: 1;
    min-height: 0;
}
.ssm__hint[data-v-a27b758e] {
    text-align: center;
    color: #9ca3af;
    padding: 2rem 1rem;
    font-size: 0.875rem;
}

/* ── Item ── */
.ssm__item[data-v-a27b758e] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.625rem 1.5rem;
    border-bottom: 1px solid #f3f4f6;
    transition: background 0.25s;
}
.ssm__item[data-v-a27b758e]:last-child { border-bottom: none;
}
.ssm__info[data-v-a27b758e] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}
.ssm__name[data-v-a27b758e] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #111827;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ssm__meta[data-v-a27b758e] {
    font-size: 0.72rem;
    color: #6b7280;
    font-family: monospace;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ssm__btn-wrap[data-v-a27b758e] {
    flex-shrink: 0;
    width: 88px;
    text-align: right;
}

/* ── Empty state ── */
.ssm__empty-state[data-v-a27b758e] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 2rem 2rem;
    text-align: center;
    color: #9ca3af;
}
.ssm__empty-icon[data-v-a27b758e] {
    margin-bottom: 1rem;
    color: #d1d5db;
}
.ssm__empty-title[data-v-a27b758e] {
    margin: 0 0 0.4rem;
    font-size: 0.95rem;
    font-weight: 600;
    color: #374151;
}
.ssm__empty-text[data-v-a27b758e] {
    margin: 0;
    font-size: 0.82rem;
    color: #9ca3af;
    max-width: 280px;
    line-height: 1.5;
}


.scd[data-v-b682bfa4] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.scd__error[data-v-b682bfa4] {
    padding: 0.5rem 0.875rem;
    background: #fef2f2;
    color: #dc2626;
    border-radius: 6px;
    font-size: 0.85rem;
}
.scd__toolbar[data-v-b682bfa4] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    padding: 0 0.25rem;
}
.scd__periods[data-v-b682bfa4],
.scd__studies[data-v-b682bfa4] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
}
.scd__studies[data-v-b682bfa4] {
    border-left: 1px solid var(--color-neutral-border, #c7c7c7);
    padding-left: 1rem;
}
.scd__chart-wrapper[data-v-b682bfa4] {
    position: relative;
}
.scd__chart[data-v-b682bfa4] {
    height: 440px;
    min-width: 300px;
}
[data-v-b682bfa4] .scd-tooltip {
    min-width: 170px;
    padding: 0.625rem 0.75rem;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--color-neutral-border, #C7C7C7);
    border-radius: 6px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
    color: var(--colors-neutral-text-dark, #0B0B0B);
    font-family: var(--font-family-body);
}
[data-v-b682bfa4] .scd-tooltip__date {
    margin-bottom: 0.375rem;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--color-neutral-text-mediumn-dark, #3B3B3B);
}
[data-v-b682bfa4] .scd-tooltip__row {
    display: grid;
    grid-template-columns: 0.5rem minmax(4.5rem, 1fr) auto;
    align-items: center;
    gap: 0.375rem;
    min-height: 1.25rem;
    font-size: 0.78rem;
    line-height: 1.25rem;
}
[data-v-b682bfa4] .scd-tooltip__dot {
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
}
[data-v-b682bfa4] .scd-tooltip__name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
[data-v-b682bfa4] .scd-tooltip__value {
    font-weight: 700;
    white-space: nowrap;
}
@media (max-width: 768px) {
.scd__chart[data-v-b682bfa4] {
        height: 240px;
}
}
.scd__comparator-pills[data-v-b682bfa4] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.375rem;
    padding: 0.125rem 0.25rem 0;
}
.scd__comparator-pill[data-v-b682bfa4] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.2rem 0.625rem;
    background: #fff;
    border: 1px solid var(--color-neutral-border, #C7C7C7);
    border-radius: 100px;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--colors-neutral-text-dark, #0B0B0B);
    max-width: 200px;
    letter-spacing: 0.01em;
}
.scd__comparator-pill--add[data-v-b682bfa4] {
    max-width: none;
    border-style: dashed;
    border-color: var(--color-neutral-border, #C7C7C7);
    background: transparent;
    cursor: pointer;
    font-weight: 500;
    color: var(--colors-neutral-text-dark, #0B0B0B);
    transition: background 0.15s, border-color 0.15s;
}
.scd__comparator-pill--add[data-v-b682bfa4]:hover:not(:disabled) {
    background: var(--colors-neutral-bg-dark, #F5F5F5);
    border-color: #9ca3af;
}
.scd__comparator-pill--add[data-v-b682bfa4]:disabled {
    opacity: 0.4;
    cursor: default;
}
.scd__pill-dot[data-v-b682bfa4] {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    flex-shrink: 0;
    display: inline-block;
}
.scd__pill-label[data-v-b682bfa4] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.scd__pill-remove[data-v-b682bfa4] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    margin-left: 0.1rem;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #e5e7eb;
    color: #6b7280;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
}
.scd__pill-remove[data-v-b682bfa4]:hover {
    background: var(--colors-supporting-red-border, #BC5766);
    color: #fff;
}


.text[data-v-32302af8] {
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  display: block;
}
.size-base[data-v-32302af8] {
  font-size: 16px;
  font-style: normal;
}
.size-small[data-v-32302af8] {
  font-size: 14px;
  line-height: normal;
}
.size-large[data-v-32302af8] {
  font-size: 18px;
  line-height: normal;
}
.size-xlarge[data-v-32302af8] {
  font-size: 20px;
  font-style: normal;
}
.type-secondary[data-v-32302af8] {
  color: var(--Components-Typography-Global-colorText, rgba(0, 0, 0, 0.88));
}
.type-danger[data-v-32302af8] {
  color: var(--Components-Typography-Global-colorError, #FF4D4F);
}
.type-success[data-v-32302af8] {
  color: var(--Components-Typography-Global-colorSuccess, #2A841A);
}
.type-warning[data-v-32302af8] {
  color: var(--Components-Typography-Global-colorWarning, #D88C1D);
}
.type-mark[data-v-32302af8] {
  background: var(--gold-3, #FFE58F);
}
.style-italic[data-v-32302af8] {
  font-style: italic;
}
.style-delete[data-v-32302af8] {
  text-decoration: line-through;
}
.style-strong[data-v-32302af8] {
  font-weight: bold;
}
.style-underline[data-v-32302af8] {
  text-decoration: underline;
}
.style-extrastrong[data-v-32302af8] {
  font-weight: 800;
}

