@layer payload-default{}@layer payload-default{}@layer payload-default{.icon--check{height:1.5384615385rem;width:1.5384615385rem}.icon--check .stroke{fill:none;stroke:currentColor;stroke-width:2px}.collections{display:flex;width:100%;--gap:var(--base);--cols:5}.collections__wrap{width:100%;display:flex;flex-direction:column;gap:var(--base)}.collections__group{display:flex;flex-direction:column;gap:var(--gap)}.collections__label{margin:0}.collections__card-list{padding:0;margin:0;list-style:none;grid-gap:12px;gap:12px;display:grid;grid-template-columns:repeat(var(--cols),1fr)}.collections__card-list .card{height:100%}.collections__locked.locked{align-items:unset;justify-content:unset}}@layer payload-default{}@layer payload-default{}@layer payload-default{@media(max-width:1440px){.collections{--cols:4}}@media(max-width:1024px){.collections{--gap:var(--base);--cols:2}}@media(max-width:768px){.collections{--cols:2}.collections__wrap{gap:var(--base)}.collections__card-list{gap:8px}}@media(max-width:400px){.collections{--cols:1}}}:root{--hub-info-bg:rgb(239 246 255);--hub-info-border:rgb(191 219 254);--hub-info:rgb(37 99 235);--hub-info-solido:rgb(59 130 246);--hub-info-solido-texto:rgb(255 255 255);--hub-ok-bg:rgb(240 253 244);--hub-ok-border:rgb(187 247 208);--hub-ok:rgb(21 128 61);--hub-ok-solido:rgb(34 197 94);--hub-ok-solido-texto:rgb(30 30 30);--hub-warn-bg:rgb(254 252 232);--hub-warn-border:rgb(254 240 138);--hub-warn:rgb(161 98 7);--hub-warn-solido:rgb(234 179 8);--hub-warn-solido-texto:rgb(30 30 30);--hub-danger-bg:rgb(254 242 242);--hub-danger-border:rgb(254 202 202);--hub-danger:rgb(185 28 28);--hub-danger-solido:rgb(239 68 68);--hub-danger-solido-texto:rgb(255 255 255);--hub-neutral-bg:rgb(245 245 244);--hub-neutral-border:rgb(231 229 228);--hub-neutral:rgb(87 83 78);--hub-cielo-bg:rgb(224 242 254);--hub-cielo-border:rgb(186 230 253);--hub-cielo:rgb(2 132 199);--hub-violeta-bg:rgb(243 232 255);--hub-violeta-border:rgb(233 213 255);--hub-violeta:rgb(126 34 206);--hub-indigo-bg:rgb(224 231 255);--hub-indigo-border:rgb(199 210 254);--hub-indigo:rgb(67 56 202);--hub-cielo-solido:rgb(56 189 248);--hub-violeta-solido:rgb(168 85 247);--hub-indigo-solido:rgb(99 102 241);--hub-scrim:rgb(0 0 0/0.55);--hub-scrim-fuerte:rgb(0 0 0/0.75);--hub-sobre-scrim:rgb(255 255 255)}html[data-theme=dark]{--hub-info-bg:rgb(23 37 84);--hub-info-border:rgb(30 64 175);--hub-info:rgb(147 197 253);--hub-ok-bg:rgb(5 46 22);--hub-ok-border:rgb(22 101 52);--hub-ok:rgb(134 239 172);--hub-warn-bg:rgb(66 32 6);--hub-warn-border:rgb(133 77 14);--hub-warn:rgb(253 224 71);--hub-danger-bg:rgb(69 10 10);--hub-danger-border:rgb(153 27 27);--hub-danger:rgb(252 165 165);--hub-neutral-bg:rgb(41 37 36);--hub-neutral-border:rgb(68 64 60);--hub-neutral:rgb(214 211 209);--hub-cielo-bg:rgb(12 42 61);--hub-cielo-border:rgb(7 89 133);--hub-cielo:rgb(125 211 252);--hub-violeta-bg:rgb(43 16 66);--hub-violeta-border:rgb(107 33 168);--hub-violeta:rgb(216 180 254);--hub-indigo-bg:rgb(24 24 74);--hub-indigo-border:rgb(55 48 163);--hub-indigo:rgb(165 180 252)}.hub-view{width:100%;padding:1rem;color:var(--theme-elevation-900)}@media(min-width:48em){.hub-view{padding:1.5rem 1.75rem}}@media(min-width:64em){.hub-view{padding:1.75rem 2rem}}.hub-paginacion{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem 1rem;margin-top:1rem;padding-top:.85rem;border-top:1px solid var(--theme-elevation-150);font-size:.82rem;color:var(--theme-elevation-600)}.hub-paginacion__paginas{display:flex;align-items:center;gap:.25rem}.hub-paginacion__btn{min-width:2rem;padding:.3rem .5rem;background:var(--theme-elevation-50);border:1px solid var(--theme-elevation-200);border-radius:var(--style-radius-s,4px);color:var(--theme-elevation-800);cursor:pointer;transition:background .15s ease-out}.hub-paginacion__btn:hover:not(:disabled){background:var(--theme-elevation-100)}.hub-paginacion__btn:disabled{opacity:.4;cursor:default}.hub-paginacion__btn.is-active{background:var(--hub-info-solido);border-color:var(--hub-info-solido);color:var(--hub-info-solido-texto)}.hub-paginacion__sep{padding:0 .15rem}.hub-paginacion__tamano{display:flex;align-items:center;gap:.4rem}.hub-paginacion__tamano select{padding:.25rem .4rem}.hub-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4em;padding:.55em 1em;border-radius:var(--style-radius-s,4px);border:1px solid rgba(0,0,0,0);font-size:.875rem;font-weight:500;cursor:pointer;text-decoration:none;transition:background .15s ease-out,border-color .15s ease-out,transform .1s ease-out;background:var(--theme-elevation-100);color:var(--theme-elevation-900)}.hub-btn:hover{background:var(--theme-elevation-150)}.hub-btn:active{transform:scale(.98)}.hub-btn:disabled{opacity:.4;cursor:not-allowed}.hub-btn--primary{background:var(--hub-info-solido);color:var(--hub-info-solido-texto)}.hub-btn--primary:hover{filter:brightness(.92)}.hub-btn--success{background:var(--hub-ok-solido);color:var(--hub-ok-solido-texto)}.hub-btn--success:hover{filter:brightness(.92)}.hub-btn--warn{background:var(--hub-warn-solido);color:var(--hub-warn-solido-texto)}.hub-btn--warn:hover{filter:brightness(.92)}.hub-btn--ghost{background:rgba(0,0,0,0);border-color:var(--theme-elevation-200)}.hub-btn--block{width:100%}.hub-card{background:var(--theme-elevation-50);border:1px solid var(--theme-elevation-150);border-radius:var(--style-radius-m,6px);overflow:hidden;margin-bottom:1.25rem}.hub-card__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 1.25rem;border-bottom:1px solid var(--theme-elevation-150)}.hub-card__title{margin:0;font-size:.75rem;font-weight:700;letter-spacing:.07em}.hub-card__tag,.hub-card__title{text-transform:uppercase;color:var(--theme-elevation-600)}.hub-card__tag{font-size:.7rem;letter-spacing:.05em;font-weight:600;background:var(--theme-elevation-100);padding:.2em .6em;border-radius:999px}.hub-card__body{padding:1.25rem}.hub-card__subtitulo{margin:0 0 .6rem;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--theme-elevation-500)}.hub-card__help{margin:0 0 1rem;font-size:.8125rem;color:var(--theme-elevation-500);font-style:italic}.hub-card__footer{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1rem;padding-top:.85rem;border-top:1px solid var(--theme-elevation-150)}.hub-field{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem}.hub-field__label{font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;color:var(--theme-elevation-600);font-weight:600}.hub-field__control input,.hub-field__control select,.hub-field__control textarea{width:100%;padding:.55rem .75rem;border:1px solid var(--theme-elevation-200);border-radius:var(--style-radius-s,4px);background:var(--theme-input-bg);color:var(--theme-text);font-size:.875rem;font-family:inherit;transition:border-color .15s ease-out,box-shadow .15s ease-out}.hub-field__control input:focus,.hub-field__control select:focus,.hub-field__control textarea:focus{outline:none;border-color:var(--hub-info);box-shadow:0 0 0 3px color-mix(in srgb,var(--hub-info) 25%,transparent)}.hub-field__control textarea{resize:vertical;min-height:80px}.hub-field__readonly{padding:.55rem .75rem;background:var(--theme-elevation-100);border:1px solid var(--theme-elevation-150);border-radius:var(--style-radius-s,4px);font-size:.875rem;color:var(--theme-elevation-800);font-family:var(--font-mono)}.hub-field__help{margin:0;font-size:.75rem;color:var(--theme-elevation-500)}.hub-table-wrap{overflow-x:auto;background:var(--theme-elevation-50);border:1px solid var(--theme-elevation-150);border-radius:var(--style-radius-m,6px)}.hub-table{width:100%;border-collapse:collapse;font-size:.875rem}.hub-table td,.hub-table th{padding:.65rem .85rem;text-align:left;border-bottom:1px solid var(--theme-elevation-100)}.hub-table th{font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;color:var(--theme-elevation-600);font-weight:600;background:var(--theme-elevation-100);white-space:nowrap}.hub-table tbody tr{cursor:pointer;transition:background .12s ease-out}.hub-table tbody tr:hover{background:var(--theme-elevation-100)}.hub-table tbody tr.is-selected{background:var(--theme-elevation-150)}.hub-table__acciones{text-align:right}.hub-table__cb{display:inline-block;width:16px;height:16px;border:1.5px solid var(--theme-elevation-300);border-radius:3px;text-align:center;line-height:13px;color:var(--hub-info);font-size:.7rem}.hub-table__cb.is-checked{border-color:var(--hub-info);background:var(--hub-info-bg)}.hub-table__media{display:flex;align-items:center;gap:.65rem}.hub-table__media img{width:40px;height:40px;border-radius:4px;object-fit:cover}.hub-table__name{font-weight:600;color:var(--theme-elevation-1000);font-size:.85rem}.hub-table__sub{font-family:var(--font-mono);font-size:.7rem;color:var(--theme-elevation-500)}.hub-table td.hub-table__num,.hub-table th.hub-table__num{text-align:right}.hub-table__num{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.hub-table__muted{color:var(--theme-elevation-500);font-size:.8rem}.hub-table__opt{display:none}@media(min-width:48em){.hub-table__opt{display:table-cell}}.hub-badge{--tono:var(--theme-elevation-500);--tono-bg:var(--theme-elevation-100);--tono-border:var(--theme-elevation-200);display:inline-flex;align-items:center;gap:.3em;font-size:.7rem;font-weight:600;padding:.15em .6em;border:1px solid rgba(0,0,0,0);border-radius:999px;white-space:nowrap;background:var(--theme-elevation-100);color:var(--tono)}.hub-badge:before{content:"";width:.4em;height:.4em;border-radius:50%;background:currentColor;flex-shrink:0}.hub-badge--neutral{--tono:var(--hub-neutral);--tono-bg:var(--hub-neutral-bg);--tono-border:var(--hub-neutral-border)}.hub-badge--cielo{--tono:var(--hub-cielo);--tono-bg:var(--hub-cielo-bg);--tono-border:var(--hub-cielo-border)}.hub-badge--ok{--tono:var(--hub-ok);--tono-bg:var(--hub-ok-bg);--tono-border:var(--hub-ok-border)}.hub-badge--info{--tono:var(--hub-info);--tono-bg:var(--hub-info-bg);--tono-border:var(--hub-info-border)}.hub-badge--warn{--tono:var(--hub-warn);--tono-bg:var(--hub-warn-bg);--tono-border:var(--hub-warn-border)}.hub-badge--danger{--tono:var(--hub-danger);--tono-bg:var(--hub-danger-bg);--tono-border:var(--hub-danger-border)}.hub-badge--contorno{background:var(--tono-bg);border-color:var(--tono-border)}.hub-text--warn{color:var(--hub-warn)}.hub-text--danger{color:var(--hub-danger)}.hub-text--ok{color:var(--hub-ok)}.hub-rowactions{display:flex;align-items:center;justify-content:flex-end;gap:.375rem;white-space:nowrap}.hub-iconbtn{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:2rem;height:2rem;padding:0;border:1px solid var(--theme-elevation-200);border-radius:var(--style-radius-m,6px);background:var(--theme-elevation-100);color:var(--theme-elevation-600);cursor:pointer;transition:background .15s ease-out,color .15s ease-out,border-color .15s ease-out}.hub-iconbtn svg{width:1rem;height:1rem;display:block}.hub-iconbtn:disabled{opacity:.45;cursor:default}.hub-iconbtn:focus-visible{outline:var(--accessibility-outline);outline-offset:var(--accessibility-outline-offset)}@media(hover:hover){.hub-iconbtn:hover:not(:disabled){background:var(--theme-elevation-150);color:var(--theme-elevation-1000)}.hub-iconbtn--primary:hover:not(:disabled){background:var(--hub-info-bg);color:var(--hub-info);border-color:var(--hub-info-border)}.hub-iconbtn--danger:hover:not(:disabled){background:var(--hub-danger-bg);color:var(--hub-danger);border-color:var(--hub-danger-border)}}.hub-iconbtn__spinner{width:.875rem;height:.875rem;border:2px solid var(--theme-elevation-200);border-top:2px solid;border-radius:50%;animation:hub-spin .7s linear infinite}@keyframes hub-spin{to{transform:rotate(1turn)}}@media(prefers-reduced-motion:reduce){.hub-iconbtn__spinner{animation-duration:.01ms}}.hub-list{display:flex;flex-direction:column;gap:1.25rem}.hub-list__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap}.hub-list__header h1{margin:0 0 .25em;font-size:clamp(1.5rem,4vw,2rem);line-height:1.2;color:var(--theme-elevation-1000)}.hub-list__hint{margin:0;font-size:.875rem;color:var(--theme-elevation-500)}.hub-list__toolbar{display:grid;grid-template-columns:1fr;grid-gap:.75rem;gap:.75rem;align-items:stretch}@media(min-width:48em){.hub-list__toolbar{grid-template-columns:1fr auto auto;align-items:center}}.hub-list__search{padding:.55rem .85rem;border:1px solid var(--theme-elevation-200);border-radius:var(--style-radius-s,4px);background:var(--theme-input-bg);color:var(--theme-text);font-size:.875rem;width:100%}.hub-list__search:focus{outline:none;border-color:var(--theme-elevation-400)}.hub-list__tabs{display:flex;flex-wrap:wrap;gap:.25rem}.hub-list__tab{display:inline-flex;align-items:center;gap:.4em;padding:.35rem .65rem;background:var(--theme-elevation-50);border:1px solid var(--theme-elevation-150);border-radius:999px;color:var(--theme-elevation-700);font-size:.75rem;font-weight:500;cursor:pointer;transition:all .15s ease-out}.hub-list__tab:hover{background:var(--theme-elevation-100)}.hub-list__tab.is-active{background:var(--theme-elevation-200);color:var(--theme-elevation-1000);border-color:var(--theme-elevation-300)}.hub-list__tab--neutral.is-active{background:var(--hub-neutral-bg);color:var(--hub-neutral);border-color:var(--hub-neutral-border)}.hub-list__tab--cielo.is-active{background:var(--hub-cielo-bg);color:var(--hub-cielo);border-color:var(--hub-cielo-border)}.hub-list__tab--ok.is-active{background:var(--hub-ok-bg);color:var(--hub-ok);border-color:var(--hub-ok-border)}.hub-list__tab--info.is-active{background:var(--hub-info-bg);color:var(--hub-info);border-color:var(--hub-info-border)}.hub-list__tab--warn.is-active{background:var(--hub-warn-bg);color:var(--hub-warn);border-color:var(--hub-warn-border)}.hub-list__tab--danger.is-active{background:var(--hub-danger-bg);color:var(--hub-danger);border-color:var(--hub-danger-border)}.hub-list__tab-count{font-weight:600;padding:.05em .5em;border-radius:999px;background:var(--theme-elevation-100);color:var(--theme-elevation-600);font-size:.7rem}.hub-list__modos{display:inline-flex;border:1px solid var(--theme-elevation-200);border-radius:var(--style-radius-s,4px);overflow:hidden}.hub-list__modo{padding:.45rem .75rem;background:var(--theme-elevation-50);border:0;color:var(--theme-elevation-600);cursor:pointer;font-size:1rem}.hub-list__modo:hover{background:var(--theme-elevation-100)}.hub-list__modo.is-active{background:var(--theme-elevation-200);color:var(--theme-elevation-1000)}.hub-list__empty{padding:3rem 1rem;text-align:center;color:var(--theme-elevation-500);font-size:.95rem;background:var(--theme-elevation-50);border-radius:var(--style-radius-m,6px);border:1px dashed var(--theme-elevation-200)}.hub-list__cargando{padding:.5rem 0;font-size:.82rem;color:var(--theme-elevation-500)}.hub-list__chip{padding:.35rem .7rem;background:var(--theme-elevation-50);border:1px solid var(--theme-elevation-200);border-radius:999px;color:var(--theme-elevation-700);font-size:.78rem;cursor:pointer;white-space:nowrap;transition:background .15s ease-out,border-color .15s ease-out}.hub-list__chip:hover{background:var(--theme-elevation-100)}.hub-list__chip.is-active{background:var(--hub-info-solido);border-color:var(--hub-info-solido);color:var(--hub-info-solido-texto)}.hub-editlayout{display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem;align-items:start}@media(min-width:64em){.hub-editlayout{grid-template-columns:1fr 21rem;gap:1.25rem}}.hub-col{display:flex;flex-direction:column;gap:1rem}.hub-col>.hub-card{margin-bottom:0}.hub-fields-row{display:grid;grid-template-columns:1fr;grid-gap:0 .75rem;gap:0 .75rem}@media(min-width:48em){.hub-fields-row{grid-template-columns:1fr 1fr}.hub-fields-row--3{grid-template-columns:repeat(3,1fr)}}.hub-field__label--req:after{content:" *";color:var(--hub-danger)}.hub-alertbox{padding:.75rem 1rem;margin-bottom:1rem;border-radius:var(--style-radius-m,6px);font-size:.8125rem;line-height:1.5;animation:hub-fade-up .25s ease-out both}.hub-alertbox--ok{background:var(--hub-ok-bg);border:1px solid var(--hub-ok-border);color:var(--hub-ok)}.hub-alertbox--danger{background:var(--hub-danger-bg);border:1px solid var(--hub-danger-border);color:var(--hub-danger)}@keyframes hub-fade-up{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}.hub-note{padding:.625rem .875rem;border-radius:var(--style-radius-m,6px);font-size:.75rem;line-height:1.5;background:var(--hub-info-bg);border:1px solid var(--hub-info-border);color:var(--theme-elevation-700)}.hub-note--warn{background:var(--hub-warn-bg);border-color:var(--hub-warn-border)}.hub-note--ok{background:var(--hub-ok-bg);border-color:var(--hub-ok-border)}.hub-formfooter{position:-webkit-sticky;position:sticky;bottom:0;z-index:var(--z-nav);display:flex;justify-content:flex-end;gap:.5rem;padding:.75rem 0;margin-top:1.25rem;background:var(--theme-bg);border-top:1px solid var(--theme-elevation-150)}.hub-table--estatica tbody tr{cursor:default}.hub-table--estatica tbody tr:hover{background:rgba(0,0,0,0)}@media(min-width:64em){.dash-kpis--cuatro{grid-template-columns:repeat(4,1fr)}}.dash-kpi--tono{--tono:var(--theme-elevation-500)}.dash-kpi--tono.dash-kpi--tono-neutral{--tono:var(--hub-neutral)}.dash-kpi--tono.dash-kpi--tono-cielo{--tono:var(--hub-cielo)}.dash-kpi--tono.dash-kpi--tono-ok{--tono:var(--hub-ok)}.dash-kpi--tono.dash-kpi--tono-info{--tono:var(--hub-info)}.dash-kpi--tono.dash-kpi--tono-warn{--tono:var(--hub-warn)}.dash-kpi--tono.dash-kpi--tono-danger{--tono:var(--hub-danger)}.dash-kpi--tono .dash-kpi__value{color:var(--tono)}.dash-section__grupo{display:inline-flex;align-items:center;gap:.5rem}.dash-kpi--estatico:hover{transform:none;border-color:var(--theme-elevation-150);box-shadow:none}@keyframes hub-slide-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.dash{width:100%;padding:1.25rem}@media(min-width:48em){.dash{padding:1.75rem 2rem}}@media(min-width:64em){.dash{padding:2rem 2.5rem}}.dash-hero{display:flex;flex-direction:column;gap:.25em;margin-bottom:1.5rem}.dash-hero .dash-hero__greeting{margin:0;font-size:clamp(1.5rem,5vw,2.25rem);line-height:1.2;font-weight:600;color:var(--theme-elevation-1000);letter-spacing:-.01em}.dash-hero .dash-hero__date{margin:0;font-size:clamp(.9rem,2vw,1rem);color:var(--theme-elevation-500);text-transform:capitalize}.dash-section{margin-bottom:1.75rem}.dash-section__title{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;margin:0 0 .75rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:var(--theme-elevation-600);font-weight:600;flex-wrap:wrap}.dash-section__hint{font-size:.7rem;font-weight:400;color:var(--theme-elevation-500);text-transform:none;letter-spacing:0}.dash-section__cta{font-size:.75rem;font-weight:500;text-transform:none;letter-spacing:0;color:var(--hub-info);text-decoration:none}.dash-section__cta:hover{text-decoration:underline}.dash-alerts{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.dash-alert{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:var(--style-radius-m,6px);border-left:3px solid;font-size:.875rem;animation:hub-slide-in .25s ease-out}.dash-alert--warn{background:var(--hub-warn-bg);border-left-color:var(--hub-warn);color:var(--hub-warn)}.dash-alert--info{background:var(--hub-info-bg);border-left-color:var(--hub-info);color:var(--hub-info)}.dash-alert__icon{font-size:1.1rem;flex-shrink:0}.dash-alert__msg{flex:1 1;color:var(--theme-elevation-900)}.dash-alert__cta{font-size:.8rem;font-weight:600;text-decoration:none;color:inherit;white-space:nowrap}.dash-alert__cta:hover{text-decoration:underline}.dash-kpis{display:grid;grid-gap:.75rem;gap:.75rem;grid-template-columns:repeat(2,1fr)}@media(min-width:48em){.dash-kpis{grid-template-columns:repeat(3,1fr)}}@media(min-width:64em){.dash-kpis{grid-template-columns:repeat(5,1fr)}}.dash-kpi{display:flex;flex-direction:column;gap:.25rem;padding:1rem 1.25rem;background:var(--theme-elevation-50);border:1px solid var(--theme-elevation-150);border-radius:var(--style-radius-m,6px);text-decoration:none;transition:transform .15s ease-out,border-color .15s ease-out,box-shadow .2s ease-out}.dash-kpi:hover{transform:translateY(-2px);border-color:var(--theme-elevation-300);box-shadow:0 4px 12px rgba(0,0,0,.25)}.dash-kpi--neutral .dash-kpi__value{color:var(--hub-neutral)}.dash-kpi--info .dash-kpi__value{color:var(--hub-cielo)}.dash-kpi--success .dash-kpi__value{color:var(--hub-ok)}.dash-kpi--primary .dash-kpi__value{color:var(--hub-info)}.dash-kpi--warn .dash-kpi__value{color:var(--hub-warn)}.dash-kpi__value{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:1;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.dash-kpi__label{font-size:.75rem;color:var(--theme-elevation-600);text-transform:uppercase;letter-spacing:.04em;font-weight:500}.dash-twocol{display:grid;grid-gap:1.5rem;gap:1.5rem;grid-template-columns:1fr}@media(min-width:64em){.dash-twocol{grid-template-columns:1.4fr 1fr}}.dash-shortcuts{display:grid;grid-gap:.5rem;gap:.5rem;grid-template-columns:1fr 1fr}.dash-shortcut{display:flex;flex-direction:column;gap:.25rem;padding:.85rem 1rem;background:var(--theme-elevation-50);border:1px solid var(--theme-elevation-150);border-radius:var(--style-radius-m,6px);text-decoration:none;transition:transform .15s ease-out,border-color .15s ease-out,box-shadow .2s ease-out}.dash-shortcut:hover{transform:translateY(-1px);box-shadow:0 2px 8px rgba(0,0,0,.2)}.dash-shortcut--primary:hover{border-color:var(--hub-info)}.dash-shortcut--warn:hover{border-color:var(--hub-warn)}.dash-shortcut--neutral:hover{border-color:var(--theme-elevation-300)}.dash-shortcut__title{font-size:.9rem;font-weight:600;color:var(--theme-elevation-1000)}.dash-shortcut__hint{font-size:.75rem;color:var(--theme-elevation-500)}.hubatka-nav-icon{display:block;height:1.5rem;width:auto;max-width:100%}.hubatka-nav-icon--light{display:none}.step-nav__home{width:auto;height:auto}[data-theme=light] .hubatka-nav-icon--dark{display:none}[data-theme=light] .hubatka-nav-icon--light{display:block}.login__brand{display:flex;flex-direction:column;align-items:center;width:100%}.login__brand .hubatka-brand__logo{width:45%;height:auto;display:block;margin:0 auto}.login__brand .hubatka-brand__logo--light{display:none}.login__brand .hubatka-brand__title{width:90%;text-align:center;margin:.5em auto 0;font-size:clamp(1.8rem,7.2vw,3rem);line-height:1.2;font-weight:600;color:var(--theme-elevation-800);letter-spacing:.2em;padding-left:.2em}[data-theme=light] .login__brand .hubatka-brand__logo--dark{display:none}[data-theme=light] .login__brand .hubatka-brand__logo--light{display:block}.emp-head{margin-bottom:1.25rem}.emp-head__titulo{margin:0;font-size:clamp(1.125rem,3vw,1.375rem);font-weight:700;color:var(--theme-text)}.emp-head__bajada{margin:.35rem 0 0;font-size:.8125rem;line-height:1.5;color:var(--theme-elevation-500);max-width:60ch}.emp-estado{align-items:flex-start}.emp-avisos{list-style:none;margin:0 0 .75rem;padding:0;display:flex;flex-direction:column;gap:.5rem}.emp-avisos__fila{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:.5rem;gap:.5rem}.emp-avisos__campo{min-width:0}.emp-avisos__aviso{grid-column:1/-1;margin:0}@media(prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}