.page-module__MLJElW__container{grid-column-gap:0px;grid-row-gap:0px;flex-direction:column;grid-template-rows:repeat(5,1fr);grid-template-columns:repeat(5,1fr);justify-content:start;align-items:center;height:100vh;display:flex}.page-module__MLJElW__containerTabs{flex-direction:column;grid-area:1/1/2/6;justify-content:start;align-items:center;margin-top:40px;margin-bottom:20px;display:flex}.page-module__MLJElW__containerContent{flex-direction:column;grid-area:2/1/6/6;justify-content:start;align-items:center;width:100%;height:100%;display:flex}.page-module__MLJElW__iosTabs{--tab-pad:4px;padding:var(--tab-pad);--tab-gap:.25rem;justify-content:flex-start;gap:var(--tab-gap);box-sizing:border-box;background:#f2f2f7;border-radius:12px;width:fit-content;max-width:min(100%,760px);display:inline-flex;position:relative;overflow:hidden}.page-module__MLJElW__slider{z-index:1;background:#fff;border-radius:10px;transition:transform .28s cubic-bezier(.25,.46,.45,.94),width .28s cubic-bezier(.25,.46,.45,.94);position:absolute;top:4px;bottom:4px;left:0;box-shadow:0 1px 4px #00000026}.page-module__MLJElW__iosTab{z-index:2;cursor:pointer;color:#5c5c5c;white-space:nowrap;text-align:center;background:0 0;border:none;border-radius:10px;flex:none;padding:.6rem 1.1rem;font-size:.95rem;font-weight:500;transition:color .25s;position:relative}.page-module__MLJElW__iosTab:hover{color:#222}.page-module__MLJElW__active{color:#000;font-weight:600}@media (max-width:500px){.page-module__MLJElW__containerTabs{margin-top:20px;margin-bottom:32px}.page-module__MLJElW__containerContent{padding-top:8px}.page-module__MLJElW__iosTabs{--tab-pad:4px;width:100%;max-width:95%;padding:var(--tab-pad);grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;display:grid}.page-module__MLJElW__iosTab{white-space:normal;text-align:center;width:100%;min-width:0;padding:.45rem .25rem;font-size:.68rem;line-height:1.15}.page-module__MLJElW__slider{max-width:calc(100% - (var(--tab-pad) * 2))}}
.ButtonsOpos-module__3yQR6a__buttonAlta{cursor:pointer;color:#fff;border:none;border-radius:8px;padding:12px 24px;font-size:1.1rem;font-weight:500;transition:all .2s ease-in-out}.ButtonsOpos-module__3yQR6a__btnGuardar{background-color:var(--brand-primary);box-shadow:var(--shadow-md);transition:background-color .3s ease-in-out}.ButtonsOpos-module__3yQR6a__btnGuardar:hover{background-color:var(--brand-primary-dark)}.ButtonsOpos-module__3yQR6a__btnCancelar{box-shadow:var(--shadow-md);background-color:#6b7280;transition:background-color .3s ease-in-out}.ButtonsOpos-module__3yQR6a__btnCancelar:hover{background-color:#4b5563}.ButtonsOpos-module__3yQR6a__btnEliminar{background-color:#dc2626}.ButtonsOpos-module__3yQR6a__btnEliminar:hover{background-color:#b91c1c}.ButtonsOpos-module__3yQR6a__buttonAlta:disabled{opacity:.6;cursor:not-allowed}.ButtonsOpos-module__3yQR6a__btnFinalizarTest{background-color:var(--brand-primary);min-width:88px;height:36px;box-shadow:var(--shadow-md);border-radius:6px;justify-content:center;align-items:center;padding:6px 10px;font-size:.85rem;line-height:1;transition:background-color .3s ease-in-out;display:inline-flex}.ButtonsOpos-module__3yQR6a__btnFinalizarTest:hover{background-color:var(--secondary-color);color:#080f1c}.ButtonsOpos-module__3yQR6a__buttonAlta.ButtonsOpos-module__3yQR6a__btnFinalizarTest{min-width:88px;height:36px;padding:6px 10px;font-size:.85rem}
.Modal-module__Ll_Tma__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#050a12d1;justify-content:center;align-items:center;padding:clamp(16px,3vw,32px);animation:.3s ease-in-out Modal-module__Ll_Tma__fadeIn;display:flex;position:fixed;inset:0}.Modal-module__Ll_Tma__container{--modal-surface:linear-gradient(180deg, #0135cc08 0%, #0135cc00 100%), #fff;--modal-border:var(--border-color);--modal-shadow:0 24px 60px #0f172a29, 0 0 0 1px #0135cc0a;--modal-text:var(--foreground);--modal-field-bg:#fff;--modal-field-text:var(--foreground);--modal-field-border:var(--border-color);--modal-placeholder:#8b97a8;--modal-focus:var(--brand-secondary);--modal-focus-ring:var(--focus-ring);box-sizing:border-box;background:var(--modal-surface);border:1px solid var(--modal-border);width:min(42rem,100%);max-width:calc(100vw - 32px);box-shadow:var(--modal-shadow);max-height:93vh;color:var(--modal-text);-webkit-overflow-scrolling:touch;border-radius:18px;padding:0;animation:.3s ease-out Modal-module__Ll_Tma__slideIn;position:relative;overflow:hidden auto}.Modal-module__Ll_Tma__container>*{min-width:0}.Modal-module__Ll_Tma__container :where(input,select,textarea){background:var(--modal-field-bg);color:var(--modal-field-text);border-color:var(--modal-field-border)}.Modal-module__Ll_Tma__container :where(input,select,textarea)::placeholder{color:var(--modal-placeholder)}.Modal-module__Ll_Tma__container :where(input,select,textarea):focus{border-color:var(--modal-focus);box-shadow:0 0 0 3px var(--modal-focus-ring);outline:none}.Modal-module__Ll_Tma__container :where(button){font:inherit}.Modal-module__Ll_Tma__closeButton{cursor:pointer;width:2.25rem;height:2.25rem;color:var(--foreground);z-index:1;background:#0f172a14;border:none;border-radius:999px;justify-content:center;align-items:center;font-size:1rem;transition:transform .2s,color .2s,background-color .2s,box-shadow .2s;display:inline-flex;position:absolute;top:6px;right:14px}:is(html[data-theme=dark] .Modal-module__Ll_Tma__closeButton,body[data-theme=dark] .Modal-module__Ll_Tma__closeButton){color:#f5f9ffd1;background:#ffffff0a}.Modal-module__Ll_Tma__closeButton:hover{color:var(--foreground);background:#0f172a1f;transform:scale(1.04);box-shadow:0 0 0 1px #0f172a3d}:is(html[data-theme=light] .Modal-module__Ll_Tma__closeButton:hover,body[data-theme=light] .Modal-module__Ll_Tma__closeButton:hover,html.light .Modal-module__Ll_Tma__closeButton:hover,body.light .Modal-module__Ll_Tma__closeButton:hover){color:var(--foreground);background:#0f172a1f;box-shadow:0 0 0 1px #0f172a3d}:is(html[data-theme=dark] .Modal-module__Ll_Tma__closeButton:hover,body[data-theme=dark] .Modal-module__Ll_Tma__closeButton:hover,html.dark .Modal-module__Ll_Tma__closeButton:hover,body.dark .Modal-module__Ll_Tma__closeButton:hover){color:#fff;background:#ffffff29;box-shadow:0 0 0 1px #ffffff4d}.Modal-module__Ll_Tma__closeButton:focus-visible{outline:2px solid var(--brand-accent);outline-offset:2px}:is(html[data-theme=light] .Modal-module__Ll_Tma__container,body[data-theme=light] .Modal-module__Ll_Tma__container,html.light .Modal-module__Ll_Tma__container,body.light .Modal-module__Ll_Tma__container){--modal-surface:linear-gradient(180deg, #0135cc08 0%, #0135cc00 100%), #fff;--modal-border:var(--border-color);--modal-shadow:0 24px 60px #0f172a29, 0 0 0 1px #0135cc0a;--modal-text:var(--foreground);--modal-field-bg:#fff;--modal-field-text:var(--foreground);--modal-field-border:var(--border-color);--modal-placeholder:#8b97a8;--modal-focus:var(--brand-secondary);--modal-focus-ring:var(--focus-ring)}:is(html[data-theme=dark] .Modal-module__Ll_Tma__container,body[data-theme=dark] .Modal-module__Ll_Tma__container,html.dark .Modal-module__Ll_Tma__container,body.dark .Modal-module__Ll_Tma__container){--modal-surface:linear-gradient(180deg, #ffffff08 0%, #fff0 100%), #101e33;--modal-border:#254870;--modal-shadow:0 24px 60px #0000007a, 0 0 0 1px #38d9ff0a;--modal-text:#eaf4ff;--modal-field-bg:#0d1829;--modal-field-text:#eaf4ff;--modal-field-border:#254870;--modal-placeholder:#dbe6f38c;--modal-focus:var(--brand-accent);--modal-focus-ring:#38d9ff29}@keyframes Modal-module__Ll_Tma__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Modal-module__Ll_Tma__slideIn{0%{opacity:0;transform:translateY(-12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:640px){.Modal-module__Ll_Tma__overlay{padding:12px}.Modal-module__Ll_Tma__container{border-radius:16px;max-width:calc(100vw - 24px);max-height:calc(100vh - 24px)}.Modal-module__Ll_Tma__closeButton{top:4px;right:10px}}
.FormFilterTest-module__oadjna__containerFormFilter{box-sizing:border-box;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;width:100%;height:auto;min-height:100%;padding-bottom:calc(1rem + env(safe-area-inset-bottom));background-color:#fff;border-right:1px solid #ccc;flex-direction:column;justify-content:flex-start;align-items:center;display:flex;overflow:hidden auto}.FormFilterTest-module__oadjna__containerContent{flex-direction:column;flex:auto;justify-content:flex-start;align-items:center;width:95%;height:auto;min-height:0;display:flex}.FormFilterTest-module__oadjna__containerConfiguration{border-bottom:1px solid #ccc;justify-content:start;align-items:center;gap:10px;width:100%;margin-top:15px;margin-bottom:14px;padding-bottom:15px;padding-left:15px;display:flex}.FormFilterTest-module__oadjna__containerConfiguration h4{color:#000}.FormFilterTest-module__oadjna__iconConfiguration{color:var(--brand-accent,#00aff0);stroke:var(--brand-accent,#00aff0)}.FormFilterTest-module__oadjna__containerTabs{flex-direction:column;justify-content:start;align-items:center;margin-top:20px;margin-bottom:20px;display:flex}.FormFilterTest-module__oadjna__iosTabs{background:#f2f2f7;border-radius:12px;gap:.25rem;width:fit-content;padding:3px;display:flex;position:relative}.FormFilterTest-module__oadjna__slider{z-index:1;background:#fff;border-radius:10px;width:50%;transition:transform .28s cubic-bezier(.25,.46,.45,.94);position:absolute;top:3px;bottom:3px;left:0;box-shadow:0 1px 4px #00000026}.FormFilterTest-module__oadjna__slider[data-tab=random]{transform:translate(100%)}.FormFilterTest-module__oadjna__slider[data-tab=tematico]{transform:translate(0%)}.FormFilterTest-module__oadjna__iosTab{z-index:2;cursor:pointer;color:#5c5c5c;white-space:nowrap;text-align:center;background:0 0;border:none;border-radius:10px;flex:1;width:100%;padding:.4rem .8rem;font-size:.85rem;font-weight:500;transition:color .25s;position:relative}.FormFilterTest-module__oadjna__iosTab:hover{color:#222}.FormFilterTest-module__oadjna__active{color:#000;font-weight:600}@media (max-width:500px){.FormFilterTest-module__oadjna__containerTabs{margin-top:12px!important;margin-bottom:16px!important}.FormFilterTest-module__oadjna__containerContent{width:100%;padding-top:0!important}.FormFilterTest-module__oadjna__iosTabs{box-sizing:border-box;gap:4px;width:calc(100% - 1.5rem);max-width:calc(100% - 1.5rem);margin-inline:.75rem;padding:4px;display:flex}.FormFilterTest-module__oadjna__iosTab{white-space:nowrap;text-align:center;flex:1 0 50%;padding:.45rem .3rem;font-size:.7rem}.FormFilterTest-module__oadjna__slider{width:50%}}:is(html[data-theme=dark] .FormFilterTest-module__oadjna__containerConfiguration h4,body[data-theme=dark] .FormFilterTest-module__oadjna__containerConfiguration h4){color:#fff}:is(html[data-theme=dark] .FormFilterTest-module__oadjna__containerFormFilter,body[data-theme=dark] .FormFilterTest-module__oadjna__containerFormFilter){border-right-color:var(--muted-color);background-color:#080f1c}:is(html[data-theme=dark] .FormFilterTest-module__oadjna__containerConfiguration,body[data-theme=dark] .FormFilterTest-module__oadjna__containerConfiguration){border-bottom-color:var(--muted-color)}:is(html[data-theme=dark] .FormFilterTest-module__oadjna__iosTabs,body[data-theme=dark] .FormFilterTest-module__oadjna__iosTabs){background:#101e33}:is(html[data-theme=dark] .FormFilterTest-module__oadjna__slider,body[data-theme=dark] .FormFilterTest-module__oadjna__slider){background:var(--muted-color)}:is(html[data-theme=dark] .FormFilterTest-module__oadjna__iosTab,body[data-theme=dark] .FormFilterTest-module__oadjna__iosTab){color:#e2e8f0}@media (max-width:1157px){.FormFilterTest-module__oadjna__containerFormFilter{padding-bottom:calc(clamp(6rem, 12vh, 8rem) + env(safe-area-inset-bottom));scroll-padding-bottom:calc(clamp(6rem, 12vh, 8rem) + env(safe-area-inset-bottom));border-right:none}.FormFilterTest-module__oadjna__containerContent{box-sizing:border-box;flex:auto;width:min(100%,36rem);padding:0 1rem 1.5rem}.FormFilterTest-module__oadjna__containerConfiguration{box-sizing:border-box;padding-left:1rem;padding-right:1rem}.FormFilterTest-module__oadjna__containerTabs,.FormFilterTest-module__oadjna__iosTabs{width:100%}.FormFilterTest-module__oadjna__containerConfiguration{display:none}}
.FormFilterTest-module__4Y3FLG__containerFormFilter{box-sizing:border-box;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;width:100%;height:auto;min-height:100%;padding-bottom:calc(1rem + env(safe-area-inset-bottom));background-color:#fff;border-right:1px solid #ccc;flex-direction:column;justify-content:flex-start;align-items:center;display:flex;overflow:hidden auto}.FormFilterTest-module__4Y3FLG__containerContent{flex-direction:column;flex:auto;justify-content:flex-start;align-items:center;width:95%;height:auto;min-height:0;display:flex}.FormFilterTest-module__4Y3FLG__containerConfiguration{border-bottom:1px solid #ccc;justify-content:start;align-items:center;gap:10px;width:100%;margin-top:15px;margin-bottom:14px;padding-bottom:15px;padding-left:15px;display:flex}.FormFilterTest-module__4Y3FLG__containerConfiguration h4{color:#000}.FormFilterTest-module__4Y3FLG__iconConfiguration{stroke:var(--brand-accent,#00aff0)}.FormFilterTest-module__4Y3FLG__containerTabs{flex-direction:column;justify-content:start;align-items:center;margin-top:20px;margin-bottom:20px;display:flex}.FormFilterTest-module__4Y3FLG__presetPanel{border:1px solid var(--border-color);box-sizing:border-box;background:#f8fbff;border-radius:16px;width:min(95%,34rem);margin-top:20px;padding:1rem 1rem 1.1rem;box-shadow:0 6px 18px #0135cc0f}.FormFilterTest-module__4Y3FLG__presetEyebrow{letter-spacing:.08em;text-transform:uppercase;color:#2c65e3;margin:0 0 .35rem;font-size:.75rem;font-weight:700}.FormFilterTest-module__4Y3FLG__presetTitle{color:#080f1c;margin:0 0 .45rem;font-size:1.05rem}.FormFilterTest-module__4Y3FLG__presetDescription{color:#475569;margin:0;font-size:.92rem;line-height:1.45}.FormFilterTest-module__4Y3FLG__presetMeta{color:#101e33;margin:.8rem 0 0;font-size:.9rem;font-weight:600}.FormFilterTest-module__4Y3FLG__presetFieldGroup{flex-direction:column;gap:.45rem;margin-top:1rem;display:flex}.FormFilterTest-module__4Y3FLG__presetLabel{color:#080f1c;font-size:.92rem;font-weight:600}.FormFilterTest-module__4Y3FLG__presetInput{border:1px solid var(--border-color);color:#080f1c;width:100%;font:inherit;box-sizing:border-box;background:#fff;border-radius:12px;padding:.75rem .9rem}.FormFilterTest-module__4Y3FLG__presetInput:focus-visible{outline-offset:2px;outline:3px solid #0135cc33}.FormFilterTest-module__4Y3FLG__presetButton{background:var(--brand-primary,var(--brand-primary));color:#fff;width:fit-content;font:inherit;cursor:pointer;border:none;border-radius:999px;margin:1rem auto 0;padding:.7rem 1.05rem;font-weight:700;transition:background-color .3s ease-in-out;display:block}.FormFilterTest-module__4Y3FLG__presetButton:not(:disabled):hover{background:var(--brand-accent,#00aff0)}.FormFilterTest-module__4Y3FLG__presetButton:disabled{cursor:not-allowed;opacity:.7}.FormFilterTest-module__4Y3FLG__presetButton:focus-visible{outline-offset:2px;outline:3px solid #0135cc40}.FormFilterTest-module__4Y3FLG__iosTabs{background:#f2f2f7;border-radius:12px;gap:.25rem;width:fit-content;padding:3px;display:flex;position:relative}.FormFilterTest-module__4Y3FLG__slider{z-index:1;background:#fff;border-radius:10px;width:50%;transition:transform .28s cubic-bezier(.25,.46,.45,.94);position:absolute;top:3px;bottom:3px;left:0;box-shadow:0 1px 4px #00000026}.FormFilterTest-module__4Y3FLG__slider[data-tab=random]{transform:translate(100%)}.FormFilterTest-module__4Y3FLG__slider[data-tab=tematico]{transform:translate(0%)}.FormFilterTest-module__4Y3FLG__iosTab{z-index:2;cursor:pointer;color:#5c5c5c;white-space:nowrap;text-align:center;background:0 0;border:none;border-radius:10px;flex:1;width:100%;padding:.4rem .8rem;font-size:.85rem;font-weight:500;transition:color .25s;position:relative}.FormFilterTest-module__4Y3FLG__iosTab:hover{color:#222}.FormFilterTest-module__4Y3FLG__active{color:#000;font-weight:600}@media (max-width:500px){.FormFilterTest-module__4Y3FLG__containerTabs{margin-top:12px!important;margin-bottom:16px!important}.FormFilterTest-module__4Y3FLG__containerContent{width:100%;padding-top:0!important}.FormFilterTest-module__4Y3FLG__iosTabs{box-sizing:border-box;gap:4px;width:calc(100% - 1.5rem);max-width:calc(100% - 1.5rem);margin-inline:.75rem;padding:4px;display:flex}.FormFilterTest-module__4Y3FLG__iosTab{white-space:nowrap;text-align:center;flex:1 0 50%;padding:.45rem .3rem;font-size:.7rem}.FormFilterTest-module__4Y3FLG__slider{width:50%}}:is(html[data-theme=dark] .FormFilterTest-module__4Y3FLG__containerConfiguration h4,body[data-theme=dark] .FormFilterTest-module__4Y3FLG__containerConfiguration h4){color:#fff}:is(html[data-theme=dark] .FormFilterTest-module__4Y3FLG__containerFormFilter,body[data-theme=dark] .FormFilterTest-module__4Y3FLG__containerFormFilter){border-right-color:var(--muted-color);background-color:#080f1c}:is(html[data-theme=dark] .FormFilterTest-module__4Y3FLG__containerConfiguration,body[data-theme=dark] .FormFilterTest-module__4Y3FLG__containerConfiguration){border-bottom-color:var(--muted-color)}:is(html[data-theme=dark] .FormFilterTest-module__4Y3FLG__iosTabs,body[data-theme=dark] .FormFilterTest-module__4Y3FLG__iosTabs){background:#101e33}:is(html[data-theme=dark] .FormFilterTest-module__4Y3FLG__slider,body[data-theme=dark] .FormFilterTest-module__4Y3FLG__slider){background:var(--muted-color)}:is(html[data-theme=dark] .FormFilterTest-module__4Y3FLG__iosTab,body[data-theme=dark] .FormFilterTest-module__4Y3FLG__iosTab){color:#e2e8f0}:is(html[data-theme=dark] .FormFilterTest-module__4Y3FLG__presetPanel,body[data-theme=dark] .FormFilterTest-module__4Y3FLG__presetPanel){border-color:var(--muted-color);background:#0d1829;box-shadow:0 8px 20px #00000047}:is(html[data-theme=dark] .FormFilterTest-module__4Y3FLG__presetEyebrow,body[data-theme=dark] .FormFilterTest-module__4Y3FLG__presetEyebrow){color:var(--brand-accent)}:is(html[data-theme=dark] .FormFilterTest-module__4Y3FLG__presetTitle,body[data-theme=dark] .FormFilterTest-module__4Y3FLG__presetTitle){color:#f8fafc}:is(html[data-theme=dark] .FormFilterTest-module__4Y3FLG__presetDescription,body[data-theme=dark] .FormFilterTest-module__4Y3FLG__presetDescription){color:var(--border-color)}:is(html[data-theme=dark] .FormFilterTest-module__4Y3FLG__presetMeta,body[data-theme=dark] .FormFilterTest-module__4Y3FLG__presetMeta,html[data-theme=dark] .FormFilterTest-module__4Y3FLG__presetLabel,body[data-theme=dark] .FormFilterTest-module__4Y3FLG__presetLabel){color:#e2e8f0}:is(html[data-theme=dark] .FormFilterTest-module__4Y3FLG__presetInput,body[data-theme=dark] .FormFilterTest-module__4Y3FLG__presetInput){color:#f8fafc;background:#080f1c;border-color:#475569}@media (max-width:1157px){.FormFilterTest-module__4Y3FLG__containerFormFilter{padding-bottom:calc(clamp(6rem, 12vh, 8rem) + env(safe-area-inset-bottom));scroll-padding-bottom:calc(clamp(6rem, 12vh, 8rem) + env(safe-area-inset-bottom));border-right:none}.FormFilterTest-module__4Y3FLG__containerContent{box-sizing:border-box;flex:auto;width:min(100%,36rem);padding:0 1rem 1.5rem}.FormFilterTest-module__4Y3FLG__containerConfiguration{box-sizing:border-box;padding-left:1rem;padding-right:1rem}.FormFilterTest-module__4Y3FLG__containerTabs{width:100%}.FormFilterTest-module__4Y3FLG__presetPanel{width:min(100%,36rem)}.FormFilterTest-module__4Y3FLG__iosTabs{width:100%}.FormFilterTest-module__4Y3FLG__containerConfiguration{display:none}}
.CuentaAtras-module__UXuMmW__wrapper{width:97%;padding:0}.CuentaAtras-module__UXuMmW__inner{border:1px solid var(--ca-border);background:var(--ca-bg);box-shadow:var(--ca-shadow);border-radius:14px;padding:0;overflow:hidden}.CuentaAtras-module__UXuMmW__row{justify-content:space-between;align-items:center;gap:12px;padding:12px 14px 10px;display:flex}.CuentaAtras-module__UXuMmW__left,.CuentaAtras-module__UXuMmW__right{align-items:center;min-width:56px;display:flex}.CuentaAtras-module__UXuMmW__center{flex:1;justify-content:center;display:flex}.CuentaAtras-module__UXuMmW__progressWrap{border-radius:0 0 14px 14px;justify-content:center;align-items:center;width:100%;margin-top:0;display:flex;transform:translateY(-.1px)}.CuentaAtras-module__UXuMmW__testIcon{color:var(--brand-accent,#00aff0);justify-content:center;align-items:center;transition:color .3s;display:flex}.CuentaAtras-module__UXuMmW__testIcon:hover{color:var(--brand-primary,var(--brand-primary))}.CuentaAtras-module__UXuMmW__wrapper[data-theme=dark]{--ca-bg:#0d1829;--ca-border:#ffffff14;--ca-shadow:0 10px 26px #00000059}.CuentaAtras-module__UXuMmW__wrapper[data-theme=dark] .CuentaAtras-module__UXuMmW__center strong{color:#fff}.CuentaAtras-module__UXuMmW__wrapper[data-theme=light]{--ca-bg:#fff;--ca-border:#1018281f;--ca-shadow:0 10px 22px #10182814}@media (max-width:520px){.CuentaAtras-module__UXuMmW__wrapper{width:98%}.CuentaAtras-module__UXuMmW__inner{border-radius:12px}.CuentaAtras-module__UXuMmW__row{flex-wrap:nowrap;justify-content:space-between;gap:6px;padding:6px 8px 4px}.CuentaAtras-module__UXuMmW__left{flex:none;min-width:auto}.CuentaAtras-module__UXuMmW__center{order:initial;flex:auto;justify-content:center;min-width:0}.CuentaAtras-module__UXuMmW__right{flex:none;min-width:auto}.CuentaAtras-module__UXuMmW__testIcon{width:20px;height:20px}.CuentaAtras-module__UXuMmW__wrapper[data-theme=dark] .CuentaAtras-module__UXuMmW__center strong,.CuentaAtras-module__UXuMmW__wrapper[data-theme=light] .CuentaAtras-module__UXuMmW__center strong{font-size:.84rem;line-height:1}.CuentaAtras-module__UXuMmW__right button{white-space:nowrap;border-radius:9px;min-height:1.85rem;padding:.32rem .56rem;font-size:.72rem}}
.ResultadosTest-module__ECCpyW__wrapper{box-sizing:border-box;background:var(--rt-bg);border:1px solid var(--rt-border);width:min(980px,100%);max-width:100%;box-shadow:var(--rt-shadow);color:var(--rt-title);border-radius:22px;margin-inline:auto;padding:28px 28px 22px}.ResultadosTest-module__ECCpyW__wrapper[data-theme=light]{--rt-bg:#fff;--rt-surface:#f7f9fc;--rt-border:#1018281f;--rt-title:var(--brand-primary-dark);--rt-muted:#0b2f44ad;--rt-shadow:0 14px 28px #1018281a;--rt-accent:var(--brand-accent,#00aff0);--rt-green:#13b981;--rt-red:#ff3b5c;--rt-ring-bg:#e9eef6;--rt-outline:#0b2f4452}.ResultadosTest-module__ECCpyW__wrapper[data-theme=dark]{--rt-bg:#082534;--rt-surface:#0b3144;--rt-border:#ffffff24;--rt-title:#fff;--rt-muted:#ffffffe0;--rt-shadow:0 18px 40px #0000008c;--rt-accent:var(--brand-accent,#00aff0);--rt-green:#29d391;--rt-red:#ff5b76;--rt-ring-bg:#ffffff2e;--rt-outline:#ffffff73;border-radius:0}.ResultadosTest-module__ECCpyW__wrapper[data-theme=dark] .ResultadosTest-module__ECCpyW__subtitle{color:#fff}.ResultadosTest-module__ECCpyW__wrapper[data-theme=dark] .ResultadosTest-module__ECCpyW__statCard[data-variant=neutral] .ResultadosTest-module__ECCpyW__statBadge{color:#ffffffd9}.ResultadosTest-module__ECCpyW__wrapper[data-theme=dark] .ResultadosTest-module__ECCpyW__panel{background:linear-gradient(#0b3144f5,#082534f5);box-shadow:inset 0 1px #ffffff0f,0 12px 24px #00000059}.ResultadosTest-module__ECCpyW__wrapper[data-theme=dark] .ResultadosTest-module__ECCpyW__statCard{background:#05283a;box-shadow:inset 0 1px #ffffff0a,0 10px 18px #00000059}.ResultadosTest-module__ECCpyW__wrapper[data-theme=dark] .ResultadosTest-module__ECCpyW__secondaryBtn{box-shadow:none;background:#ffffff0f}.ResultadosTest-module__ECCpyW__header{text-align:center;margin-bottom:18px}.ResultadosTest-module__ECCpyW__title{letter-spacing:-.8px;color:var(--rt-title);margin-bottom:8px;font-size:clamp(34px,4.2vw,56px);font-weight:800}.ResultadosTest-module__ECCpyW__subtitle{letter-spacing:.8px;text-transform:uppercase;color:var(--rt-accent);overflow-wrap:anywhere;font-size:14px;font-weight:700}.ResultadosTest-module__ECCpyW__panel{background:var(--rt-surface);border:1px solid var(--rt-border);box-shadow:var(--rt-shadow);border-radius:18px;margin:18px 0;padding:22px 16px}.ResultadosTest-module__ECCpyW__progressBlock{place-items:center;gap:14px;display:grid}.ResultadosTest-module__ECCpyW__ringWrap{place-items:center;width:210px;height:210px;display:grid;position:relative}.ResultadosTest-module__ECCpyW__ring{filter:drop-shadow(0 10px 14px #0000002e);transform:rotate(-90deg)}.ResultadosTest-module__ECCpyW__ringBg{fill:none;stroke:var(--rt-ring-bg);stroke-linecap:round}.ResultadosTest-module__ECCpyW__ringFg{fill:none;stroke:var(--rt-accent);stroke-linecap:round;transition:stroke-dashoffset .45s}.ResultadosTest-module__ECCpyW__ringCenter{text-align:center;place-items:center;display:grid;position:absolute;inset:0;transform:translateY(2px)}.ResultadosTest-module__ECCpyW__pct{color:var(--rt-title);font-size:52px;font-weight:900;line-height:1}.ResultadosTest-module__ECCpyW__state{letter-spacing:2.2px;color:var(--rt-muted);margin-top:6px;font-size:12px;font-weight:800}.ResultadosTest-module__ECCpyW__message{text-align:center;color:var(--rt-muted);max-width:640px;padding:0 6px;font-size:16px;line-height:1.45}.ResultadosTest-module__ECCpyW__mejorPos{color:var(--rt-green);font-weight:800}.ResultadosTest-module__ECCpyW__mejorNeg{color:var(--rt-red);font-weight:800}.ResultadosTest-module__ECCpyW__stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;min-width:0;margin-top:10px;display:grid}.ResultadosTest-module__ECCpyW__statCard{background:var(--rt-bg);border:1px solid var(--rt-border);border-radius:14px;min-width:0;padding:16px 16px 14px;box-shadow:0 10px 20px #1018280f}.ResultadosTest-module__ECCpyW__statTop{justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px;display:flex}.ResultadosTest-module__ECCpyW__statLabel{color:var(--rt-muted);font-size:14px;font-weight:700}.ResultadosTest-module__ECCpyW__statIcon{border:1px solid var(--rt-border);width:28px;height:28px;color:var(--rt-muted);border-radius:999px;place-items:center;display:grid}.ResultadosTest-module__ECCpyW__statCard[data-variant=ok] .ResultadosTest-module__ECCpyW__statIcon{color:var(--rt-green);border-color:#13b98140}.ResultadosTest-module__ECCpyW__statCard[data-variant=bad] .ResultadosTest-module__ECCpyW__statIcon{color:var(--rt-red);border-color:#ff3b5c40}.ResultadosTest-module__ECCpyW__statCard[data-variant=neutral] .ResultadosTest-module__ECCpyW__statIcon{color:#788ca0e6}.ResultadosTest-module__ECCpyW__statValue{color:var(--rt-title);margin:8px 0 10px;font-size:42px;font-weight:900;line-height:1}.ResultadosTest-module__ECCpyW__statBadge{letter-spacing:1.4px;font-size:12px;font-weight:900}.ResultadosTest-module__ECCpyW__statCard[data-variant=ok] .ResultadosTest-module__ECCpyW__statBadge{color:var(--rt-green)}.ResultadosTest-module__ECCpyW__statCard[data-variant=bad] .ResultadosTest-module__ECCpyW__statBadge{color:var(--rt-red)}.ResultadosTest-module__ECCpyW__statCard[data-variant=neutral] .ResultadosTest-module__ECCpyW__statBadge{color:#788ca0e6}.ResultadosTest-module__ECCpyW__actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:18px;margin-top:22px;display:flex}.ResultadosTest-module__ECCpyW__primaryBtn,.ResultadosTest-module__ECCpyW__secondaryBtn{cursor:pointer;border-radius:14px;justify-content:center;align-items:center;gap:10px;min-width:220px;padding:14px 18px;font-size:16px;font-weight:800;transition:transform .15s,box-shadow .2s,background .2s,border-color .2s;display:inline-flex}.ResultadosTest-module__ECCpyW__primaryBtn{background:var(--rt-accent);color:#fff;border:1px solid #0000;box-shadow:0 12px 22px #00aff047}.ResultadosTest-module__ECCpyW__primaryBtn:hover{transform:translateY(-1px);box-shadow:0 16px 26px #00aff057}.ResultadosTest-module__ECCpyW__secondaryBtn{color:var(--rt-title);border:2px solid var(--rt-outline);background:0 0;box-shadow:0 10px 18px #10182814}.ResultadosTest-module__ECCpyW__secondaryBtn:hover{border-color:var(--rt-title);transform:translateY(-1px)}.ResultadosTest-module__ECCpyW__btnIcon{display:inline-block}@media (max-width:820px){.ResultadosTest-module__ECCpyW__stats{grid-template-columns:1fr}.ResultadosTest-module__ECCpyW__wrapper{padding:22px 16px 18px}.ResultadosTest-module__ECCpyW__primaryBtn,.ResultadosTest-module__ECCpyW__secondaryBtn{width:100%;min-width:unset}}@media (max-width:640px){.ResultadosTest-module__ECCpyW__wrapper{border-radius:18px;width:min(100%,96vw);padding:16px 12px 14px}.ResultadosTest-module__ECCpyW__header{margin-bottom:10px}.ResultadosTest-module__ECCpyW__title{margin-bottom:4px;font-size:clamp(24px,9vw,40px);line-height:1.05}.ResultadosTest-module__ECCpyW__subtitle{letter-spacing:.45px;font-size:11px}.ResultadosTest-module__ECCpyW__panel{border-radius:14px;margin:10px 0 12px;padding:14px 10px}.ResultadosTest-module__ECCpyW__progressBlock{gap:8px}.ResultadosTest-module__ECCpyW__ringWrap,.ResultadosTest-module__ECCpyW__ring{width:148px;height:148px}.ResultadosTest-module__ECCpyW__pct{font-size:2.6rem}.ResultadosTest-module__ECCpyW__state{letter-spacing:1.5px;margin-top:2px;font-size:.68rem}.ResultadosTest-module__ECCpyW__message{padding:0;font-size:.92rem;line-height:1.35}.ResultadosTest-module__ECCpyW__stats{gap:10px;margin-top:6px}.ResultadosTest-module__ECCpyW__statCard{border-radius:12px;padding:12px 12px 10px}.ResultadosTest-module__ECCpyW__statTop{margin-bottom:4px}.ResultadosTest-module__ECCpyW__statLabel{font-size:.9rem}.ResultadosTest-module__ECCpyW__statIcon{width:24px;height:24px}.ResultadosTest-module__ECCpyW__statValue{margin:4px 0 6px;font-size:2.8rem}.ResultadosTest-module__ECCpyW__statBadge{letter-spacing:1px;font-size:.76rem}.ResultadosTest-module__ECCpyW__actions{gap:10px;margin-top:14px}.ResultadosTest-module__ECCpyW__primaryBtn,.ResultadosTest-module__ECCpyW__secondaryBtn{border-radius:12px;padding:12px 14px;font-size:.95rem}.ResultadosTest-module__ECCpyW__btnIcon{width:20px;height:20px}}
.CuentaAtras-module__tJlCcq__wrapper{width:97%;padding:0}.CuentaAtras-module__tJlCcq__inner{border:1px solid var(--ca-border);background:var(--ca-bg);box-shadow:var(--ca-shadow);border-radius:14px;padding:0;overflow:hidden}.CuentaAtras-module__tJlCcq__row{justify-content:space-between;align-items:center;gap:12px;padding:12px 14px 10px;display:flex}.CuentaAtras-module__tJlCcq__left,.CuentaAtras-module__tJlCcq__right{align-items:center;min-width:56px;display:flex}.CuentaAtras-module__tJlCcq__center{flex:1;justify-content:center;display:flex}.CuentaAtras-module__tJlCcq__progressWrap{border-radius:0 0 14px 14px;justify-content:center;align-items:center;width:100%;margin-top:0;display:flex;transform:translateY(-.1px)}.CuentaAtras-module__tJlCcq__testIcon{color:var(--brand-accent,#00aff0);justify-content:center;align-items:center;transition:color .3s;display:flex}.CuentaAtras-module__tJlCcq__testIcon:hover{color:var(--brand-primary,var(--brand-primary))}.CuentaAtras-module__tJlCcq__wrapper[data-theme=dark]{--ca-bg:#0d1829;--ca-border:#ffffff14;--ca-shadow:0 10px 26px #00000059}.CuentaAtras-module__tJlCcq__wrapper[data-theme=dark] .CuentaAtras-module__tJlCcq__center strong{color:#fff}.CuentaAtras-module__tJlCcq__wrapper[data-theme=light]{--ca-bg:#fff;--ca-border:#1018281f;--ca-shadow:0 10px 22px #10182814}@media (max-width:520px){.CuentaAtras-module__tJlCcq__wrapper{width:98%}.CuentaAtras-module__tJlCcq__inner{border-radius:12px}.CuentaAtras-module__tJlCcq__row{flex-wrap:nowrap;justify-content:space-between;gap:6px;padding:6px 8px 4px}.CuentaAtras-module__tJlCcq__left{flex:none;min-width:auto}.CuentaAtras-module__tJlCcq__center{order:initial;flex:auto;justify-content:center;min-width:0}.CuentaAtras-module__tJlCcq__right{flex:none;min-width:auto}.CuentaAtras-module__tJlCcq__testIcon{width:20px;height:20px}.CuentaAtras-module__tJlCcq__wrapper[data-theme=dark] .CuentaAtras-module__tJlCcq__center strong,.CuentaAtras-module__tJlCcq__wrapper[data-theme=light] .CuentaAtras-module__tJlCcq__center strong{font-size:.84rem;line-height:1}.CuentaAtras-module__tJlCcq__right button{white-space:nowrap;border-radius:9px;min-height:1.85rem;padding:.32rem .56rem;font-size:.72rem}}
.ProgressBar-module__YS7nua__track{background:#1018281f;border-radius:0 0 14px 14px;width:100%;height:5px;overflow:hidden}.ProgressBar-module__YS7nua__fill{background:linear-gradient(90deg, var(--brand-accent,#00aff0), var(--brand-primary,var(--brand-primary)));transform-origin:0;width:100%;height:100%;transform:scaleX(0);box-shadow:0 0 8px #10182826}
.page-module__1Ygm1G__parent{grid-column-gap:0px;grid-row-gap:0px;grid-template-rows:repeat(5,1fr);grid-template-columns:repeat(12,1fr);display:grid;position:relative}.page-module__1Ygm1G__formFilterTest{background-color:var(--background-color,#fff);border-right:1px solid #0000;grid-area:1/1/6/4;height:calc(100vh - 4rem)}:is(html[data-theme=dark] .page-module__1Ygm1G__formFilterTest,body[data-theme=dark] .page-module__1Ygm1G__formFilterTest){background-color:#080f1c}.page-module__1Ygm1G__realizacionTest{grid-area:1/4/6/13;height:calc(100vh - 4rem)}.page-module__1Ygm1G__formFilterTestOpen{display:block}.page-module__1Ygm1G__filterToggleButton{background-color:var(--brand-primary,var(--brand-primary));color:#fff;cursor:pointer;z-index:25;border:none;border-radius:999px;justify-content:center;align-items:center;width:3.25rem;height:3.25rem;transition:transform .25s,background-color .25s;display:inline-flex;position:absolute;top:1rem;left:1rem;box-shadow:0 10px 24px #0c253833}.page-module__1Ygm1G__filterToggleButton:hover{background-color:var(--brand-accent,#00aff0);transform:scale(1.04)}.page-module__1Ygm1G__filterToggleButtonOpen{background-color:var(--active-color)}.page-module__1Ygm1G__filterToggleIcon{width:1.5rem;height:1.5rem}@media (max-width:640px){.page-module__1Ygm1G__filterToggleButton{width:3rem;height:3rem;top:.75rem;left:.75rem}}@media (max-width:1157px){.page-module__1Ygm1G__parent{min-height:calc(100dvh - var(--mobile-navbar-height,4.25rem));overflow:hidden}.page-module__1Ygm1G__formFilterTest{box-sizing:border-box;opacity:0;visibility:hidden;pointer-events:none;z-index:20;border-right:none;grid-area:auto;width:100%;padding-top:4.75rem;transition:transform .35s,opacity .25s,visibility .25s;position:absolute;inset:0;overflow-y:auto;transform:translate(-100%)}.page-module__1Ygm1G__realizacionTest{height:calc(100dvh - var(--mobile-navbar-height,4.25rem));min-height:calc(100dvh - var(--mobile-navbar-height,4.25rem));grid-area:1/1/6/13}.page-module__1Ygm1G__formFilterTestOpen{opacity:1;visibility:visible;pointer-events:auto;transform:translate(0)}.page-module__1Ygm1G__filterToggleButton{z-index:30;display:inline-flex}}
.ProgressBar-module__6i5RBG__track{background:#1018281f;border-radius:0 0 14px 14px;width:100%;height:5px;overflow:hidden}.ProgressBar-module__6i5RBG__fill{background:linear-gradient(90deg, var(--brand-accent,#00aff0), var(--brand-primary,var(--brand-primary)));transform-origin:0;width:100%;height:100%;transform:scaleX(0);box-shadow:0 0 8px #10182826}
.Preguntas-module__C_RnLG__container{box-sizing:border-box;background:#080f1c;justify-content:center;width:100%;height:100%;padding:18px 14px;display:flex}.Preguntas-module__C_RnLG__containerPreguntas{box-sizing:border-box;background:#101e33;border:1px solid #ffffff0f;border-radius:18px;flex-direction:column;width:min(1200px,100%);height:100%;padding:22px;display:flex;overflow:hidden;box-shadow:0 14px 34px #00000040}.Preguntas-module__C_RnLG__scrollableContent{flex:1;margin:10px 0;padding-right:5px;overflow-y:auto}.Preguntas-module__C_RnLG__solutionCard{background:#0e2c3c61;border:1px solid #00aff038;border-left:3px solid #00aff09e;border-radius:14px;margin-top:14px;padding:14px 16px}.Preguntas-module__C_RnLG__solutionTitle{letter-spacing:.05em;text-transform:uppercase;color:#00aff0e6;margin:0 0 6px;font-size:12px;font-weight:800}.Preguntas-module__C_RnLG__solutionText{color:#eaf3ffeb;margin:0;font-size:15px;font-weight:600;line-height:1.5}html[data-theme=light] .Preguntas-module__C_RnLG__container{background:#f3f6fb}html[data-theme=light] .Preguntas-module__C_RnLG__containerPreguntas{background:#fff;border:1px solid #0c253814;box-shadow:0 12px 26px #0c25381f}html[data-theme=light] .Preguntas-module__C_RnLG__solutionCard{background:#f9fbfd;border:1px solid #00aff033;border-left:3px solid #00aff080}html[data-theme=light] .Preguntas-module__C_RnLG__solutionTitle{color:#b25f00}html[data-theme=light] .Preguntas-module__C_RnLG__solutionText{color:#0c2538e6}@media (max-width:640px){.Preguntas-module__C_RnLG__container{height:100%;min-height:0;padding:8px 8px 10px}.Preguntas-module__C_RnLG__containerPreguntas{border-radius:14px;height:100%;min-height:0;padding:12px 10px 10px}.Preguntas-module__C_RnLG__scrollableContent{min-height:0;margin:6px 0;padding-right:2px}.Preguntas-module__C_RnLG__solutionCard{border-radius:12px;margin-top:12px;padding:12px}.Preguntas-module__C_RnLG__solutionText{font-size:14px;line-height:1.4}}
.Preguntas-module__ONbTHW__container{box-sizing:border-box;background:#080f1c;justify-content:center;width:100%;height:100%;padding:18px 14px;display:flex}.Preguntas-module__ONbTHW__containerPreguntas{box-sizing:border-box;background:#101e33;border:1px solid #ffffff0f;border-radius:18px;flex-direction:column;width:min(1200px,100%);height:100%;padding:22px;display:flex;overflow:hidden;box-shadow:0 14px 34px #00000040}.Preguntas-module__ONbTHW__scrollableContent{flex:1;margin:10px 0;padding-right:5px;overflow-y:auto}.Preguntas-module__ONbTHW__solutionCard{background:#0e2c3c61;border:1px solid #00aff038;border-left:3px solid #00aff09e;border-radius:14px;margin-top:14px;padding:14px 16px}.Preguntas-module__ONbTHW__solutionTitle{letter-spacing:.05em;text-transform:uppercase;color:#00aff0e6;margin:0 0 6px;font-size:12px;font-weight:800}.Preguntas-module__ONbTHW__solutionText{color:#eaf3ffeb;margin:0;font-size:15px;font-weight:600;line-height:1.5}html[data-theme=light] .Preguntas-module__ONbTHW__container{background:#f3f6fb}html[data-theme=light] .Preguntas-module__ONbTHW__containerPreguntas{background:#fff;border:1px solid #0c253814;box-shadow:0 12px 26px #0c25381f}html[data-theme=light] .Preguntas-module__ONbTHW__solutionCard{background:#f9fbfd;border:1px solid #00aff033;border-left:3px solid #00aff080}html[data-theme=light] .Preguntas-module__ONbTHW__solutionTitle{color:#b25f00}html[data-theme=light] .Preguntas-module__ONbTHW__solutionText{color:#0c2538e6}@media (max-width:640px){.Preguntas-module__ONbTHW__container{height:100%;min-height:0;padding:8px 8px 10px}.Preguntas-module__ONbTHW__containerPreguntas{border-radius:14px;height:100%;min-height:0;padding:12px 10px 10px}.Preguntas-module__ONbTHW__scrollableContent{min-height:0;margin:6px 0;padding-right:2px}.Preguntas-module__ONbTHW__solutionCard{border-radius:12px;margin-top:12px;padding:12px}.Preguntas-module__ONbTHW__solutionText{font-size:14px;line-height:1.4}}
.Enunciado-module__pRY7uG__enunciado{margin:8px 0 16px}.Enunciado-module__pRY7uG__enunciadoText{color:#eaf3ff;margin:0;font-size:22px;font-weight:800;line-height:1.28}.light .Enunciado-module__pRY7uG__enunciadoText{color:var(--brand-primary-dark)}@media (max-width:640px){.Enunciado-module__pRY7uG__enunciado{margin:6px 0 12px}.Enunciado-module__pRY7uG__enunciadoText{font-size:clamp(17px,7.6vw,20px);line-height:1.24}}
.Card-module__aeN69G__cardContainer{--card-surface:var(--card-gradient);--card-border:#254870;--card-title:var(--foreground);--card-text:var(--muted-color);--card-muted:var(--muted-color);--card-file-bg:#ffffff24;--card-file-border:#ffffff2e;--card-action-bg:var(--brand-accent);--card-action-text:#080f1c;background:var(--card-surface);border:1px solid var(--card-border);border-radius:8px;flex-direction:column;gap:1rem;width:100%;max-width:450px;padding:1.2rem;display:flex}.Card-module__aeN69G__cardTitulo{color:var(--card-title);margin:0;font-size:1.2rem;font-weight:600}.Card-module__aeN69G__cardDescripcion{color:var(--card-text);margin:0;font-size:.95rem}.Card-module__aeN69G__cardContenido{flex-direction:column;gap:1rem;display:flex}.Card-module__aeN69G__botonesDescarga{gap:.8rem;display:flex}.Card-module__aeN69G__btnAccion{background-color:var(--card-action-bg);color:var(--card-action-text);cursor:pointer;border:1px solid #fff3;border-radius:6px;padding:.5rem 1rem;transition:background-color .2s}.Card-module__aeN69G__btnAccion:hover{background-color:var(--brand-secondary);color:#080f1c}.Card-module__aeN69G__subidaArchivo{flex-direction:column;gap:.6rem;display:flex}.Card-module__aeN69G__inputArchivo{background-color:#fff;border:1px solid #ccc;border-radius:6px;padding:.4rem}.Card-module__aeN69G__nombreArchivo{color:var(--card-title);background:var(--card-file-bg);border:1px solid var(--card-file-border);word-break:break-word;border-radius:8px;margin:0;padding:.55rem .7rem;font-size:.85rem;font-weight:500;line-height:1.4}.Card-module__aeN69G__textoFormatos{color:var(--card-muted);margin:0;font-size:.85rem}.Card-module__aeN69G__botonDeshabilitado{opacity:.5;cursor:not-allowed}.Card-module__aeN69G__loadingButtonContent{justify-content:center;align-items:center;gap:.55rem;display:inline-flex}.Card-module__aeN69G__loadingSpinner{border:2px solid #0000002e;border-top-color:currentColor;border-radius:50%;width:.95rem;height:.95rem;animation:.75s linear infinite Card-module__aeN69G__spin}.Card-module__aeN69G__statusMessage{color:var(--card-text);margin:0;font-size:.88rem;line-height:1.4}:is(html[data-theme=light] .Card-module__aeN69G__nombreArchivo,body[data-theme=light] .Card-module__aeN69G__nombreArchivo){background:var(--card-file-bg);border-color:var(--card-file-border)}:is(html[data-theme=light] .Card-module__aeN69G__cardContainer,body[data-theme=light] .Card-module__aeN69G__cardContainer){--card-surface:#fff;--card-border:var(--border-color);--card-title:var(--foreground);--card-text:var(--muted-color);--card-muted:var(--muted-color);--card-file-bg:#f7fafc;--card-file-border:var(--border-color);--card-action-bg:#eaf1ff;--card-action-text:var(--foreground);border-radius:20px;box-shadow:0 8px 24px #0135cc0f}:is(html[data-theme=light] .Card-module__aeN69G__btnAccion,body[data-theme=light] .Card-module__aeN69G__btnAccion){border-color:var(--border-color)}:is(html[data-theme=light] .Card-module__aeN69G__inputArchivo,body[data-theme=light] .Card-module__aeN69G__inputArchivo){border-color:var(--border-color);color:var(--foreground);background-color:#fff}@keyframes Card-module__aeN69G__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.Enunciado-module__kTgg1q__enunciado{margin:8px 0 16px}.Enunciado-module__kTgg1q__enunciadoText{color:#eaf3ff;margin:0;font-size:22px;font-weight:800;line-height:1.28}.light .Enunciado-module__kTgg1q__enunciadoText{color:var(--brand-primary-dark)}@media (max-width:640px){.Enunciado-module__kTgg1q__enunciado{margin:6px 0 12px}.Enunciado-module__kTgg1q__enunciadoText{font-size:clamp(17px,7.6vw,20px);line-height:1.24}}
.Navegacion-module__iRYPlq__nav{justify-content:space-between;align-items:center;gap:12px;margin-top:18px;display:flex}.Navegacion-module__iRYPlq__btn{cursor:pointer;border:none;border-radius:12px;padding:14px 18px;font-size:15px;font-weight:800;transition:transform .12s,opacity .12s,background .12s}.Navegacion-module__iRYPlq__btn:disabled{opacity:.5;cursor:not-allowed}.Navegacion-module__iRYPlq__btnSecondary{color:#eaf3ffeb;background:#ffffff14;border:1px solid #ffffff1a}.Navegacion-module__iRYPlq__btnPrimary{color:var(--brand-primary-dark);background:#00aff0;box-shadow:0 10px 22px #0000002e}.Navegacion-module__iRYPlq__btnPrimary:hover:not(:disabled),.Navegacion-module__iRYPlq__btnSecondary:hover:not(:disabled){transform:translateY(-1px)}.light .Navegacion-module__iRYPlq__btnSecondary{color:var(--brand-primary-dark);background:#eef3f8;border:1px solid #0c25381a}.light .Navegacion-module__iRYPlq__btnPrimary{color:var(--brand-primary-dark);background:#00aff0;box-shadow:0 12px 24px #00aff047}@media (max-width:640px){.Navegacion-module__iRYPlq__nav{gap:8px;margin-top:14px}.Navegacion-module__iRYPlq__btn{white-space:nowrap;text-overflow:ellipsis;min-width:0;max-width:calc(50% - 40px);padding:11px 14px;font-size:.9rem;overflow:hidden}}
.FormsBase-module__ihld2W__containerFormsBase{--forms-surface:#fff;--forms-border:var(--border-color);--forms-shadow:0 18px 40px #0135cc14, 0 0 0 1px #0135cc0a;--forms-header-bg:linear-gradient(180deg, #0135cc0a 0%, #0135cc05 100%);--forms-header-border:var(--border-color);--forms-header-text:var(--foreground);--forms-text:var(--foreground);--forms-label:#475569;--forms-field-bg:#fff;--forms-field-text:var(--foreground);--forms-field-border:var(--border-color);--forms-field-border-hover:#bfc9d6;--forms-placeholder:#8b97a8;--forms-focus:var(--brand-secondary);--forms-focus-ring:var(--focus-ring);--forms-extra-bg:#f8fafc;--forms-extra-border:#dbe4ef;--forms-extra-text:var(--muted-color);--forms-readonly-bg:#f8fafc;--forms-readonly-text:var(--muted-color);--forms-readonly-border:var(--border-color);--forms-action-color:var(--muted-color);--forms-action-bg-hover:#38d9ff1f;--forms-action-active-bg:#38d9ff29;--forms-action-active-color:var(--brand-secondary);border:1px solid var(--forms-border);background:var(--forms-surface);width:100%;max-width:100%;color:var(--forms-text);box-shadow:var(--forms-shadow);border-radius:18px;flex-direction:column;display:flex;overflow:hidden}.FormsBase-module__ihld2W__form{box-sizing:border-box;background:0 0;flex-direction:column;gap:1rem;width:100%;max-width:100%;padding:1.25rem 1.25rem 1.45rem;display:flex}.FormsBase-module__ihld2W__tittle{background:var(--forms-header-bg);border-bottom:1px solid var(--forms-header-border);justify-content:flex-start;align-items:center;min-height:4.15rem;padding:0 1.25rem;display:flex}.FormsBase-module__ihld2W__tittle label{margin:0;font-size:1.4rem;font-weight:700;line-height:1.2;color:var(--forms-header-text)!important}.FormsBase-module__ihld2W__row{flex-direction:column;gap:1rem;width:100%;margin:0;padding:0;display:flex}.FormsBase-module__ihld2W__row:has(.FormsBase-module__ihld2W__groupRow:nth-child(2)){flex-flow:wrap;align-items:flex-start}.FormsBase-module__ihld2W__row label{color:var(--forms-label);margin-bottom:0;font-size:1rem;font-weight:600;line-height:1.25}.FormsBase-module__ihld2W__row input,.FormsBase-module__ihld2W__row select,.FormsBase-module__ihld2W__row textarea{box-sizing:border-box;border:1.5px solid var(--forms-field-border);background-color:var(--forms-field-bg);width:100%;min-width:0;max-width:100%;min-height:3rem;color:var(--forms-field-text);border-radius:12px;padding:.82rem 1rem;font-size:1.04rem;line-height:1.35;transition:border-color .2s,box-shadow .2s,background-color .2s,color .2s,transform .2s}.FormsBase-module__ihld2W__row input::placeholder,.FormsBase-module__ihld2W__row textarea::placeholder{color:var(--forms-placeholder)}.FormsBase-module__ihld2W__row input:hover,.FormsBase-module__ihld2W__row select:hover,.FormsBase-module__ihld2W__row textarea:hover{border-color:var(--forms-field-border-hover)}.FormsBase-module__ihld2W__row input:focus,.FormsBase-module__ihld2W__row select:focus,.FormsBase-module__ihld2W__row textarea:focus{border-color:var(--forms-focus);box-shadow:0 0 0 3px var(--forms-focus-ring);outline:none}.FormsBase-module__ihld2W__row textarea{resize:vertical;min-height:6.5rem}.FormsBase-module__ihld2W__row select{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.FormsBase-module__ihld2W__row select option{padding:.5rem .75rem}.FormsBase-module__ihld2W__row input[type=checkbox]{border:2px solid var(--forms-field-border);background-color:var(--forms-field-bg);cursor:pointer;appearance:none;border-radius:4px;flex-shrink:0;width:18px;height:18px;min-height:18px;margin:0;padding:0;position:relative}.FormsBase-module__ihld2W__row input[type=checkbox]:checked{background-color:var(--forms-focus);border-color:var(--forms-focus)}.FormsBase-module__ihld2W__row input[type=checkbox]:checked:after{content:"✓";color:#fff;font-size:12px;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.FormsBase-module__ihld2W__row input[type=checkbox]:hover{border-color:var(--forms-focus);box-shadow:0 0 0 3px var(--forms-focus-ring)}.FormsBase-module__ihld2W__row input[type=checkbox]:focus{border-color:var(--forms-focus);box-shadow:0 0 0 3px var(--forms-focus-ring);outline:none}.FormsBase-module__ihld2W__groupRow{box-sizing:border-box;flex-direction:column;flex:1 1 0;gap:.45rem;min-width:0;display:flex;position:relative}.FormsBase-module__ihld2W__row:has(.FormsBase-module__ihld2W__groupRow:nth-child(2)) .FormsBase-module__ihld2W__groupRow{flex-basis:calc(50% - .5rem)}.FormsBase-module__ihld2W__groupRow select{z-index:1;position:relative}.FormsBase-module__ihld2W__inputWithAction{align-items:center;display:flex;position:relative}.FormsBase-module__ihld2W__inputWithAction input{padding-right:3rem}.FormsBase-module__ihld2W__inputWithAction button{width:2.2rem;height:2.2rem;box-shadow:none;color:var(--forms-action-color);cursor:pointer;appearance:none;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;padding:0;transition:color .2s,transform .2s;display:inline-flex;position:absolute;right:.45rem}.FormsBase-module__ihld2W__inputWithAction button:hover,.FormsBase-module__ihld2W__inputWithAction button:focus-visible{color:var(--forms-focus);background:0 0;outline:none}.FormsBase-module__ihld2W__inputWithAction button[aria-pressed=true]{color:var(--forms-action-active-color);background:0 0}.FormsBase-module__ihld2W__inputWithAction button:active{transform:scale(.94)}.FormsBase-module__ihld2W__inputWithAction button svg{width:1.15rem;height:1.15rem}.FormsBase-module__ihld2W__groupRow:has(input[type=checkbox]){flex-direction:row;align-items:center;gap:.7rem;min-height:3rem}.FormsBase-module__ihld2W__groupRow:has(input[type=checkbox]) label{order:2;margin-bottom:0}.FormsBase-module__ihld2W__groupRow:has(input[type=checkbox]) input[type=checkbox]{order:1}.FormsBase-module__ihld2W__groupRow--small{flex:0 0 150px}.FormsBase-module__ihld2W__groupRow--medium{flex:0 0 200px}.FormsBase-module__ihld2W__groupRow--large{flex:2 1 0}.FormsBase-module__ihld2W__groupRow--half{flex:calc(50% - .5rem)}.FormsBase-module__ihld2W__groupRow--third{flex:calc(33.333% - .66rem)}.FormsBase-module__ihld2W__row:last-child{flex-flow:wrap;justify-content:center;align-items:center;gap:.75rem;margin-top:.25rem;padding-top:.4rem;display:flex}.FormsBase-module__ihld2W__error{border-color:#ef4444!important;box-shadow:0 0 0 3px #ef44441a!important}.FormsBase-module__ihld2W__errorMessage{color:#ef4444;margin-top:2px;font-size:.875rem;font-weight:500;display:block}.FormsBase-module__ihld2W__readOnly{background-color:var(--forms-readonly-bg)!important;color:var(--forms-readonly-text)!important;cursor:not-allowed!important;border-color:var(--forms-readonly-border)!important}.FormsBase-module__ihld2W__warningText{color:var(--brand-accent);font-size:.875rem;font-weight:500}.FormsBase-module__ihld2W__infoMessage{color:var(--brand-secondary);margin-top:2px;font-size:.875rem;font-style:italic;font-weight:500;display:block}.FormsBase-module__ihld2W__containerExtra{border:1px solid var(--forms-extra-border);background:var(--forms-extra-bg);box-sizing:border-box;border-radius:14px;flex-direction:column;gap:.7rem;width:100%;margin-top:.2rem;margin-bottom:.2rem;padding:1rem 1rem 1.1rem;display:flex}.FormsBase-module__ihld2W__containerExtra :where(label,p,span,strong,li){color:var(--forms-extra-text)!important}.FormsBase-module__ihld2W__containerExtra :where(ul){margin:0;padding-left:1.1rem}.FormsBase-module__ihld2W__containerExtra :where(li){margin:.25rem 0}:is(html[data-theme=light] .FormsBase-module__ihld2W__containerFormsBase,body[data-theme=light] .FormsBase-module__ihld2W__containerFormsBase){--forms-surface:#fff;--forms-border:var(--border-color);--forms-shadow:0 18px 40px #0135cc14, 0 0 0 1px #0135cc0a;--forms-header-bg:linear-gradient(180deg, #0135cc0a 0%, #0135cc05 100%);--forms-header-border:var(--border-color);--forms-header-text:var(--foreground);--forms-text:var(--foreground);--forms-label:#475569;--forms-field-bg:#fff;--forms-field-text:var(--foreground);--forms-field-border:var(--border-color);--forms-field-border-hover:#bfc9d6;--forms-placeholder:#8b97a8;--forms-focus:var(--brand-secondary);--forms-focus-ring:var(--focus-ring);--forms-extra-bg:#f8fafc;--forms-extra-border:#dbe4ef;--forms-extra-text:var(--muted-color);--forms-readonly-bg:#f8fafc;--forms-readonly-text:var(--muted-color);--forms-readonly-border:var(--border-color);--forms-action-color:var(--muted-color);--forms-action-bg-hover:#38d9ff1f;--forms-action-active-bg:#38d9ff29;--forms-action-active-color:var(--brand-secondary)}:is(html[data-theme=dark] .FormsBase-module__ihld2W__containerFormsBase,body[data-theme=dark] .FormsBase-module__ihld2W__containerFormsBase){--forms-surface:linear-gradient(180deg, #ffffff05 0%, #fff0 100%), #101e33;--forms-border:#254870;--forms-shadow:0 24px 60px #0000005c, 0 0 0 1px #38d9ff0a;--forms-header-bg:linear-gradient(180deg, #101e33 0%, #0d1829 100%);--forms-header-border:#254870;--forms-header-text:#eaf4ff;--forms-text:#eaf4ff;--forms-label:#c6d2e1;--forms-field-bg:#0d1829;--forms-field-text:#eaf4ff;--forms-field-border:#254870;--forms-field-border-hover:#38d9ff80;--forms-placeholder:#dbe6f38c;--forms-focus:var(--brand-accent);--forms-focus-ring:#38d9ff29;--forms-extra-bg:#ffffff08;--forms-extra-border:#254870;--forms-extra-text:#eaf4ff;--forms-readonly-bg:#0d1829;--forms-readonly-text:#94a3b8;--forms-readonly-border:#254870;--forms-action-color:#c6d2e1;--forms-action-bg-hover:#38d9ff24;--forms-action-active-bg:#38d9ff33;--forms-action-active-color:var(--brand-accent)}@media (max-width:640px){.FormsBase-module__ihld2W__containerFormsBase{border-radius:16px}.FormsBase-module__ihld2W__tittle{min-height:3.75rem;padding:0 1rem}.FormsBase-module__ihld2W__tittle label{font-size:1.2rem}.FormsBase-module__ihld2W__form{gap:.8rem;padding:1rem}.FormsBase-module__ihld2W__row{gap:.75rem}.FormsBase-module__ihld2W__row:has(.FormsBase-module__ihld2W__groupRow:nth-child(2)){flex-flow:row;gap:.7rem}.FormsBase-module__ihld2W__row:has(.FormsBase-module__ihld2W__groupRow:nth-child(2)) .FormsBase-module__ihld2W__groupRow{flex:calc(50% - .35rem);max-width:calc(50% - .35rem)}.FormsBase-module__ihld2W__row label{font-size:.92rem}.FormsBase-module__ihld2W__row input,.FormsBase-module__ihld2W__row select,.FormsBase-module__ihld2W__row textarea{min-height:2.75rem;padding:.72rem .82rem;font-size:.95rem}.FormsBase-module__ihld2W__row:last-child{flex-direction:column}.FormsBase-module__ihld2W__row:last-child button{width:100%}}
.Navegacion-module__gtmhIW__nav{justify-content:space-between;align-items:center;gap:12px;margin-top:18px;display:flex}.Navegacion-module__gtmhIW__btn{cursor:pointer;border:none;border-radius:12px;padding:14px 18px;font-size:15px;font-weight:800;transition:transform .12s,opacity .12s,background .12s}.Navegacion-module__gtmhIW__btn:disabled{opacity:.5;cursor:not-allowed}.Navegacion-module__gtmhIW__btnSecondary{color:#eaf3ffeb;background:#ffffff14;border:1px solid #ffffff1a}.Navegacion-module__gtmhIW__btnPrimary{color:var(--brand-primary-dark);background:#00aff0;box-shadow:0 10px 22px #0000002e}.Navegacion-module__gtmhIW__btnPrimary:hover:not(:disabled),.Navegacion-module__gtmhIW__btnSecondary:hover:not(:disabled){transform:translateY(-1px)}.light .Navegacion-module__gtmhIW__btnSecondary{color:var(--brand-primary-dark);background:#eef3f8;border:1px solid #0c25381a}.light .Navegacion-module__gtmhIW__btnPrimary{color:var(--brand-primary-dark);background:#00aff0;box-shadow:0 12px 24px #00aff047}@media (max-width:640px){.Navegacion-module__gtmhIW__nav{gap:8px;margin-top:14px}.Navegacion-module__gtmhIW__btn{white-space:nowrap;text-overflow:ellipsis;min-width:0;max-width:calc(50% - 40px);padding:11px 14px;font-size:.9rem;overflow:hidden}}
.Opciones-module__1gIzWa__opciones{flex-direction:column;gap:14px;margin-top:8px;display:flex}.Opciones-module__1gIzWa__opcion{cursor:pointer;-webkit-user-select:none;user-select:none;background:#ffffff0a;border:1px solid #ffffff0f;border-radius:16px;align-items:flex-start;gap:14px;padding:18px;transition:transform .12s,border-color .12s,background .12s;display:flex;position:relative}.Opciones-module__1gIzWa__opcion:hover{background:#ffffff0f;border-color:#00aff059;transform:translateY(-1px)}.Opciones-module__1gIzWa__opcionSelected{background:#00aff00f;border-color:#00aff0d9;box-shadow:inset 0 0 0 1px #00aff040}.Opciones-module__1gIzWa__opcionCorrecta{background:#22c55e14;border-color:#22c55ee6;box-shadow:inset 0 0 0 1px #22c55e40}.Opciones-module__1gIzWa__opcionIncorrecta{background:#ef444414;border-color:#ef4444e6;box-shadow:inset 0 0 0 1px #ef444440}.Opciones-module__1gIzWa__opcionRadio{opacity:0;pointer-events:none;position:absolute}.Opciones-module__1gIzWa__opcionLetra{width:38px;height:38px;color:var(--brand-primary-dark);background:#00aff02e;border:1px solid #00aff040;border-radius:10px;flex:none;place-items:center;font-weight:900;display:grid}.Opciones-module__1gIzWa__opcionSelected .Opciones-module__1gIzWa__opcionLetra{color:var(--brand-primary-dark);background:#00aff0f2;border-color:#00aff0}.Opciones-module__1gIzWa__opcionCorrecta .Opciones-module__1gIzWa__opcionLetra{color:var(--brand-primary-dark);background:#22c55ef2;border-color:#22c55e}.Opciones-module__1gIzWa__opcionIncorrecta .Opciones-module__1gIzWa__opcionLetra{color:var(--brand-primary-dark);background:#ef4444f2;border-color:#ef4444}.Opciones-module__1gIzWa__opcionTexto{color:#eaf3ffe6;flex:auto;font-size:16px;font-weight:600;line-height:1.45}.Opciones-module__1gIzWa__opcionCheck{width:22px;height:22px;color:var(--brand-primary-dark);opacity:0;background:#00aff0f2;border-radius:999px;flex:none;place-items:center;font-weight:900;transition:opacity .12s,transform .12s;display:grid;transform:scale(.9)}.Opciones-module__1gIzWa__opcionSelected .Opciones-module__1gIzWa__opcionCheck{opacity:1;transform:scale(1)}.Opciones-module__1gIzWa__opcionCorrecta .Opciones-module__1gIzWa__opcionCheck{color:var(--brand-primary-dark);background:#22c55ef2}.Opciones-module__1gIzWa__opcionIncorrecta .Opciones-module__1gIzWa__opcionCheck{color:var(--brand-primary-dark);background:#ef4444f2}.light .Opciones-module__1gIzWa__opcion{background:#f7fafc;border:1px solid #0c25381a}.light .Opciones-module__1gIzWa__opcion:hover{background:#fff;border-color:#00aff073}.light .Opciones-module__1gIzWa__opcionTexto{color:#0c2538e6}.light .Opciones-module__1gIzWa__opcionLetra{color:var(--brand-primary-dark);background:#e8f0f7;border:1px solid #0c25381a}.light .Opciones-module__1gIzWa__opcionSelected{background:#00aff014;border-color:#00aff0f2;box-shadow:inset 0 0 0 1px #00aff038}.light .Opciones-module__1gIzWa__opcionCorrecta{background:#22c55e1f;border-color:#22c55ef2;box-shadow:inset 0 0 0 1px #22c55e38}.light .Opciones-module__1gIzWa__opcionIncorrecta{background:#ef44441f;border-color:#ef4444f2;box-shadow:inset 0 0 0 1px #ef444438}.light .Opciones-module__1gIzWa__opcionSelected .Opciones-module__1gIzWa__opcionLetra{color:var(--brand-primary-dark);background:#00aff0f2;border-color:#00aff0}.light .Opciones-module__1gIzWa__opcionCorrecta .Opciones-module__1gIzWa__opcionLetra{color:var(--brand-primary-dark);background:#22c55ef2;border-color:#22c55e}.light .Opciones-module__1gIzWa__opcionIncorrecta .Opciones-module__1gIzWa__opcionLetra{color:var(--brand-primary-dark);background:#ef4444f2;border-color:#ef4444}.light .Opciones-module__1gIzWa__opcionCheck{color:var(--brand-primary-dark);background:#00aff0f2}.light .Opciones-module__1gIzWa__opcionCorrecta .Opciones-module__1gIzWa__opcionCheck{color:var(--brand-primary-dark);background:#22c55ef2}.light .Opciones-module__1gIzWa__opcionIncorrecta .Opciones-module__1gIzWa__opcionCheck{color:var(--brand-primary-dark);background:#ef4444f2}@media (max-width:640px){.Opciones-module__1gIzWa__opciones{gap:10px;margin-top:6px}.Opciones-module__1gIzWa__opcion{border-radius:14px;gap:10px;padding:14px 12px}.Opciones-module__1gIzWa__opcionLetra{border-radius:9px;width:32px;height:32px;font-size:1.05rem}.Opciones-module__1gIzWa__opcionTexto{font-size:14px;line-height:1.35}}
.Loader-module__MA-GAG__centeredLoader{justify-content:center;align-items:center;width:100%;min-height:min(420px,100vh - 220px);display:flex}.Loader-module__MA-GAG__loader{aspect-ratio:1;border:4px solid #ccc;border-color:#ccc #0000;border-radius:50%;width:50px;animation:1s linear infinite Loader-module__MA-GAG__l16;display:grid}.Loader-module__MA-GAG__loader:before,.Loader-module__MA-GAG__loader:after{content:"";border:inherit;border-radius:50%;grid-area:1/1;margin:2px}.Loader-module__MA-GAG__loader:before{animation:Loader-module__MA-GAG__inherit;border-color:#00aff0 #0000;animation-duration:.5s;animation-direction:reverse}.Loader-module__MA-GAG__loader:after{margin:8px}@keyframes Loader-module__MA-GAG__l16{to{transform:rotate(1turn)}}
.Opciones-module__gjYg8a__opciones{flex-direction:column;gap:14px;margin-top:8px;display:flex}.Opciones-module__gjYg8a__opcion{cursor:pointer;-webkit-user-select:none;user-select:none;background:#ffffff0a;border:1px solid #ffffff0f;border-radius:16px;align-items:flex-start;gap:14px;padding:18px;transition:transform .12s,border-color .12s,background .12s;display:flex;position:relative}.Opciones-module__gjYg8a__opcion:hover{background:#ffffff0f;border-color:#00aff059;transform:translateY(-1px)}.Opciones-module__gjYg8a__opcionSelected{background:#00aff00f;border-color:#00aff0d9;box-shadow:inset 0 0 0 1px #00aff040}.Opciones-module__gjYg8a__opcionCorrecta{background:#22c55e14;border-color:#22c55ee6;box-shadow:inset 0 0 0 1px #22c55e40}.Opciones-module__gjYg8a__opcionIncorrecta{background:#ef444414;border-color:#ef4444e6;box-shadow:inset 0 0 0 1px #ef444440}.Opciones-module__gjYg8a__opcionRadio{opacity:0;pointer-events:none;position:absolute}.Opciones-module__gjYg8a__opcionLetra{width:38px;height:38px;color:var(--brand-primary-dark);background:#00aff02e;border:1px solid #00aff040;border-radius:10px;flex:none;place-items:center;font-weight:900;display:grid}.Opciones-module__gjYg8a__opcionSelected .Opciones-module__gjYg8a__opcionLetra{color:var(--brand-primary-dark);background:#00aff0f2;border-color:#00aff0}.Opciones-module__gjYg8a__opcionCorrecta .Opciones-module__gjYg8a__opcionLetra{color:var(--brand-primary-dark);background:#22c55ef2;border-color:#22c55e}.Opciones-module__gjYg8a__opcionIncorrecta .Opciones-module__gjYg8a__opcionLetra{color:var(--brand-primary-dark);background:#ef4444f2;border-color:#ef4444}.Opciones-module__gjYg8a__opcionTexto{color:#eaf3ffe6;flex:auto;font-size:16px;font-weight:600;line-height:1.45}.Opciones-module__gjYg8a__opcionCheck{width:22px;height:22px;color:var(--brand-primary-dark);opacity:0;background:#00aff0f2;border-radius:999px;flex:none;place-items:center;font-weight:900;transition:opacity .12s,transform .12s;display:grid;transform:scale(.9)}.Opciones-module__gjYg8a__opcionSelected .Opciones-module__gjYg8a__opcionCheck{opacity:1;transform:scale(1)}.Opciones-module__gjYg8a__opcionCorrecta .Opciones-module__gjYg8a__opcionCheck{color:var(--brand-primary-dark);background:#22c55ef2}.Opciones-module__gjYg8a__opcionIncorrecta .Opciones-module__gjYg8a__opcionCheck{color:var(--brand-primary-dark);background:#ef4444f2}.light .Opciones-module__gjYg8a__opcion{background:#f7fafc;border:1px solid #0c25381a}.light .Opciones-module__gjYg8a__opcion:hover{background:#fff;border-color:#00aff073}.light .Opciones-module__gjYg8a__opcionTexto{color:#0c2538e6}.light .Opciones-module__gjYg8a__opcionLetra{color:var(--brand-primary-dark);background:#e8f0f7;border:1px solid #0c25381a}.light .Opciones-module__gjYg8a__opcionSelected{background:#00aff014;border-color:#00aff0f2;box-shadow:inset 0 0 0 1px #00aff038}.light .Opciones-module__gjYg8a__opcionCorrecta{background:#22c55e1f;border-color:#22c55ef2;box-shadow:inset 0 0 0 1px #22c55e38}.light .Opciones-module__gjYg8a__opcionIncorrecta{background:#ef44441f;border-color:#ef4444f2;box-shadow:inset 0 0 0 1px #ef444438}.light .Opciones-module__gjYg8a__opcionSelected .Opciones-module__gjYg8a__opcionLetra{color:var(--brand-primary-dark);background:#00aff0f2;border-color:#00aff0}.light .Opciones-module__gjYg8a__opcionCorrecta .Opciones-module__gjYg8a__opcionLetra{color:var(--brand-primary-dark);background:#22c55ef2;border-color:#22c55e}.light .Opciones-module__gjYg8a__opcionIncorrecta .Opciones-module__gjYg8a__opcionLetra{color:var(--brand-primary-dark);background:#ef4444f2;border-color:#ef4444}.light .Opciones-module__gjYg8a__opcionCheck{color:var(--brand-primary-dark);background:#00aff0f2}.light .Opciones-module__gjYg8a__opcionCorrecta .Opciones-module__gjYg8a__opcionCheck{color:var(--brand-primary-dark);background:#22c55ef2}.light .Opciones-module__gjYg8a__opcionIncorrecta .Opciones-module__gjYg8a__opcionCheck{color:var(--brand-primary-dark);background:#ef4444f2}@media (max-width:640px){.Opciones-module__gjYg8a__opciones{gap:10px;margin-top:6px}.Opciones-module__gjYg8a__opcion{border-radius:14px;gap:10px;padding:14px 12px}.Opciones-module__gjYg8a__opcionLetra{border-radius:9px;width:32px;height:32px;font-size:1.05rem}.Opciones-module__gjYg8a__opcionTexto{font-size:14px;line-height:1.35}}
.QuestionHeader-module__91lH1W__header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.QuestionHeader-module__91lH1W__headerKicker{letter-spacing:.08em;color:#00aff0;font-size:12px;font-weight:700}.QuestionHeader-module__91lH1W__tag{color:#ffffffd9;background:#ffffff14;border:1px solid #ffffff14;border-radius:10px;padding:6px 10px;font-size:12px}.QuestionHeader-module__91lH1W__headerRight{align-items:center;gap:10px;display:flex}.QuestionHeader-module__91lH1W__doubtToggle{color:#ffffffd9;cursor:pointer;-webkit-user-select:none;user-select:none;background:#00aff01f;border:1px solid #00aff047;border-radius:10px;align-items:center;gap:6px;padding:6px 10px;font-size:12px;font-weight:700;display:inline-flex}.QuestionHeader-module__91lH1W__doubtInput{accent-color:#00aff0;cursor:pointer;width:14px;height:14px}.QuestionHeader-module__91lH1W__doubtLabel{letter-spacing:.02em}.QuestionHeader-module__91lH1W__doubtDisabled{opacity:.6;cursor:not-allowed}.QuestionHeader-module__91lH1W__doubtDisabled .QuestionHeader-module__91lH1W__doubtInput{cursor:not-allowed;accent-color:#9ca3af}.light .QuestionHeader-module__91lH1W__headerKicker{color:#6b7280}.light .QuestionHeader-module__91lH1W__tag{color:var(--brand-primary-dark);background:#eef3f8;border:1px solid #0c253814}.light .QuestionHeader-module__91lH1W__doubtToggle{color:#6b7280;background:#eff6ff;border:1px solid #00aff059}@media (max-width:640px){.QuestionHeader-module__91lH1W__header{flex-wrap:nowrap;gap:8px}.QuestionHeader-module__91lH1W__headerLeft,.QuestionHeader-module__91lH1W__headerRight{min-width:0}.QuestionHeader-module__91lH1W__headerKicker{letter-spacing:.05em;white-space:nowrap;font-size:.64rem}.QuestionHeader-module__91lH1W__headerRight{flex:1;gap:6px}.QuestionHeader-module__91lH1W__doubtToggle{flex-shrink:0;gap:5px;padding:.45rem .65rem;font-size:.7rem}.QuestionHeader-module__91lH1W__doubtInput{width:13px;height:13px}.QuestionHeader-module__91lH1W__tag{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;padding:.45rem .65rem;font-size:.72rem;overflow:hidden}}
.Search-module__MLwlBW__container{opacity:1;box-sizing:border-box;z-index:10;justify-content:center;align-items:center;width:100%;min-width:0;max-width:420px;height:auto;max-height:none;margin-top:0;margin-left:auto;margin-right:auto;padding:0;transition:all .3s ease-in-out;display:flex;position:relative;overflow:visible;transform:translateY(0)}.Search-module__MLwlBW__container.Search-module__MLwlBW__entering{opacity:0;pointer-events:none;height:0;min-height:0;max-height:0;margin:0;padding:0;overflow:hidden;transform:translateY(-20px)}.Search-module__MLwlBW__container.Search-module__MLwlBW__entered{opacity:1;height:auto;max-height:none;transform:translateY(0)}.Search-module__MLwlBW__container.Search-module__MLwlBW__exiting{opacity:0;pointer-events:none;height:0;min-height:0;max-height:0;margin:0;padding:0;overflow:hidden;transform:translateY(-20px)}.Search-module__MLwlBW__container.Search-module__MLwlBW__hidden{visibility:hidden;height:0;min-height:0;max-height:0;margin:0;padding:0;display:none;position:absolute;overflow:hidden}.Search-module__MLwlBW__container.Search-module__MLwlBW__transitioning{transition:all .3s ease-in-out}.Search-module__MLwlBW__searchWrapper{align-items:center;width:100%;min-width:0;max-width:100%;height:auto;min-height:0;display:flex;position:relative}.Search-module__MLwlBW__searchWrapper input{color:#374151;box-sizing:border-box;appearance:none;-moz-appearance:textfield;background-color:#fff;border:2px solid #e5e7eb;border-radius:10px;width:100%;height:2.2rem;padding-left:48px;padding-right:30px;font-size:1rem;transition:all .2s;box-shadow:0 2px 4px #0000001a}.Search-module__MLwlBW__searchWrapper input:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px #0135cc1a}.Search-module__MLwlBW__searchWrapper input:hover{border-color:#d1d5db}.Search-module__MLwlBW__searchWrapper input::-webkit-search-cancel-button{appearance:none}.Search-module__MLwlBW__searchWrapper input[type=search]::-moz-search-cancel-button{appearance:none}.Search-module__MLwlBW__cancelSearch{cursor:pointer;color:--color-primary;border:1px solid;border-radius:50%;position:absolute;top:50%;right:22px;transform:translateY(-50%)}.Search-module__MLwlBW__lupa{color:var(--primary-color);pointer-events:none;position:absolute;top:50%;left:15px;transform:translateY(-50%)}.Search-module__MLwlBW__closeButton{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px 6px;font-size:16px;transition:all .2s;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.Search-module__MLwlBW__closeButton:hover{color:var(--primary-color);background-color:#f3f4f6}:is(html[data-theme=dark] .Search-module__MLwlBW__searchWrapper input,body[data-theme=dark] .Search-module__MLwlBW__searchWrapper input){color:#eaf4ff;background-color:#0d1829;border-color:#ffffff1f;box-shadow:0 2px 4px #00000047}html[data-theme=dark] .Search-module__MLwlBW__searchWrapper input::placeholder{color:#dbe6f38c}body[data-theme=dark] .Search-module__MLwlBW__searchWrapper input::placeholder{color:#dbe6f38c}:is(html[data-theme=dark] .Search-module__MLwlBW__searchWrapper input:hover,body[data-theme=dark] .Search-module__MLwlBW__searchWrapper input:hover){border-color:#ffffff2e}:is(html[data-theme=dark] .Search-module__MLwlBW__searchWrapper input:focus,body[data-theme=dark] .Search-module__MLwlBW__searchWrapper input:focus){border-color:var(--secondary-color);box-shadow:0 0 0 3px #38d9ff29}:is(html[data-theme=dark] .Search-module__MLwlBW__lupa,body[data-theme=dark] .Search-module__MLwlBW__lupa){color:var(--secondary-color)}:is(html[data-theme=dark] .Search-module__MLwlBW__closeButton,body[data-theme=dark] .Search-module__MLwlBW__closeButton){color:#c6d2e1}:is(html[data-theme=dark] .Search-module__MLwlBW__closeButton:hover,body[data-theme=dark] .Search-module__MLwlBW__closeButton:hover){color:var(--secondary-color);background-color:#38d9ff24}
.QuestionHeader-module__nkH-6G__header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.QuestionHeader-module__nkH-6G__headerKicker{letter-spacing:.08em;color:#00aff0;font-size:12px;font-weight:700}.QuestionHeader-module__nkH-6G__tag{color:#ffffffd9;background:#ffffff14;border:1px solid #ffffff14;border-radius:10px;padding:6px 10px;font-size:12px}.QuestionHeader-module__nkH-6G__headerRight{align-items:center;gap:10px;display:flex}.QuestionHeader-module__nkH-6G__doubtToggle{color:#ffffffd9;cursor:pointer;-webkit-user-select:none;user-select:none;background:#00aff01f;border:1px solid #00aff047;border-radius:10px;align-items:center;gap:6px;padding:6px 10px;font-size:12px;font-weight:700;display:inline-flex}.QuestionHeader-module__nkH-6G__doubtInput{accent-color:#00aff0;cursor:pointer;width:14px;height:14px}.QuestionHeader-module__nkH-6G__doubtLabel{letter-spacing:.02em}.QuestionHeader-module__nkH-6G__doubtDisabled{opacity:.6;cursor:not-allowed}.QuestionHeader-module__nkH-6G__doubtDisabled .QuestionHeader-module__nkH-6G__doubtInput{cursor:not-allowed;accent-color:#9ca3af}.light .QuestionHeader-module__nkH-6G__headerKicker{color:#6b7280}.light .QuestionHeader-module__nkH-6G__tag{color:var(--brand-primary-dark);background:#eef3f8;border:1px solid #0c253814}.light .QuestionHeader-module__nkH-6G__doubtToggle{color:#6b7280;background:#eff6ff;border:1px solid #00aff059}@media (max-width:640px){.QuestionHeader-module__nkH-6G__header{flex-wrap:nowrap;gap:8px}.QuestionHeader-module__nkH-6G__headerLeft,.QuestionHeader-module__nkH-6G__headerRight{min-width:0}.QuestionHeader-module__nkH-6G__headerKicker{letter-spacing:.05em;white-space:nowrap;font-size:.64rem}.QuestionHeader-module__nkH-6G__headerRight{flex:1;gap:6px}.QuestionHeader-module__nkH-6G__doubtToggle{flex-shrink:0;gap:5px;padding:.45rem .65rem;font-size:.7rem}.QuestionHeader-module__nkH-6G__doubtInput{width:13px;height:13px}.QuestionHeader-module__nkH-6G__tag{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;padding:.45rem .65rem;font-size:.72rem;overflow:hidden}}
.Navegador-module__I3dTna__panel{box-sizing:border-box;border:1px solid #ffffff0f;border-radius:18px;flex-direction:column;width:95%;max-width:95%;height:calc(100% - 36px);margin:18px auto 0;padding:10px;display:flex;overflow:hidden}.Navegador-module__I3dTna__dark{background:#0a3a50;box-shadow:0 16px 34px #00000047}.Navegador-module__I3dTna__light{background:#fff;border:1px solid #0c25381a;box-shadow:0 14px 28px #0c25381f}
.CardHome-module__ZPLFQq__cardHome{background:var(--card-gradient);border:1px solid var(--border-color);border-radius:18px;flex-direction:column;gap:.9rem;min-height:170px;padding:1.3rem 1.5rem;display:flex;box-shadow:0 4px 10px #0135cc0d;container-type:inline-size}.CardHome-module__ZPLFQq__clickable{appearance:none;text-align:left;width:100%;font:inherit;color:inherit;cursor:pointer;transition:transform .2s,box-shadow .2s,border-color .2s}.CardHome-module__ZPLFQq__clickable:hover{border-color:var(--brand-secondary);transform:translateY(-2px);box-shadow:0 10px 24px #0135cc1f}.CardHome-module__ZPLFQq__clickable:focus-visible{outline:3px solid var(--focus-ring);outline-offset:2px}.CardHome-module__ZPLFQq__top{justify-content:space-between;align-items:center;display:flex}.CardHome-module__ZPLFQq__iconWrap{border-radius:14px;justify-content:center;align-items:center;width:54px;height:54px;font-size:1.5rem;font-weight:700;display:inline-flex}.CardHome-module__ZPLFQq__trend{border-radius:999px;padding:.35rem .75rem;font-size:1rem;font-weight:700}.CardHome-module__ZPLFQq__title{color:#5a677d;white-space:nowrap;text-overflow:ellipsis;font-size:clamp(.9rem,1.6vw,1.45rem);font-weight:600;line-height:1.2;overflow:hidden}@supports (font-size:1cqi){.CardHome-module__ZPLFQq__title{font-size:clamp(.9rem,7cqi,1.45rem)}}.CardHome-module__ZPLFQq__value{font-variant-numeric:tabular-nums;overflow-wrap:anywhere;word-break:break-word;font-size:clamp(2.1rem,3.5vw,3rem);font-weight:800;line-height:1.05}@supports (font-size:1cqi){.CardHome-module__ZPLFQq__value{font-size:clamp(1.6rem,14cqi,3rem)}}.CardHome-module__ZPLFQq__ctaLabel{color:var(--secondary-color);opacity:0;align-items:center;gap:.4rem;font-size:.92rem;font-weight:700;transition:opacity .2s,transform .2s;display:inline-flex;transform:translateY(4px)}.CardHome-module__ZPLFQq__clickable:hover .CardHome-module__ZPLFQq__ctaLabel,.CardHome-module__ZPLFQq__clickable:focus-visible .CardHome-module__ZPLFQq__ctaLabel{opacity:1;transform:translateY(0)}.CardHome-module__ZPLFQq__ctaSlot{align-items:center;min-height:1.25rem;margin-top:auto;display:flex}.CardHome-module__ZPLFQq__hasCta{align-self:flex-start}.CardHome-module__ZPLFQq__default .CardHome-module__ZPLFQq__iconWrap,.CardHome-module__ZPLFQq__default .CardHome-module__ZPLFQq__trend{background:var(--brand-primary-soft);color:var(--brand-primary)}.CardHome-module__ZPLFQq__default .CardHome-module__ZPLFQq__value{color:var(--primary-color)}.CardHome-module__ZPLFQq__positive .CardHome-module__ZPLFQq__iconWrap,.CardHome-module__ZPLFQq__positive .CardHome-module__ZPLFQq__trend{color:#1fa554;background:#eaf8ef}.CardHome-module__ZPLFQq__positive .CardHome-module__ZPLFQq__value{color:#1fa554}.CardHome-module__ZPLFQq__negative .CardHome-module__ZPLFQq__iconWrap,.CardHome-module__ZPLFQq__negative .CardHome-module__ZPLFQq__trend{color:#e23636;background:#fdeeee}.CardHome-module__ZPLFQq__negative .CardHome-module__ZPLFQq__value{color:#e23636}.CardHome-module__ZPLFQq__neutral .CardHome-module__ZPLFQq__iconWrap,.CardHome-module__ZPLFQq__neutral .CardHome-module__ZPLFQq__trend{color:#6d7789;background:#f1f3f7}.CardHome-module__ZPLFQq__neutral .CardHome-module__ZPLFQq__value{color:var(--primary-color)}@media (max-width:768px){.CardHome-module__ZPLFQq__cardHome{border-radius:14px;min-height:156px;padding:1.1rem 1rem}.CardHome-module__ZPLFQq__iconWrap{width:46px;height:46px;font-size:1.2rem}.CardHome-module__ZPLFQq__trend{padding:.28rem .62rem;font-size:.9rem}.CardHome-module__ZPLFQq__title{font-size:clamp(.9rem,6.2cqi,1.15rem)}.CardHome-module__ZPLFQq__value{font-size:clamp(1.8rem,8vw,2.3rem)}}html[data-theme=dark] .CardHome-module__ZPLFQq__cardHome{background:#101e33;border-color:#254870;box-shadow:0 6px 16px #00000040}html[data-theme=dark] .CardHome-module__ZPLFQq__clickable:hover{border-color:#38d9ff;box-shadow:0 12px 28px #00000059}html[data-theme=dark] .CardHome-module__ZPLFQq__title{color:var(--muted-color)}:is(html[data-theme=dark] .CardHome-module__ZPLFQq__default .CardHome-module__ZPLFQq__iconWrap,html[data-theme=dark] .CardHome-module__ZPLFQq__default .CardHome-module__ZPLFQq__trend){color:var(--brand-accent);background:#38d9ff1f}html[data-theme=dark] .CardHome-module__ZPLFQq__default .CardHome-module__ZPLFQq__value{color:var(--foreground)}html[data-theme=dark] .CardHome-module__ZPLFQq__ctaLabel{color:var(--secondary-color)}:is(html[data-theme=dark] .CardHome-module__ZPLFQq__positive .CardHome-module__ZPLFQq__iconWrap,html[data-theme=dark] .CardHome-module__ZPLFQq__positive .CardHome-module__ZPLFQq__trend){color:#4ad08b;background:#132c21}html[data-theme=dark] .CardHome-module__ZPLFQq__positive .CardHome-module__ZPLFQq__value{color:#4ad08b}:is(html[data-theme=dark] .CardHome-module__ZPLFQq__negative .CardHome-module__ZPLFQq__iconWrap,html[data-theme=dark] .CardHome-module__ZPLFQq__negative .CardHome-module__ZPLFQq__trend){color:#ff7c87;background:#331c21}html[data-theme=dark] .CardHome-module__ZPLFQq__negative .CardHome-module__ZPLFQq__value{color:#ff7c87}:is(html[data-theme=dark] .CardHome-module__ZPLFQq__neutral .CardHome-module__ZPLFQq__iconWrap,html[data-theme=dark] .CardHome-module__ZPLFQq__neutral .CardHome-module__ZPLFQq__trend){color:#b0bdce;background:#28313d}html[data-theme=dark] .CardHome-module__ZPLFQq__neutral .CardHome-module__ZPLFQq__value{color:var(--foreground)}
.LoaderBrand-module__pt8yWq__overlay{z-index:2147483000;background:#121212;place-items:center;width:100vw;height:100dvh;min-height:100vh;padding:24px;display:grid;position:fixed;inset:0;overflow:hidden}.LoaderBrand-module__pt8yWq__loaderBox{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:20px;width:min(100%,360px);display:flex}.LoaderBrand-module__pt8yWq__logoScene{aspect-ratio:151.09/81.7166;isolation:isolate;filter:drop-shadow(0 0 7px #0bb1f11f)drop-shadow(0 0 16px #014adb14);place-items:center;width:min(240px,46vw);display:grid;position:relative}.LoaderBrand-module__pt8yWq__logo{width:100%;height:auto;display:block;overflow:visible}.LoaderBrand-module__pt8yWq__logoPart{fill:#0000;stroke:currentColor;stroke-width:.9px;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke;stroke-dasharray:var(--dash-length);stroke-dashoffset:var(--dash-length);filter:drop-shadow(0 0 1px)drop-shadow(0 0 5px #38d9ff47)drop-shadow(0 0 11px #0bb1f11f);animation:LoaderBrand-module__pt8yWq__laserTrace 2.15s cubic-bezier(.65, 0, .35, 1) var(--trace-delay) forwards, LoaderBrand-module__pt8yWq__fillLogoPart .62s ease-out var(--fill-delay) forwards}.LoaderBrand-module__pt8yWq__aroSuperior{--dash-length:430;--trace-delay:0s;--fill-delay:1.76s;color:#014adb;--part-fill:#014adb}.LoaderBrand-module__pt8yWq__letrasAcm{--dash-length:980;--trace-delay:.52s;--fill-delay:2.32s;color:#38d9ff;--part-fill:#0f2f56}.LoaderBrand-module__pt8yWq__aroInferior{--dash-length:340;--trace-delay:1.04s;--fill-delay:2.88s;color:#0bb1f1;--part-fill:#0bb1f1}.LoaderBrand-module__pt8yWq__text{color:#ffefdcd6;letter-spacing:.02em;opacity:0;margin:0;font-size:.96rem;font-weight:600;line-height:1.4;animation:.52s ease-out 1.25s forwards LoaderBrand-module__pt8yWq__textEnter;transform:translateY(6px)}@keyframes LoaderBrand-module__pt8yWq__laserTrace{0%{opacity:.12;stroke-dashoffset:var(--dash-length)}16%{opacity:1}72%{stroke-width:.98px}to{opacity:1;stroke-dashoffset:0;stroke-width:.42px}}@keyframes LoaderBrand-module__pt8yWq__fillLogoPart{0%{fill:#0000}to{fill:var(--part-fill)}}@keyframes LoaderBrand-module__pt8yWq__textEnter{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.LoaderBrand-module__pt8yWq__overlay{padding:20px}.LoaderBrand-module__pt8yWq__logoScene{width:min(190px,54vw)}.LoaderBrand-module__pt8yWq__text{font-size:.92rem}}@media (prefers-reduced-motion:reduce){.LoaderBrand-module__pt8yWq__logoPart,.LoaderBrand-module__pt8yWq__text{animation:none}.LoaderBrand-module__pt8yWq__logoPart{fill:var(--part-fill);stroke-dashoffset:0;filter:none}.LoaderBrand-module__pt8yWq__text{opacity:1;transform:none}}
.SearchField-module__flIF1q__container{box-sizing:border-box;justify-content:center;align-items:center;width:100%;min-width:0;max-width:420px;margin:0 auto;display:flex}.SearchField-module__flIF1q__searchWrapper{align-items:center;width:100%;min-width:0;display:flex;position:relative}.SearchField-module__flIF1q__searchWrapper input{border:2px solid var(--border-color);width:100%;height:2.2rem;color:var(--foreground);box-sizing:border-box;appearance:none;-moz-appearance:textfield;background-color:#fff;border-radius:10px;padding-left:48px;padding-right:30px;font-size:1rem;transition:all .2s;box-shadow:0 2px 4px #0000001a}.SearchField-module__flIF1q__searchWrapper input:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px #0135cc1a}.SearchField-module__flIF1q__searchWrapper input:hover{border-color:var(--brand-secondary)}.SearchField-module__flIF1q__searchWrapper input::-webkit-search-cancel-button{appearance:none}.SearchField-module__flIF1q__searchWrapper input[type=search]::-moz-search-cancel-button{appearance:none}.SearchField-module__flIF1q__lupa{color:var(--primary-color);pointer-events:none;position:absolute;top:50%;left:15px;transform:translateY(-50%)}.SearchField-module__flIF1q__closeButton{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px 6px;font-size:16px;transition:all .2s;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.SearchField-module__flIF1q__closeButton:hover{color:var(--primary-color);background-color:#f3f4f6}:is(html[data-theme=dark] .SearchField-module__flIF1q__searchWrapper input,body[data-theme=dark] .SearchField-module__flIF1q__searchWrapper input){color:#eaf4ff;background-color:#0d1829;border-color:#254870;box-shadow:0 2px 4px #00000047}html[data-theme=dark] .SearchField-module__flIF1q__searchWrapper input::placeholder{color:#dbe6f38c}body[data-theme=dark] .SearchField-module__flIF1q__searchWrapper input::placeholder{color:#dbe6f38c}:is(html[data-theme=dark] .SearchField-module__flIF1q__searchWrapper input:hover,body[data-theme=dark] .SearchField-module__flIF1q__searchWrapper input:hover){border-color:#38d9ff80}:is(html[data-theme=dark] .SearchField-module__flIF1q__searchWrapper input:focus,body[data-theme=dark] .SearchField-module__flIF1q__searchWrapper input:focus){border-color:var(--secondary-color);box-shadow:0 0 0 3px #38d9ff29}:is(html[data-theme=dark] .SearchField-module__flIF1q__lupa,body[data-theme=dark] .SearchField-module__flIF1q__lupa){color:var(--secondary-color)}:is(html[data-theme=dark] .SearchField-module__flIF1q__closeButton,body[data-theme=dark] .SearchField-module__flIF1q__closeButton){color:#c6d2e1}:is(html[data-theme=dark] .SearchField-module__flIF1q__closeButton:hover,body[data-theme=dark] .SearchField-module__flIF1q__closeButton:hover){color:var(--secondary-color);background-color:#38d9ff24}
.Seguimiento-module___a-mgq__section{width:min(100%, var(--home-cards-max-width));border:1px solid var(--border-color);background:#fff;border-radius:22px;flex-direction:column;gap:1.2rem;margin:0 auto;padding:1.35rem 1.5rem;display:flex;box-shadow:0 4px 10px #0135cc0d}.Seguimiento-module___a-mgq__header{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:flex-start;gap:1rem;display:grid}.Seguimiento-module___a-mgq__searchField{justify-self:center;width:min(100%,300px);max-width:300px;margin:.15rem auto 0}.Seguimiento-module___a-mgq__eyebrow{letter-spacing:.08em;text-transform:uppercase;color:#2c65e3;margin:0 0 .25rem;font-size:.78rem;font-weight:700}.Seguimiento-module___a-mgq__title{color:var(--primary-color);margin:0;font-size:clamp(1.35rem,2.1vw,1.8rem)}.Seguimiento-module___a-mgq__description{color:#5a677d;max-width:62ch;margin:.35rem 0 0;line-height:1.5}.Seguimiento-module___a-mgq__toggle{box-sizing:border-box;background:#f2f2f7;border-radius:12px;flex-shrink:0;justify-content:flex-start;justify-self:end;gap:.35rem;width:fit-content;padding:4px;display:inline-flex;position:relative;overflow:hidden}.Seguimiento-module___a-mgq__toggleSlider{z-index:1;pointer-events:none;background:#fff;border-radius:10px;transition:transform .28s cubic-bezier(.25,.46,.45,.94),width .28s cubic-bezier(.25,.46,.45,.94);position:absolute;top:4px;bottom:4px;left:0;box-shadow:0 1px 4px #00000026}.Seguimiento-module___a-mgq__toggleButton{z-index:2;appearance:none;color:#5c5c5c;font:inherit;cursor:pointer;white-space:nowrap;text-align:center;background:0 0;border:none;border-radius:10px;flex:none;padding:.6rem 1.1rem;font-size:.95rem;font-weight:500;transition:color .25s;position:relative}.Seguimiento-module___a-mgq__toggleButton:hover,.Seguimiento-module___a-mgq__toggleButton:focus-visible{color:#222;outline:none}.Seguimiento-module___a-mgq__toggleButtonActive{color:#000;font-weight:600}.Seguimiento-module___a-mgq__stateBox{background:#f6f9fc;border:1px solid #e3ebf5;border-radius:18px;padding:1rem 1.1rem}.Seguimiento-module___a-mgq__stateTitle{color:var(--primary-color);margin:0;font-size:1rem;font-weight:700}.Seguimiento-module___a-mgq__stateText{color:#5a677d;margin:.4rem 0 0;line-height:1.5}.Seguimiento-module___a-mgq__list{flex-direction:column;gap:.9rem;margin:0;padding:0;list-style:none;display:flex}.Seguimiento-module___a-mgq__listScrollable{overscroll-behavior:contain;max-height:430px;padding-right:.35rem;overflow-y:auto}.Seguimiento-module___a-mgq__row{background:linear-gradient(#fff 0%,#f8fbff 100%);border:1px solid #e3ebf5;border-radius:18px;padding:1rem 1.05rem;transition:border-color .2s,box-shadow .2s;position:relative}.Seguimiento-module___a-mgq__row:hover,.Seguimiento-module___a-mgq__row:focus-within{border-color:#c9d7e9;box-shadow:0 10px 24px #0135cc17}.Seguimiento-module___a-mgq__rowMain{flex-direction:column;gap:.7rem;display:flex}.Seguimiento-module___a-mgq__rowHeader{justify-content:space-between;gap:1rem;display:flex}.Seguimiento-module___a-mgq__rowText{min-width:0;max-width:100%}.Seguimiento-module___a-mgq__rowTitle{color:var(--primary-color);-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:100%;margin:0;font-weight:700;line-height:1.35;display:-webkit-box;overflow:hidden}.Seguimiento-module___a-mgq__rowSubLabel{color:#6f7c90;text-overflow:ellipsis;white-space:nowrap;max-width:100%;margin:.22rem 0 0;font-size:.92rem;overflow:hidden}.Seguimiento-module___a-mgq__rowMetrics{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:.18rem;display:flex}.Seguimiento-module___a-mgq__percent{color:#1e4bb6;font-size:1.1rem;font-weight:800}.Seguimiento-module___a-mgq__levelBadge{letter-spacing:.02em;text-transform:uppercase;border-radius:999px;justify-content:center;align-items:center;width:fit-content;padding:.18rem .55rem;font-size:.72rem;font-weight:800;display:inline-flex}.Seguimiento-module___a-mgq__levelWeak{color:#c73636;background:#fff1f1}.Seguimiento-module___a-mgq__levelProgress{color:#9a6700;background:#fff7df}.Seguimiento-module___a-mgq__levelMastered{color:#168244;background:#eaf8ef}.Seguimiento-module___a-mgq__progressMeta{color:#6f7c90;font-variant-numeric:tabular-nums;font-size:.85rem}.Seguimiento-module___a-mgq__rowActions{opacity:0;pointer-events:none;justify-content:flex-end;transition:opacity .2s,transform .2s;display:flex;position:absolute;bottom:1rem;right:1.05rem;transform:translateY(6px)scale(.98)}.Seguimiento-module___a-mgq__row:hover .Seguimiento-module___a-mgq__rowActions,.Seguimiento-module___a-mgq__row:focus-within .Seguimiento-module___a-mgq__rowActions{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.Seguimiento-module___a-mgq__rowAction{appearance:none;background:var(--secondary-color);color:#fff;width:fit-content;font:inherit;cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;margin-top:.18rem;padding:.38rem .72rem;font-size:.78rem;font-weight:800;line-height:1;text-decoration:none;transition:background .2s,box-shadow .2s,transform .2s;display:inline-flex;box-shadow:0 8px 18px #0135cc2e}.Seguimiento-module___a-mgq__rowAction:hover,.Seguimiento-module___a-mgq__rowAction:focus-visible{background:var(--secondary-color-hover);outline:none;transform:translateY(-1px);box-shadow:0 10px 22px #0135cc3d}.Seguimiento-module___a-mgq__progressTrack{background:#e6edf7;border-radius:999px;width:100%;height:10px;overflow:hidden}.Seguimiento-module___a-mgq__progressFill{border-radius:inherit;background:linear-gradient(90deg,#2c65e3 0%,#4f8cff 100%);height:100%;display:block}.Seguimiento-module___a-mgq__progressFill.Seguimiento-module___a-mgq__levelWeak{background:linear-gradient(90deg,#e05252 0%,#ff7b7b 100%)}.Seguimiento-module___a-mgq__progressFill.Seguimiento-module___a-mgq__levelProgress{background:linear-gradient(90deg,#f0a429 0%,#ffd166 100%)}.Seguimiento-module___a-mgq__progressFill.Seguimiento-module___a-mgq__levelMastered{background:linear-gradient(90deg,#1fa554 0%,#4fd083 100%)}.Seguimiento-module___a-mgq__performance{color:#556276;flex-wrap:wrap;gap:.6rem;margin:0;font-size:.92rem;display:flex}.Seguimiento-module___a-mgq__performancePositive,.Seguimiento-module___a-mgq__performanceNegative,.Seguimiento-module___a-mgq__performanceNeutral,.Seguimiento-module___a-mgq__accuracy{font-weight:600}.Seguimiento-module___a-mgq__performancePositive{color:#1fa554}.Seguimiento-module___a-mgq__performanceNegative{color:#d94040}.Seguimiento-module___a-mgq__performanceNeutral{color:#6d7789}.Seguimiento-module___a-mgq__accuracy{color:#35557e}.Seguimiento-module___a-mgq__footer{justify-content:flex-start;display:flex}.Seguimiento-module___a-mgq__secondaryButton{appearance:none;color:#1e4bb6;font:inherit;cursor:pointer;background:#fff;border:1px solid #c9d7e9;border-radius:999px;padding:.7rem 1rem;font-weight:700;transition:border-color .2s,transform .2s,box-shadow .2s}.Seguimiento-module___a-mgq__secondaryButton:hover,.Seguimiento-module___a-mgq__secondaryButton:focus-visible{border-color:#2c65e3;outline:none;transform:translateY(-1px);box-shadow:0 8px 18px #0135cc1f}@media (max-width:768px){.Seguimiento-module___a-mgq__section{border-radius:18px;gap:1rem;padding:1rem}.Seguimiento-module___a-mgq__header,.Seguimiento-module___a-mgq__rowHeader{flex-direction:column;align-items:stretch}.Seguimiento-module___a-mgq__header{display:flex}.Seguimiento-module___a-mgq__searchField{align-self:center;width:min(100%,320px);max-width:320px;margin:0 auto}.Seguimiento-module___a-mgq__toggle{justify-content:space-between;justify-self:auto;width:100%}.Seguimiento-module___a-mgq__toggleButton{text-align:center;flex:1;min-width:0}.Seguimiento-module___a-mgq__toggleSlider{max-width:calc(100% - 8px)}.Seguimiento-module___a-mgq__rowMetrics{align-items:flex-start}.Seguimiento-module___a-mgq__rowActions{bottom:1rem;right:1rem}}html[data-theme=dark] .Seguimiento-module___a-mgq__section{background:#101e33;border-color:#254870;box-shadow:0 6px 16px #00000040}html[data-theme=dark] .Seguimiento-module___a-mgq__eyebrow{color:var(--brand-accent)}:is(html[data-theme=dark] .Seguimiento-module___a-mgq__title,html[data-theme=dark] .Seguimiento-module___a-mgq__stateTitle,html[data-theme=dark] .Seguimiento-module___a-mgq__rowTitle){color:#eaf4ff}:is(html[data-theme=dark] .Seguimiento-module___a-mgq__description,html[data-theme=dark] .Seguimiento-module___a-mgq__stateText,html[data-theme=dark] .Seguimiento-module___a-mgq__rowSubLabel,html[data-theme=dark] .Seguimiento-module___a-mgq__progressMeta,html[data-theme=dark] .Seguimiento-module___a-mgq__performance){color:#aebccd}html[data-theme=dark] .Seguimiento-module___a-mgq__toggle{background:#1d2b40}html[data-theme=dark] .Seguimiento-module___a-mgq__toggleSlider{background:#254870;box-shadow:0 1px 6px #00000059}html[data-theme=dark] .Seguimiento-module___a-mgq__toggleButton{color:#b8c9de}:is(html[data-theme=dark] .Seguimiento-module___a-mgq__toggleButton:hover,html[data-theme=dark] .Seguimiento-module___a-mgq__toggleButton:focus-visible){color:#eaf4ff}html[data-theme=dark] .Seguimiento-module___a-mgq__toggleButtonActive{color:#fff}:is(html[data-theme=dark] .Seguimiento-module___a-mgq__stateBox,html[data-theme=dark] .Seguimiento-module___a-mgq__row){background:#16202b;border-color:#254870}:is(html[data-theme=dark] .Seguimiento-module___a-mgq__row:hover,html[data-theme=dark] .Seguimiento-module___a-mgq__row:focus-within){border-color:#3a4a5e;box-shadow:0 10px 24px #00000038}html[data-theme=dark] .Seguimiento-module___a-mgq__progressTrack{background:#263241}html[data-theme=dark] .Seguimiento-module___a-mgq__accuracy{color:#8ebeff}html[data-theme=dark] .Seguimiento-module___a-mgq__levelWeak{color:#ff9b9b;background:#e0525229}html[data-theme=dark] .Seguimiento-module___a-mgq__levelProgress{color:#ffd166;background:#f0a42929}html[data-theme=dark] .Seguimiento-module___a-mgq__levelMastered{color:#75e39d;background:#1fa55429}html[data-theme=dark] .Seguimiento-module___a-mgq__secondaryButton{color:#8ebeff;background:#101e33;border-color:#3a4a5e}html[data-theme=dark] .Seguimiento-module___a-mgq__rowAction{background:var(--secondary-color);color:#fff}:is(html[data-theme=dark] .Seguimiento-module___a-mgq__rowAction:hover,html[data-theme=dark] .Seguimiento-module___a-mgq__rowAction:focus-visible){background:var(--secondary-color)}
.AdminRecentAccessesHome-module__FKdu4W__section{flex-direction:column;gap:.9rem;width:100%;display:flex}.AdminRecentAccessesHome-module__FKdu4W__header{justify-content:space-between;align-items:flex-end;gap:1rem;display:flex}.AdminRecentAccessesHome-module__FKdu4W__showAllButton,.AdminRecentAccessesHome-module__FKdu4W__clearSearchButton{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:999px;font-weight:800;transition:background .2s,color .2s,transform .2s,box-shadow .2s}.AdminRecentAccessesHome-module__FKdu4W__showAllButton{flex:none;min-width:220px;max-width:280px;padding:.72rem 1rem;box-shadow:0 8px 18px #0135cc24}.AdminRecentAccessesHome-module__FKdu4W__showAllButton:hover:not(:disabled),.AdminRecentAccessesHome-module__FKdu4W__clearSearchButton:hover{background:var(--secondary-color);transform:translateY(-1px);box-shadow:0 10px 22px #38d9ff2e}.AdminRecentAccessesHome-module__FKdu4W__showAllButton:disabled{cursor:default;opacity:.68;box-shadow:none;transform:none}.AdminRecentAccessesHome-module__FKdu4W__clearSearchButton{width:fit-content;padding:.62rem .9rem}.AdminRecentAccessesHome-module__FKdu4W__headerCopy{flex-direction:column;gap:.28rem;display:flex}.AdminRecentAccessesHome-module__FKdu4W__eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--secondary-color);font-size:.82rem;font-weight:800}.AdminRecentAccessesHome-module__FKdu4W__title{color:var(--primary-color);font-size:clamp(1.35rem,2vw,1.65rem);font-weight:800;line-height:1.15}.AdminRecentAccessesHome-module__FKdu4W__subtitle{color:#677487;line-height:1.45}.AdminRecentAccessesHome-module__FKdu4W__panel{border:1px solid var(--border-color);background:#fff;border-radius:18px;padding:.9rem;box-shadow:0 4px 10px #0135cc0d}.AdminRecentAccessesHome-module__FKdu4W__controls{justify-content:flex-start;align-items:flex-start;gap:1rem;margin-bottom:.85rem;display:flex}.AdminRecentAccessesHome-module__FKdu4W__searchField{align-self:flex-start;width:min(100%,440px);max-width:440px;margin:0 auto 0 0}.AdminRecentAccessesHome-module__FKdu4W__resultMeta{color:#677487;flex:none;font-size:.9rem;font-weight:700}.AdminRecentAccessesHome-module__FKdu4W__tableScroll{overscroll-behavior:contain;max-height:520px;padding-right:.25rem;overflow-y:auto}.AdminRecentAccessesHome-module__FKdu4W__tableScroll .AdminRecentAccessesHome-module__FKdu4W__headRow{z-index:1;position:sticky;top:0}.AdminRecentAccessesHome-module__FKdu4W__table{width:100%}.AdminRecentAccessesHome-module__FKdu4W__headRow,.AdminRecentAccessesHome-module__FKdu4W__row{grid-template-columns:minmax(130px,1fr) minmax(105px,.85fr) minmax(160px,1.05fr) minmax(210px,1.4fr) minmax(94px,.75fr) minmax(92px,.72fr);align-items:center;gap:.75rem;display:grid}.AdminRecentAccessesHome-module__FKdu4W__headRow{color:#6b7788;letter-spacing:.08em;text-transform:uppercase;background:#0135cc0a;border-radius:14px;padding:.75rem .9rem;font-size:.76rem;font-weight:800}.AdminRecentAccessesHome-module__FKdu4W__headCell{text-align:center;justify-content:center;align-items:center;width:100%;display:flex}.AdminRecentAccessesHome-module__FKdu4W__body{flex-direction:column;display:flex}.AdminRecentAccessesHome-module__FKdu4W__row{border-bottom:1px solid #e7edf4;padding:.95rem .9rem;transition:background-color .2s,transform .2s,box-shadow .2s}.AdminRecentAccessesHome-module__FKdu4W__row:last-child{border-bottom:none}.AdminRecentAccessesHome-module__FKdu4W__row:hover{background:#0135cc0a;transform:translateY(-1px);box-shadow:inset 0 0 0 1px #0135cc14}.AdminRecentAccessesHome-module__FKdu4W__rowClickable{cursor:pointer}.AdminRecentAccessesHome-module__FKdu4W__rowClickable:focus-visible{outline-offset:2px;outline:3px solid #0135cc40}.AdminRecentAccessesHome-module__FKdu4W__cell{text-align:center;justify-content:center;align-items:center;width:100%;min-width:0;display:flex}.AdminRecentAccessesHome-module__FKdu4W__cellValue{width:100%;color:var(--primary-color);white-space:nowrap;justify-content:center;align-items:center;font-weight:700;line-height:1.3;display:inline-flex}.AdminRecentAccessesHome-module__FKdu4W__emailValue{white-space:normal;overflow-wrap:anywhere}.AdminRecentAccessesHome-module__FKdu4W__badge{border-radius:999px;justify-content:center;align-items:center;width:fit-content;padding:.34rem .72rem;font-size:.86rem;font-weight:800;display:inline-flex}.AdminRecentAccessesHome-module__FKdu4W__profileAdmin{color:#6941c6;background:#7f56d924}.AdminRecentAccessesHome-module__FKdu4W__profileGestor{color:var(--primary-color);background:#0135cc1f}.AdminRecentAccessesHome-module__FKdu4W__profileOpositor{color:var(--secondary-color);background:#38d9ff24}.AdminRecentAccessesHome-module__FKdu4W__profileDefault{color:#667587;background:#6975851f}.AdminRecentAccessesHome-module__FKdu4W__statusActive{color:#1d8e49;background:#1fa55424}.AdminRecentAccessesHome-module__FKdu4W__statusInactive{color:#c24141;background:#d143431f}.AdminRecentAccessesHome-module__FKdu4W__mobileLabel{display:none}.AdminRecentAccessesHome-module__FKdu4W__emptyState,.AdminRecentAccessesHome-module__FKdu4W__feedback{background:#0135cc08;border-radius:14px;padding:1.05rem 1rem}.AdminRecentAccessesHome-module__FKdu4W__emptyState{flex-direction:column;align-items:flex-start;gap:.55rem;display:flex}.AdminRecentAccessesHome-module__FKdu4W__emptyTitle{color:var(--primary-color);font-size:1.05rem;font-weight:800}.AdminRecentAccessesHome-module__FKdu4W__emptyText{color:#677487;max-width:52rem;line-height:1.5}.AdminRecentAccessesHome-module__FKdu4W__feedback{color:#6d7789}.AdminRecentAccessesHome-module__FKdu4W__skeletonList{flex-direction:column;gap:.8rem;display:flex}.AdminRecentAccessesHome-module__FKdu4W__skeletonBar{background:linear-gradient(90deg,#0135cc12 25%,#0135cc1f 50%,#0135cc12 75%) 0 0/180% 100%;border-radius:999px;width:100%;min-height:14px;animation:1.2s ease-in-out infinite AdminRecentAccessesHome-module__FKdu4W__pulse;display:inline-block}.AdminRecentAccessesHome-module__FKdu4W__skeletonBadge{width:88px;min-height:28px}@keyframes AdminRecentAccessesHome-module__FKdu4W__pulse{0%{opacity:.72;background-position:0 0}50%{opacity:1;background-position:100% 0}to{opacity:.72;background-position:0 0}}@media (max-width:960px){.AdminRecentAccessesHome-module__FKdu4W__header{flex-direction:column;align-items:flex-start}.AdminRecentAccessesHome-module__FKdu4W__showAllButton{align-self:center;width:min(100%,260px)}.AdminRecentAccessesHome-module__FKdu4W__controls{flex-direction:column;align-items:flex-start;gap:.65rem}.AdminRecentAccessesHome-module__FKdu4W__searchField{width:min(100%,420px);max-width:420px;margin-left:0;margin-right:auto}.AdminRecentAccessesHome-module__FKdu4W__resultMeta{text-align:left}.AdminRecentAccessesHome-module__FKdu4W__tableScroll{max-height:min(560px,62vh);padding-right:0}.AdminRecentAccessesHome-module__FKdu4W__panel{padding:.85rem}.AdminRecentAccessesHome-module__FKdu4W__headRow{display:none}.AdminRecentAccessesHome-module__FKdu4W__row{border:1px solid #e7edf4;border-radius:16px;grid-template-columns:1fr;gap:.6rem;margin-bottom:.8rem;padding:.95rem .9rem}.AdminRecentAccessesHome-module__FKdu4W__row:last-child{margin-bottom:0}.AdminRecentAccessesHome-module__FKdu4W__cell{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.AdminRecentAccessesHome-module__FKdu4W__mobileLabel{letter-spacing:.08em;text-transform:uppercase;color:var(--primary-color);opacity:.72;flex:none;font-size:.72rem;font-weight:800;display:inline-flex}.AdminRecentAccessesHome-module__FKdu4W__cellValue{white-space:normal;text-align:right;flex:none;width:auto}.AdminRecentAccessesHome-module__FKdu4W__badge{margin-left:auto}}html[data-theme=dark] .AdminRecentAccessesHome-module__FKdu4W__title{color:#fff}html[data-theme=dark] .AdminRecentAccessesHome-module__FKdu4W__subtitle{color:#8fa8c4}html[data-theme=dark] .AdminRecentAccessesHome-module__FKdu4W__panel{background:#101e33;border-color:#254870;box-shadow:0 6px 16px #00000040}:is(html[data-theme=dark] .AdminRecentAccessesHome-module__FKdu4W__showAllButton,html[data-theme=dark] .AdminRecentAccessesHome-module__FKdu4W__clearSearchButton){background:var(--brand-accent);color:#080f1c}html[data-theme=dark] .AdminRecentAccessesHome-module__FKdu4W__showAllButton:hover:not(:disabled){background:var(--brand-accent-soft)}html[data-theme=dark] .AdminRecentAccessesHome-module__FKdu4W__clearSearchButton:hover{background:var(--brand-accent-soft)}html[data-theme=dark] .AdminRecentAccessesHome-module__FKdu4W__resultMeta{color:#8fa8c4}html[data-theme=dark] .AdminRecentAccessesHome-module__FKdu4W__headRow{color:#8fa8c4;background:#ffffff08}html[data-theme=dark] .AdminRecentAccessesHome-module__FKdu4W__row{border-bottom-color:#254870}html[data-theme=dark] .AdminRecentAccessesHome-module__FKdu4W__row:hover{background:#ffffff08;box-shadow:inset 0 0 0 1px #0135cc29}html[data-theme=dark] .AdminRecentAccessesHome-module__FKdu4W__cellValue{color:#dbe6f2}html[data-theme=dark] .AdminRecentAccessesHome-module__FKdu4W__mobileLabel{color:var(--secondary-color)}html[data-theme=dark] .AdminRecentAccessesHome-module__FKdu4W__profileAdmin{color:#d9ccff;background:#7f56d938;box-shadow:inset 0 0 0 1px #d9ccff29}html[data-theme=dark] .AdminRecentAccessesHome-module__FKdu4W__profileGestor{color:var(--brand-accent);background:#0135cc47;box-shadow:inset 0 0 0 1px #8fb7ff38}html[data-theme=dark] .AdminRecentAccessesHome-module__FKdu4W__profileOpositor{background:#38d9ff2e}html[data-theme=dark] .AdminRecentAccessesHome-module__FKdu4W__profileDefault{background:#6975852e}html[data-theme=dark] .AdminRecentAccessesHome-module__FKdu4W__statusActive{background:#1fa5542e}html[data-theme=dark] .AdminRecentAccessesHome-module__FKdu4W__statusInactive{color:#ffb0b0;background:#d143432e}:is(html[data-theme=dark] .AdminRecentAccessesHome-module__FKdu4W__emptyState,html[data-theme=dark] .AdminRecentAccessesHome-module__FKdu4W__feedback){background:#ffffff08}html[data-theme=dark] .AdminRecentAccessesHome-module__FKdu4W__emptyTitle{color:#fff}:is(html[data-theme=dark] .AdminRecentAccessesHome-module__FKdu4W__emptyText,html[data-theme=dark] .AdminRecentAccessesHome-module__FKdu4W__feedback){color:#8fa8c4}html[data-theme=dark] .AdminRecentAccessesHome-module__FKdu4W__skeletonBar{background:linear-gradient(90deg,#ffffff0a 25%,#ffffff1a 50%,#ffffff0a 75%)}
.SelectFilterField-module__xSusLq__container{box-sizing:border-box;justify-content:center;align-items:center;width:100%;min-width:0;max-width:420px;margin:0 auto;display:flex}.SelectFilterField-module__xSusLq__selectWrapper{align-items:center;width:100%;min-width:0;display:flex;position:relative}.SelectFilterField-module__xSusLq__selectWrapper select{color:#374151;box-sizing:border-box;appearance:none;cursor:pointer;background-color:#fff;border:2px solid #e5e7eb;border-radius:10px;width:100%;height:2.2rem;padding-left:48px;padding-right:52px;font-size:1rem;transition:all .2s;box-shadow:0 2px 4px #0000001a}.SelectFilterField-module__xSusLq__selectWrapper select:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px #0135cc1a}.SelectFilterField-module__xSusLq__selectWrapper select:hover{border-color:#d1d5db}.SelectFilterField-module__xSusLq__lupa{color:var(--primary-color);pointer-events:none;z-index:1;position:absolute;top:50%;left:15px;transform:translateY(-50%)}.SelectFilterField-module__xSusLq__selectWrapper:after{content:"▾";color:#6b7280;pointer-events:none;font-size:.85rem;position:absolute;top:50%;right:34px;transform:translateY(-54%)}.SelectFilterField-module__xSusLq__closeButton{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px 6px;font-size:16px;transition:all .2s;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.SelectFilterField-module__xSusLq__closeButton:hover:not(:disabled){color:var(--primary-color);background-color:#f3f4f6}.SelectFilterField-module__xSusLq__closeButton:disabled{cursor:default;opacity:.35}:is(html[data-theme=dark] .SelectFilterField-module__xSusLq__selectWrapper select,body[data-theme=dark] .SelectFilterField-module__xSusLq__selectWrapper select){color:#eaf4ff;background-color:#0d1829;border-color:#ffffff1f;box-shadow:0 2px 4px #00000047}:is(html[data-theme=dark] .SelectFilterField-module__xSusLq__selectWrapper select:hover,body[data-theme=dark] .SelectFilterField-module__xSusLq__selectWrapper select:hover){border-color:#ffffff2e}:is(html[data-theme=dark] .SelectFilterField-module__xSusLq__selectWrapper select:focus,body[data-theme=dark] .SelectFilterField-module__xSusLq__selectWrapper select:focus){border-color:var(--secondary-color);box-shadow:0 0 0 3px #38d9ff29}html[data-theme=dark] .SelectFilterField-module__xSusLq__lupa{color:var(--secondary-color)}body[data-theme=dark] .SelectFilterField-module__xSusLq__lupa{color:var(--secondary-color)}html[data-theme=dark] .SelectFilterField-module__xSusLq__selectWrapper:after{color:var(--secondary-color)}body[data-theme=dark] .SelectFilterField-module__xSusLq__selectWrapper:after{color:var(--secondary-color)}:is(html[data-theme=dark] .SelectFilterField-module__xSusLq__closeButton,body[data-theme=dark] .SelectFilterField-module__xSusLq__closeButton){color:#c6d2e1}:is(html[data-theme=dark] .SelectFilterField-module__xSusLq__closeButton:hover:not(:disabled),body[data-theme=dark] .SelectFilterField-module__xSusLq__closeButton:hover:not(:disabled)){color:var(--secondary-color);background-color:#38d9ff24}
.Navegador-module__EGDVfG__panel{box-sizing:border-box;border:1px solid #ffffff0f;border-radius:18px;flex-direction:column;width:95%;max-width:95%;height:calc(100% - 36px);margin:18px auto 0;padding:10px;display:flex;overflow:hidden}.Navegador-module__EGDVfG__dark{background:#0a3a50;box-shadow:0 16px 34px #00000047}.Navegador-module__EGDVfG__light{background:#fff;border:1px solid #0c25381a;box-shadow:0 14px 28px #0c25381f}
.HeaderNavegador-module__unZizW__header{flex-direction:column;gap:14px;padding:18px 18px 14px;display:flex}.HeaderNavegador-module__unZizW__titleRow{justify-content:space-between;align-items:center;gap:12px;display:flex}.HeaderNavegador-module__unZizW__titleGroup{align-items:center;gap:12px;min-width:0;display:flex}.HeaderNavegador-module__unZizW__title{letter-spacing:-.01em;margin:0;font-size:26px;font-weight:900}.HeaderNavegador-module__unZizW__iconGrid{grid-template-columns:repeat(3,6px);gap:2px;width:22px;height:22px;display:grid}.HeaderNavegador-module__unZizW__iconGrid span{border-radius:2px}.HeaderNavegador-module__unZizW__legend{border-radius:12px;justify-content:center;align-items:center;gap:18px;padding:10px 12px;display:flex}.HeaderNavegador-module__unZizW__legendItem{align-items:center;gap:8px;display:flex}.HeaderNavegador-module__unZizW__legendDot{border-radius:4px;width:12px;height:12px;display:inline-block}.HeaderNavegador-module__unZizW__legendText{letter-spacing:.08em;opacity:.9;font-size:13px;font-weight:800}.HeaderNavegador-module__unZizW__mobileCloseButton{cursor:pointer;background:#0135cc3d;border:none;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:inline-flex}.HeaderNavegador-module__unZizW__mobileCloseIcon{grid-template-columns:repeat(3,5px);gap:1.5px;width:18px;height:18px;display:grid}.HeaderNavegador-module__unZizW__mobileCloseIcon span{background:#fff;border-radius:2px}.HeaderNavegador-module__unZizW__dotAnswered{background:var(--brand-secondary)}.HeaderNavegador-module__unZizW__dotDoubtful{background:#00aff0;position:relative}.HeaderNavegador-module__unZizW__dotDoubtful:after{content:"";background:#0b0f14;border-radius:999px;width:6px;height:6px;position:absolute;top:-3px;right:-3px}.HeaderNavegador-module__unZizW__dotCorrect{background:#42c271}.HeaderNavegador-module__unZizW__dotIncorrect{background:#d45959}.HeaderNavegador-module__unZizW__dark .HeaderNavegador-module__unZizW__title{color:#eaf3fff2}.HeaderNavegador-module__unZizW__dark .HeaderNavegador-module__unZizW__iconGrid span{background:#00aff0f2}.HeaderNavegador-module__unZizW__dark .HeaderNavegador-module__unZizW__legend{background:#ffffff0f;border:1px solid #ffffff0f}.HeaderNavegador-module__unZizW__dark .HeaderNavegador-module__unZizW__legendText{color:#eaf3ffbf}.HeaderNavegador-module__unZizW__light .HeaderNavegador-module__unZizW__title{color:var(--brand-primary-dark)}.HeaderNavegador-module__unZizW__light .HeaderNavegador-module__unZizW__iconGrid span{background:var(--brand-accent,#00aff0);opacity:.85}.HeaderNavegador-module__unZizW__light .HeaderNavegador-module__unZizW__legend{background:#eef3f8;border:1px solid #0c25381a}.HeaderNavegador-module__unZizW__light .HeaderNavegador-module__unZizW__legendText{color:#0c2538b8}.HeaderNavegador-module__unZizW__light .HeaderNavegador-module__unZizW__mobileCloseButton{background:var(--brand-secondary-dark)}
.AdminUserHomeModal-module__wsqZOq__overlay{z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#050a1294;justify-content:center;align-items:center;padding:clamp(14px,3vw,30px);display:flex;position:fixed;inset:0}.AdminUserHomeModal-module__wsqZOq__modal{border:1px solid var(--border-color);width:min(980px,100vw - 32px);max-height:min(92vh,900px);color:var(--primary-color);-webkit-overflow-scrolling:touch;background:#f6f9fc;border-radius:24px;padding:clamp(1rem,2.4vw,1.6rem);position:relative;overflow:hidden auto;box-shadow:0 24px 70px #0135cc3d}.AdminUserHomeModal-module__wsqZOq__closeButton{float:right;z-index:2;width:2.3rem;height:2.3rem;color:var(--primary-color);cursor:pointer;background:#0135cc14;border:none;border-radius:999px;justify-content:center;align-items:center;transition:background .2s,transform .2s,box-shadow .2s;display:inline-flex;position:sticky;top:0}.AdminUserHomeModal-module__wsqZOq__closeButton:hover,.AdminUserHomeModal-module__wsqZOq__closeButton:focus-visible{background:#0135cc24;outline:none;transform:scale(1.04);box-shadow:0 0 0 2px #0135cc1f}.AdminUserHomeModal-module__wsqZOq__header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.2rem;padding-right:2.8rem;display:flex}.AdminUserHomeModal-module__wsqZOq__headerCopy{min-width:0}.AdminUserHomeModal-module__wsqZOq__eyebrow{color:var(--secondary-color);letter-spacing:.08em;text-transform:uppercase;margin:0 0 .25rem;font-size:.78rem;font-weight:800}.AdminUserHomeModal-module__wsqZOq__title{color:var(--primary-color);margin:0;font-size:clamp(1.45rem,2.5vw,2rem);line-height:1.12}.AdminUserHomeModal-module__wsqZOq__subtitle{color:#5a677d;overflow-wrap:anywhere;margin:.35rem 0 0}.AdminUserHomeModal-module__wsqZOq__metaList{flex-wrap:wrap;justify-content:flex-end;gap:.45rem;display:flex}.AdminUserHomeModal-module__wsqZOq__metaPill{border:1px solid var(--border-color);color:#5a677d;background:#fff;border-radius:999px;justify-content:center;align-items:center;padding:.36rem .72rem;font-size:.86rem;font-weight:800;display:inline-flex}.AdminUserHomeModal-module__wsqZOq__cardsGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.9rem;margin-bottom:1rem;display:grid}.AdminUserHomeModal-module__wsqZOq__trackingWrap .section{width:100%}.AdminUserHomeModal-module__wsqZOq__stateBox{border:1px solid var(--border-color);background:#fff;border-radius:18px;padding:1.05rem 1.1rem}.AdminUserHomeModal-module__wsqZOq__stateTitle{color:var(--primary-color);margin:0;font-size:1.05rem;font-weight:800}.AdminUserHomeModal-module__wsqZOq__stateText{color:#5a677d;margin:.4rem 0 0;line-height:1.5}@media (max-width:900px){.AdminUserHomeModal-module__wsqZOq__cardsGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.AdminUserHomeModal-module__wsqZOq__overlay{align-items:stretch;padding:10px}.AdminUserHomeModal-module__wsqZOq__modal{border-radius:18px;width:100%;max-height:calc(100vh - 20px);padding:.9rem}.AdminUserHomeModal-module__wsqZOq__header{flex-direction:column;padding-right:2.4rem}.AdminUserHomeModal-module__wsqZOq__metaList{justify-content:flex-start}.AdminUserHomeModal-module__wsqZOq__cardsGrid{grid-template-columns:1fr}}:is(html[data-theme=dark] .AdminUserHomeModal-module__wsqZOq__modal,body[data-theme=dark] .AdminUserHomeModal-module__wsqZOq__modal){color:#dbe6f2;background:#0d1829;border-color:#254870;box-shadow:0 24px 80px #00000094}:is(html[data-theme=dark] .AdminUserHomeModal-module__wsqZOq__title,body[data-theme=dark] .AdminUserHomeModal-module__wsqZOq__title,html[data-theme=dark] .AdminUserHomeModal-module__wsqZOq__stateTitle,body[data-theme=dark] .AdminUserHomeModal-module__wsqZOq__stateTitle){color:#fff}:is(html[data-theme=dark] .AdminUserHomeModal-module__wsqZOq__subtitle,body[data-theme=dark] .AdminUserHomeModal-module__wsqZOq__subtitle,html[data-theme=dark] .AdminUserHomeModal-module__wsqZOq__stateText,body[data-theme=dark] .AdminUserHomeModal-module__wsqZOq__stateText){color:#8fa8c4}:is(html[data-theme=dark] .AdminUserHomeModal-module__wsqZOq__metaPill,body[data-theme=dark] .AdminUserHomeModal-module__wsqZOq__metaPill,html[data-theme=dark] .AdminUserHomeModal-module__wsqZOq__stateBox,body[data-theme=dark] .AdminUserHomeModal-module__wsqZOq__stateBox){color:#dbe6f2;background:#101e33;border-color:#254870}:is(html[data-theme=dark] .AdminUserHomeModal-module__wsqZOq__closeButton,body[data-theme=dark] .AdminUserHomeModal-module__wsqZOq__closeButton){color:#eaf4ff;background:#ffffff14}:is(html[data-theme=dark] .AdminUserHomeModal-module__wsqZOq__closeButton:hover,body[data-theme=dark] .AdminUserHomeModal-module__wsqZOq__closeButton:hover,html[data-theme=dark] .AdminUserHomeModal-module__wsqZOq__closeButton:focus-visible,body[data-theme=dark] .AdminUserHomeModal-module__wsqZOq__closeButton:focus-visible){background:#ffffff29;box-shadow:0 0 0 2px #ffffff2e}
.HeaderRowTable-module__wqf3Da__headerRow{background-color:#0000}.HeaderRowTable-module__wqf3Da__headerCell{color:#6b7788;text-align:center;letter-spacing:.08em;text-transform:uppercase;border-bottom:0;padding:.95rem 1rem;font-size:.78rem;font-weight:800}.HeaderRowTable-module__wqf3Da__selectionCell{width:56px;min-width:56px;max-width:56px}.HeaderRowTable-module__wqf3Da__selectionCell input{cursor:pointer;width:16px;height:16px;accent-color:var(--secondary-color)}html[data-theme=dark] .HeaderRowTable-module__wqf3Da__headerRow{background-color:#0000}html[data-theme=dark] .HeaderRowTable-module__wqf3Da__headerCell{color:#8fa8c4}
.HeaderNavegador-module__tAWRiW__header{flex-direction:column;gap:14px;padding:18px 18px 14px;display:flex}.HeaderNavegador-module__tAWRiW__titleRow{justify-content:space-between;align-items:center;gap:12px;display:flex}.HeaderNavegador-module__tAWRiW__titleGroup{align-items:center;gap:12px;min-width:0;display:flex}.HeaderNavegador-module__tAWRiW__title{letter-spacing:-.01em;margin:0;font-size:26px;font-weight:900}.HeaderNavegador-module__tAWRiW__iconGrid{grid-template-columns:repeat(3,6px);gap:2px;width:22px;height:22px;display:grid}.HeaderNavegador-module__tAWRiW__iconGrid span{border-radius:2px}.HeaderNavegador-module__tAWRiW__legend{border-radius:12px;justify-content:center;align-items:center;gap:18px;padding:10px 12px;display:flex}.HeaderNavegador-module__tAWRiW__legendItem{align-items:center;gap:8px;display:flex}.HeaderNavegador-module__tAWRiW__legendDot{border-radius:4px;width:12px;height:12px;display:inline-block}.HeaderNavegador-module__tAWRiW__legendText{letter-spacing:.08em;opacity:.9;font-size:13px;font-weight:800}.HeaderNavegador-module__tAWRiW__mobileCloseButton{cursor:pointer;background:#0135cc3d;border:none;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:inline-flex}.HeaderNavegador-module__tAWRiW__mobileCloseIcon{grid-template-columns:repeat(3,5px);gap:1.5px;width:18px;height:18px;display:grid}.HeaderNavegador-module__tAWRiW__mobileCloseIcon span{background:#fff;border-radius:2px}.HeaderNavegador-module__tAWRiW__dotAnswered{background:var(--brand-secondary)}.HeaderNavegador-module__tAWRiW__dotDoubtful{background:#00aff0;position:relative}.HeaderNavegador-module__tAWRiW__dotDoubtful:after{content:"";background:#0b0f14;border-radius:999px;width:6px;height:6px;position:absolute;top:-3px;right:-3px}.HeaderNavegador-module__tAWRiW__dotCorrect{background:#42c271}.HeaderNavegador-module__tAWRiW__dotIncorrect{background:#d45959}.HeaderNavegador-module__tAWRiW__dark .HeaderNavegador-module__tAWRiW__title{color:#eaf3fff2}.HeaderNavegador-module__tAWRiW__dark .HeaderNavegador-module__tAWRiW__iconGrid span{background:#00aff0f2}.HeaderNavegador-module__tAWRiW__dark .HeaderNavegador-module__tAWRiW__legend{background:#ffffff0f;border:1px solid #ffffff0f}.HeaderNavegador-module__tAWRiW__dark .HeaderNavegador-module__tAWRiW__legendText{color:#eaf3ffbf}.HeaderNavegador-module__tAWRiW__light .HeaderNavegador-module__tAWRiW__title{color:var(--brand-primary-dark)}.HeaderNavegador-module__tAWRiW__light .HeaderNavegador-module__tAWRiW__iconGrid span{background:var(--brand-accent,#00aff0);opacity:.85}.HeaderNavegador-module__tAWRiW__light .HeaderNavegador-module__tAWRiW__legend{background:#eef3f8;border:1px solid #0c25381a}.HeaderNavegador-module__tAWRiW__light .HeaderNavegador-module__tAWRiW__legendText{color:#0c2538b8}.HeaderNavegador-module__tAWRiW__light .HeaderNavegador-module__tAWRiW__mobileCloseButton{background:var(--brand-secondary-dark)}
