.billing-container{flex-direction:column;min-width:0;width:100%}.billing,.billing-container{display:flex;flex:1 1 auto;min-height:0}.billing{flex-direction:column;overflow:hidden;background:var(--ds-bg);color:var(--ds-text);font-family:var(--ds-font-sans)}.billing-header{flex:0 0 auto;width:100%;border-bottom:1px solid var(--ds-border)}.billing-header .page-header{background:transparent}.billing-header .page-header__main{border-bottom:0}.billing-header .page-header__subtitle{color:var(--ds-text)}.billing-header .page-header__signature{display:none}.billing-header.ds-mesh--veil:after{background:linear-gradient(90deg,var(--ds-field-veil) 64%,transparent 76%)}.billing-content{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;overflow:auto}.billing-content::-webkit-scrollbar{width:0}.billing-banner-slot{width:100%;padding:var(--ds-space-4) var(--ds-space-6) 0}.billing-banner-slot:empty{display:none}.billing-factura{width:100%;display:flex;flex-direction:column;gap:var(--ds-space-5);padding:var(--ds-space-5) var(--ds-space-6) var(--ds-space-8)}.billing-factura__grid{display:grid;grid-template-columns:2fr 1fr;grid-gap:var(--ds-space-5);gap:var(--ds-space-5);align-items:start}.billing-factura__lateral{display:flex;flex-direction:column;gap:var(--ds-space-5);min-width:0}@media (max-width:1024px){.billing-factura__grid{grid-template-columns:1fr}}@media (max-width:768px){.billing-header.ds-mesh--veil:after{background:var(--ds-field-veil)}.billing-banner-slot{padding:var(--ds-space-4) var(--ds-space-4) 0}.billing-factura{padding:var(--ds-space-4) var(--ds-space-4) var(--ds-space-6)}}.factura-hero{gap:var(--ds-space-3)}.factura-hero__overline{display:flex;gap:var(--ds-space-2);font-weight:var(--ds-weight-semibold);letter-spacing:var(--ds-tracking-caps);text-transform:uppercase}.factura-hero__info,.factura-hero__overline{align-items:center;font-size:var(--ds-text-2xs);color:var(--ds-text-muted)}.factura-hero__info{display:inline-flex;justify-content:center;width:18px;height:18px;padding:0;border:1px solid var(--ds-border-strong);border-radius:var(--ds-radius-full);background:var(--ds-surface-raised);font-family:var(--ds-font-sans);font-weight:var(--ds-weight-bold);font-style:italic;line-height:1;text-transform:none;cursor:help;transition:color var(--ds-dur-fast) var(--ds-ease-enter),border-color var(--ds-dur-fast) var(--ds-ease-enter)}.factura-hero__info:hover{color:var(--ds-text);border-color:var(--ds-text-muted)}.factura-hero__info:focus-visible{outline:2px solid var(--ds-focus);outline-offset:var(--ds-focus-offset)}.factura-hero__reglas{margin:0;padding-left:var(--ds-space-4);display:flex;flex-direction:column;gap:var(--ds-space-1);max-width:320px;text-align:left;white-space:normal;font-weight:var(--ds-weight-regular)}.factura-hero__total{--ds-hero-total:clamp(32px,4vw,40px);font-size:var(--ds-hero-total);font-weight:var(--ds-weight-medium);letter-spacing:var(--ds-tracking-h1);line-height:var(--ds-leading-tight);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--ds-text)}.factura-hero__sub{font-size:var(--ds-text-ui);color:var(--ds-text)}.factura-hero__micro{margin:0;font-size:var(--ds-text-xs);color:var(--ds-text-muted);line-height:var(--ds-leading-normal)}.factura-hero__link{border-radius:var(--ds-radius-xs);color:var(--ds-accent);text-decoration:none}.factura-hero__link:hover{color:var(--ds-accent-strong);text-decoration:underline}.factura-hero__link:focus-visible{outline:2px solid var(--ds-focus);outline-offset:var(--ds-focus-offset)}.factura-hero__composicion{display:flex;flex-direction:column;gap:var(--ds-space-2);margin-top:var(--ds-space-2)}.factura-hero__barra{display:flex;width:100%;height:8px;border-radius:var(--ds-radius-xs);overflow:hidden;background:var(--ds-border)}.factura-hero__segmento{display:block;min-width:4px;height:100%}.factura-hero__segmento--0{background:var(--ds-accent)}.factura-hero__segmento--1{background:var(--ds-glow)}.factura-hero__segmento--2{background:var(--ds-accent-strong)}.factura-hero__segmento--3{background:var(--ds-text-muted)}.factura-hero__segmento--4{background:var(--ds-border-strong)}.factura-hero__leyenda{display:flex;flex-wrap:wrap;gap:var(--ds-space-2)}.factura-hero__chip{display:inline-flex;align-items:center;height:20px;padding:0 var(--ds-space-2);border:1px solid var(--ds-border-strong);border-radius:var(--ds-radius-sm);background:var(--ds-surface-raised);font-size:var(--ds-text-xs);color:var(--ds-text)}.factura-hero__chip--mas{color:var(--ds-text-muted)}.factura-hero--degradado .factura-hero__degradado-msg{margin:0;font-size:var(--ds-text-ui);color:var(--ds-text);line-height:var(--ds-leading-normal)}.tooltip-v2{position:relative;display:inline-flex}.tooltip-v2__bubble{--ds-tip-from:translateY(var(--ds-dist-1));position:absolute;z-index:var(--ds-z-tooltip);display:block;width:-moz-max-content;width:max-content;max-width:260px;padding:var(--ds-space-1) var(--ds-space-2);box-sizing:border-box;pointer-events:none;white-space:normal;background:var(--ds-surface-raised);color:var(--ds-text);border:1px solid var(--ds-border-strong);border-radius:var(--ds-radius-sm);box-shadow:var(--ds-shadow-float);font-family:var(--ds-font-sans);font-size:var(--ds-text-sm);font-weight:var(--ds-weight-medium);letter-spacing:var(--ds-tracking-normal);line-height:var(--ds-leading-snug);text-transform:none;opacity:0;visibility:hidden;transition-property:visibility,opacity,transform;transition-duration:var(--ds-dur-fast);transition-timing-function:var(--ds-ease-exit);transition-delay:0s}.tooltip-v2:focus-within .tooltip-v2__bubble,.tooltip-v2__bubble--visible{--ds-tip-from:translate(0,0);opacity:1;visibility:visible;transition-duration:var(--ds-dur-base);transition-timing-function:var(--ds-ease-enter);transition-delay:var(--ds-dur-slow)}.tooltip-v2__bubble--top{bottom:100%;margin-bottom:var(--ds-space-2)}.tooltip-v2__bubble--bottom,.tooltip-v2__bubble--top{left:50%;transform:translateX(-50%) var(--ds-tip-from)}.tooltip-v2__bubble--bottom{--ds-tip-from:translateY(calc(-1 * var(--ds-dist-1)));top:100%;margin-top:var(--ds-space-2)}.tooltip-v2__bubble--left{--ds-tip-from:translateX(var(--ds-dist-1));right:100%;margin-right:var(--ds-space-2)}.tooltip-v2__bubble--left,.tooltip-v2__bubble--right{top:50%;transform:translateY(-50%) var(--ds-tip-from)}.tooltip-v2__bubble--right{--ds-tip-from:translateX(calc(-1 * var(--ds-dist-1)));left:100%;margin-left:var(--ds-space-2)}.tooltip-v2:focus-within .tooltip-v2__bubble--bottom,.tooltip-v2:focus-within .tooltip-v2__bubble--left,.tooltip-v2:focus-within .tooltip-v2__bubble--right,.tooltip-v2__bubble--bottom.tooltip-v2__bubble--visible,.tooltip-v2__bubble--left.tooltip-v2__bubble--visible,.tooltip-v2__bubble--right.tooltip-v2__bubble--visible{--ds-tip-from:translate(0,0)}@media (prefers-reduced-motion:reduce){.tooltip-v2__bubble,.tooltip-v2__bubble--bottom,.tooltip-v2__bubble--left,.tooltip-v2__bubble--right{--ds-tip-from:translate(0,0)}}.tabla-factura{gap:var(--ds-space-4)}.tabla-factura__vacio{margin:0;font-size:var(--ds-text-ui);color:var(--ds-text-muted)}.tabla-factura__aviso{padding:var(--ds-space-3);border:1px solid var(--ds-border);border-radius:var(--ds-radius-md);background:var(--ds-surface-sunken);font-size:var(--ds-text-xs);line-height:var(--ds-leading-normal);color:var(--ds-text)}.tabla-factura__scroll{width:100%;overflow-x:auto;border:1px solid var(--ds-border);border-radius:var(--ds-radius-lg);background:var(--ds-surface)}.tabla-factura__tabla{width:100%;min-width:560px;border-collapse:separate;border-spacing:0;font-size:var(--ds-text-table);line-height:var(--ds-leading-snug);color:var(--ds-text)}.tabla-factura__tabla th{padding:var(--ds-space-2) var(--ds-space-3);border-bottom:1px solid var(--ds-border);background:var(--ds-surface-sunken);text-align:left;font-size:var(--ds-text-2xs);font-weight:var(--ds-weight-semibold);letter-spacing:var(--ds-tracking-caps);text-transform:uppercase;white-space:nowrap;color:var(--ds-text-muted)}.tabla-factura__tabla td{padding:var(--ds-space-3);border-bottom:1px solid var(--ds-border);color:var(--ds-text);vertical-align:top;transition:background-color var(--ds-dur-fast) var(--ds-ease-enter)}.tabla-factura__fila:hover td{background:var(--ds-surface-sunken)}.tabla-factura__num{text-align:right;white-space:nowrap;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.tabla-factura__app{display:flex;flex-direction:column;gap:var(--ds-space-1)}.tabla-factura__nombre{font-weight:var(--ds-weight-medium);color:var(--ds-text)}.tabla-factura__killswitch{font-size:var(--ds-text-xs);color:var(--ds-danger)}.tabla-factura__desde{font-size:var(--ds-text-xs);color:var(--ds-text-muted)}.tabla-factura__calculo{color:var(--ds-text)}.tabla-factura__naturaleza{margin-top:2px;font-size:var(--ds-text-xs);color:var(--ds-text-muted)}.tabla-factura__expandir{width:1%;text-align:right;white-space:nowrap}.tabla-factura__toggle{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:0;border-radius:var(--ds-radius-sm);background:transparent;color:var(--ds-text-muted);font-family:var(--ds-font-sans);font-size:var(--ds-text-sm);line-height:1;cursor:pointer;transition:color var(--ds-dur-fast) var(--ds-ease-enter),background-color var(--ds-dur-fast) var(--ds-ease-enter)}.tabla-factura__toggle:hover{color:var(--ds-text);background:var(--ds-surface-sunken)}.tabla-factura__toggle:focus-visible{outline:2px solid var(--ds-focus);outline-offset:var(--ds-focus-offset)}.tabla-factura__toggle--texto{width:auto;height:auto;padding:0;font-size:var(--ds-text-table);color:var(--ds-text-muted)}.tabla-factura__toggle--texto:hover{color:var(--ds-text);background:transparent}.tabla-factura__menu-wrap{position:relative;display:inline-block}.tabla-factura__menu{position:absolute;right:0;top:calc(100% + var(--ds-space-1));z-index:var(--ds-z-dropdown);display:flex;flex-direction:column;min-width:160px;padding:var(--ds-space-1);border:1px solid var(--ds-border-strong);border-radius:var(--ds-radius-md);background:var(--ds-surface-raised);box-shadow:var(--ds-shadow-float)}.tabla-factura__menu-item{display:block;width:100%;padding:var(--ds-space-2) var(--ds-space-3);border:0;border-radius:var(--ds-radius-sm);background:transparent;color:var(--ds-text);font-family:var(--ds-font-sans);font-size:var(--ds-text-ui);text-align:left;text-decoration:none;cursor:pointer;transition:background-color var(--ds-dur-fast) var(--ds-ease-enter)}.tabla-factura__menu-item:hover{background:var(--ds-surface-sunken)}.tabla-factura__menu-item:focus-visible{outline:2px solid var(--ds-focus);outline-offset:-2px}.tabla-factura__detalle td{background:var(--ds-surface-sunken)}.tabla-factura__detalle .tabla-factura__link{color:var(--ds-accent-strong)}.tabla-factura__componentes{display:flex;flex-direction:column;gap:var(--ds-space-3)}.tabla-factura__componente{display:flex;flex-direction:column;gap:var(--ds-space-2);font-size:var(--ds-text-ui)}.tabla-factura__nota,.tabla-factura__nota-inline{color:var(--ds-text-muted)}.tabla-factura__nota{margin:0;font-size:var(--ds-text-xs);line-height:var(--ds-leading-normal)}.tabla-factura__core,.tabla-factura__gratuita td{color:var(--ds-text-muted)}.tabla-factura__core{font-size:var(--ds-text-xs)}.tabla-factura__total td{border-bottom:0;background:var(--ds-surface-sunken);font-weight:var(--ds-weight-semibold);color:var(--ds-text)}.tabla-factura__cierre{font-weight:var(--ds-weight-regular)}.tabla-factura__cierre,.tabla-factura__footnote{font-size:var(--ds-text-xs);color:var(--ds-text-muted)}.tabla-factura__footnote{margin:0;line-height:var(--ds-leading-relaxed)}.tabla-factura__link{border-radius:var(--ds-radius-xs);font-size:var(--ds-text-ui);color:var(--ds-accent);text-decoration:none}.tabla-factura__link:hover{color:var(--ds-accent-strong);text-decoration:underline}.tabla-factura__link:focus-visible{outline:2px solid var(--ds-focus);outline-offset:var(--ds-focus-offset)}.simulador-cupos{display:flex;flex-direction:column;gap:var(--ds-space-2);padding:var(--ds-space-3);border:1px dashed var(--ds-border-strong);border-radius:var(--ds-radius-md);background:var(--ds-surface)}.simulador-cupos__control{display:flex;gap:var(--ds-space-2)}.simulador-cupos__btn,.simulador-cupos__control{align-items:center;font-size:var(--ds-text-ui);color:var(--ds-text)}.simulador-cupos__btn{display:inline-flex;justify-content:center;width:24px;height:24px;padding:0;border:1px solid var(--ds-border-strong);border-radius:var(--ds-radius-sm);background:var(--ds-surface-raised);font-family:var(--ds-font-sans);line-height:1;cursor:pointer;transition:border-color var(--ds-dur-fast) var(--ds-ease-enter)}.simulador-cupos__btn:hover:not(:disabled){border-color:var(--ds-text-muted)}.simulador-cupos__btn:focus-visible{outline:2px solid var(--ds-focus);outline-offset:var(--ds-focus-offset)}.simulador-cupos__btn:disabled{opacity:.5;cursor:not-allowed}.simulador-cupos__n{min-width:20px;text-align:center;font-weight:var(--ds-weight-semibold)}.simulador-cupos__resultado{margin:0;font-size:var(--ds-text-ui);color:var(--ds-text)}.simulador-cupos__nota{margin:0;font-size:var(--ds-text-xs);color:var(--ds-text-muted);line-height:var(--ds-leading-normal)}.creditos-card{gap:var(--ds-space-3)}.creditos-card__header{display:flex;align-items:baseline;justify-content:space-between;gap:var(--ds-space-3)}.creditos-card__eyebrow{font-size:var(--ds-text-2xs);font-weight:var(--ds-weight-semibold);letter-spacing:var(--ds-tracking-caps);text-transform:uppercase;color:var(--ds-text-muted)}.creditos-card__saldo{font-size:var(--ds-text-h2);font-weight:var(--ds-weight-medium);letter-spacing:var(--ds-tracking-tight);line-height:var(--ds-leading-tight);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--ds-text)}.creditos-card__coherencia{margin:0;font-size:var(--ds-text-xs);line-height:var(--ds-leading-normal)}.creditos-card__coherencia--ok{color:var(--ds-success)}.creditos-card__coherencia--aviso{color:var(--ds-warning)}.creditos-card__proyeccion{font-size:var(--ds-text-sm);color:var(--ds-text)}.creditos-card__proyeccion--warn{color:var(--ds-warning)}.creditos-card__consumo{margin:0;font-size:var(--ds-text-sm);color:var(--ds-text)}.creditos-card__micro{margin:0;padding-bottom:var(--ds-space-3);border-bottom:1px solid var(--ds-border);font-size:var(--ds-text-xs);color:var(--ds-text-muted);line-height:var(--ds-leading-normal)}.creditos-card__pedagogia{margin:0;font-size:var(--ds-text-sm);line-height:var(--ds-leading-normal);color:var(--ds-text)}.creditos-card__pedagogia-detalle{font-size:var(--ds-text-xs);color:var(--ds-text-muted)}.creditos-card__recarga{display:flex;flex-direction:column;align-items:flex-start;gap:var(--ds-space-2)}.creditos-card__recarga-nota{margin:0;font-size:var(--ds-text-xs);color:var(--ds-text-muted);line-height:var(--ds-leading-normal)}.creditos-card__contacto,.creditos-card__guia{border-radius:var(--ds-radius-xs);color:var(--ds-accent);text-decoration:none}.creditos-card__contacto{font-size:var(--ds-text-sm)}.creditos-card__guia{text-decoration:underline;text-underline-offset:2px;white-space:nowrap}.creditos-card__contacto:hover,.creditos-card__guia:hover{color:var(--ds-accent-strong);text-decoration:underline}.creditos-card__contacto:focus-visible,.creditos-card__guia:focus-visible{outline:2px solid var(--ds-focus);outline-offset:var(--ds-focus-offset)}.creditos-card__autorecarga{display:flex;flex-direction:column;gap:var(--ds-space-2);padding:var(--ds-space-3);border:1px solid var(--ds-border);border-radius:var(--ds-radius-md);background:var(--ds-surface-sunken)}.creditos-card__autorecarga-titulo{font-size:var(--ds-text-sm);font-weight:var(--ds-weight-medium);color:var(--ds-text)}.creditos-card__autorecarga-header{display:flex;align-items:center;justify-content:space-between;gap:var(--ds-space-2)}.creditos-card__autorecarga-campo{display:flex;flex-direction:column;gap:var(--ds-space-1);font-size:var(--ds-text-xs);font-weight:var(--ds-weight-medium);color:var(--ds-text)}.creditos-card__autorecarga-campo input,.creditos-card__autorecarga-campo select{box-sizing:border-box;width:100%;height:var(--ds-control-h-sm);padding:0 var(--ds-space-3);border:1px solid var(--ds-border-strong);border-radius:var(--ds-radius-md);background:var(--ds-surface-raised);color:var(--ds-text);font-family:var(--ds-font-sans);font-size:var(--ds-text-sm);font-weight:var(--ds-weight-regular);transition:border-color var(--ds-dur-fast) var(--ds-ease-enter),box-shadow var(--ds-dur-fast) var(--ds-ease-enter)}.creditos-card__autorecarga-campo input:hover:not(:disabled),.creditos-card__autorecarga-campo select:hover:not(:disabled){border-color:var(--ds-text-muted)}.creditos-card__autorecarga-campo input:focus-visible,.creditos-card__autorecarga-campo select:focus-visible{outline:none;border-color:var(--ds-accent);box-shadow:var(--ds-shadow-ring)}.creditos-card__autorecarga-campo input:disabled,.creditos-card__autorecarga-campo select:disabled{background:var(--ds-surface-sunken);color:var(--ds-text-muted);cursor:not-allowed}.creditos-card__autorecarga-nota{margin:0;font-size:var(--ds-text-xs);color:var(--ds-text-muted);line-height:var(--ds-leading-normal)}