*,*:before,*:after{box-sizing:border-box}*{margin:0}html,body,#root{height:100%}body{line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}:root{color-scheme:light dark}:root{--bg: #ffffff;--surface: #f8f9fb;--fg: #0b1220;--fg-muted: #4b5565;--border: #E5E7EB;--font-title: "Montserrat", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;--font-body: "Work Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;--fs-title: 34px;--fs-lead: 18px;--fs-body: 16px;--fs-0: .75rem;--fs-1: .875rem;--fs-2: 1rem;--fs-3: 1.125rem;--fs-4: 1.25rem;--fs-5: 1.5rem;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .2);--container: 1200px;--container-pad: 1rem;--bp-sm: 480px;--bp-md: 768px;--bp-lg: 1024px;--bp-xl: 1280px;--amber-50: #FFF4E4;--amber-100: #FFE3BE;--amber-200: #FCDB9D;--amber-300: #F1B84D;--amber-400: #FCB24F;--amber-500: #FCB24F;--amber-600: #F28C02;--amber-700: #B86101;--green-50: #E8FCE0CE;--green-100: #C7EDB8;--green-200: #88CB6D;--green-300: #63B443;--green-400: #469327;--green-500: #29740B;--blue-50: #E5F3FF;--blue-100: #B9DFFF;--blue-200: #90CAFA;--blue-300: #5D9ED5;--blue-400: #3677AD;--blue-500: #245E8E;--cyan-50: #E3F9FD;--cyan-100: #C9EEF5;--cyan-200: #BCE7F0;--cyan-300: #A9DFEB;--cyan-400: #7DBCCB;--cyan-500: #72BDCE;--black-100: #E8E8E8;--black-200: #9B9998;--black-300: #696664;--black-400: #403E3C;--black-500: #272523;--black-600: #000000;--red-50: #FFF4F5;--red-100: #FFE0E0;--red-200: #FF9595;--red-300: #FC3838;--red-400: #CC1515;--red-500: #AD0808;--gray-50: #F5F7FA;--gray-100: #EBEEF2;--gray-200: #E5E7EB;--gray-300: #D1D5DB;--gray-400: #9BA3AF;--gray-500: #6B7280;--on-amber: #111111;--on-red: #FFFFFF;--on-gray: #9BA3AF;--text-title: #0B0B0B;--text-lead: #272523;--text-body: #403E3C}@media(prefers-color-scheme:light){:root{--bg: #ffffff;--surface: #f8f9fb;--fg: #0b1220;--fg-muted: #4b5565;--border: #e5e7eb}}body{background:var(--bg);font-family:var(--font-body);font-size:var(--fs-body);font-weight:400;line-height:1.6;color:var(--text-body)}.ui-title{font-family:var(--font-title);font-size:var(--fs-title);font-weight:700;line-height:1.25;letter-spacing:.2px;margin:0;color:var(--text-title)}.ui-lead{font-family:var(--font-body);font-size:var(--fs-lead);font-weight:600;line-height:1.5;margin:.25rem 0 0;color:var(--text-lead)}.ui-paragraph{font-family:var(--font-body);font-size:var(--fs-body);font-weight:400;line-height:1.6;margin:.5rem 0 0}h1,h2,h3,h4,h5,h6,button,.tag{font-family:var(--font-title)}h1{font-size:clamp(1.5rem,2vw + 1rem,2rem);margin-bottom:.5rem}h2{font-size:clamp(1.25rem,1.5vw + .75rem,1.5rem)}h3{font-size:1.125rem}.container{margin-inline:auto}.grid{display:grid}.cols-1{grid-template-columns:1fr}.gap-md{gap:var(--space-md)}@media(min-width:768px){.md\:cols-2{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.lg\:cols-3{grid-template-columns:repeat(3,1fr)}}.stack-sm>*+*{margin-top:var(--space-sm)}.stack-md>*+*{margin-top:var(--space-md)}.stack-lg>*+*{margin-top:var(--space-lg)}.visually-hidden{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap}.text-muted{color:var(--fg-muted)}.mt-md{margin-top:var(--space-md)}.mb-md{margin-bottom:var(--space-md)}._wrapper_b8rxf_1{height:100dvh;overflow:hidden;display:grid;grid-template-rows:var(--topbar-h) 1fr var(--footer-h)}._header_b8rxf_8{height:12vh;position:sticky;top:0;z-index:10;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid var(--border);background:color-mix(in oklab,var(--bg) 85%,white 15%)}._brand_b8rxf_22{font-weight:700;letter-spacing:.2px}._burger_b8rxf_27{font-size:1.25rem;background:none;border:1px solid var(--border);padding:.25rem .5rem;border-radius:.5rem;display:inline-flex;align-items:center}._nav_b8rxf_37{display:none;gap:1rem}._nav_b8rxf_37 a{text-decoration:none;color:var(--fg);padding:.25rem .5rem;border-radius:.375rem}._active_b8rxf_49{background:var(--surface)}@media(min-width:768px){._burger_b8rxf_27{display:none}._nav_b8rxf_37{display:flex}}._open_b8rxf_66{display:flex;flex-direction:column;position:absolute;left:0;right:0;top:56px;background:var(--bg);border-bottom:1px solid var(--border);padding:.75rem 1rem;gap:.5rem}._main_b8rxf_80{padding:1.5rem 0}._footer_b8rxf_84{border-top:1px solid var(--border);padding:1rem 0;color:var(--fg-muted);height:9vh}._mainGrid_b8rxf_91{display:grid;grid-template-columns:18vw 1fr;height:84vh;overflow:hidden;background:var(--bg)}._content_b8rxf_100{position:relative;height:100%;width:100%;overflow:auto;color:var(--text-body);isolation:isolate}._wrapper_b8rxf_1{min-height:100dvh;background:#f6f7f9;display:grid;grid-template-rows:auto 1fr auto}._mainGrid_b8rxf_91{--sidebar-w: 18vw;display:grid;grid-template-columns:var(--sidebar-w) 1fr;gap:0;min-height:0}._mainGridLogin_b8rxf_129{display:grid;grid-template-columns:1fr}._content_b8rxf_100{min-height:calc(100dvh - 120px);padding:24px 16px;overflow:auto;background:#f6f7f9}._contentLogin_b8rxf_145{display:grid;place-items:center;overflow:visible;background:#f6f7f9}._footer_b8rxf_84{padding:16px 0;color:#6b7280;background:#f6f7f9;border-top:1px solid #e5e7eb}@media(max-width:1024px){._mainGrid_b8rxf_91{grid-template-columns:1fr}}._topbar_119zv_2{position:sticky;top:0;z-index:40;width:100%;display:grid;grid-template-columns:22vw auto 18vw;align-items:center;gap:12px;background:#fff;border-bottom:1px solid var(--border);box-shadow:0 6px 24px #0000000f}._left_119zv_20{display:inline-flex;align-items:center;gap:8px;height:100%;background:#d13338;width:18vw;padding-left:8px;box-sizing:border-box}._menuBtn_119zv_31{display:none;appearance:none;border:1px solid rgba(255,255,255,.55);background:#ffffff24;color:#fff;width:36px;height:36px;border-radius:10px;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}._menuBtn_119zv_31:hover{background:#ffffff38}._banner_119zv_50{height:100%;width:18vw;overflow:hidden}._bannerImg_119zv_58{width:100%;height:120%;object-fit:cover;display:block}._search_119zv_66{justify-self:stretch;width:100%;height:50px;display:flex;align-items:center;gap:.5rem;background:var(--surface);border:1px solid var(--border);border-radius:9999px;padding:0 .75rem;box-sizing:border-box}._iconBtn_119zv_83{appearance:none;border:0;background:transparent;color:var(--red-400);display:inline-flex;align-items:center;justify-content:center;padding:0 .25rem;cursor:pointer}._input_119zv_95{flex:1;border:0;background:transparent;outline:none;font-family:var(--font-body);font-size:16px;color:var(--text-body);height:100%}._search_119zv_66:focus-within{outline:3px solid #fff;outline-offset:3px}._right_119zv_113{display:inline-flex;justify-content:flex-end;gap:12px;padding-right:2rem}._greeting_119zv_120{display:inline-grid;grid-auto-flow:column;align-items:center;gap:8px}._hello_119zv_127{color:var(--red-400);font-weight:700}._identity_119zv_132{display:grid;line-height:1.2}._name_119zv_137{font-family:var(--font-title);font-weight:700;color:var(--text-title)}._role_119zv_143{font-size:13px;color:var(--text-lead)}._avatar_119zv_148{width:40px;height:40px;border-radius:9999px;border:1px solid var(--border);color:#111;background:#fff;display:inline-flex;align-items:center;justify-content:center}@media(max-width:1024px){._menuBtn_119zv_31{display:inline-flex}._left_119zv_20{width:auto;min-width:150px;padding-right:8px}._identity_119zv_132{display:none}._banner_119zv_50{width:clamp(150px,30vw,210px)}}@media(max-width:600px){._topbar_119zv_2{height:56px;grid-template-columns:auto 1fr auto;gap:8px}._search_119zv_66{height:36px}._left_119zv_20{min-width:112px}._banner_119zv_50{width:112px}._right_119zv_113{padding-right:8px}}._sidebar_1sfk5_2{position:sticky;top:0;height:100%;width:18vw;overflow:auto;background:var(--surface);color:var(--fg);border-right:1px solid var(--border);box-shadow:0 2px 16px #0000000f;display:grid;grid-template-rows:auto 1fr auto;z-index:30;transform:translate(0);transition:transform .25s ease}._brandSlot_1sfk5_19{padding:1rem;border-bottom:1px solid var(--border);min-height:64px}._nav_1sfk5_25{padding:.75rem;overflow:auto}._section_1sfk5_30+._section_1sfk5_30{margin-top:.75rem}._heading_1sfk5_34{font-family:var(--font-body);font-size:.85rem;font-weight:600;color:var(--fg-muted);text-transform:none;margin:.5rem .5rem .25rem}._list_1sfk5_43{list-style:none;margin:0;padding:0}._link_1sfk5_49{display:flex;align-items:center;gap:.6rem;padding:.55rem .75rem;margin:.15rem .25rem;border-radius:.75rem;text-decoration:none;color:var(--text-body, var(--fg));border-left:3px solid transparent}._link_1sfk5_49:hover{background:color-mix(in oklab,var(--surface),white 8%)}._link_1sfk5_49:focus-visible{outline:3px solid #fff;outline-offset:3px}._icon_1sfk5_71{width:1.1rem;display:inline-flex;justify-content:center}._active_1sfk5_77{border-left-color:var(--amber-500);background:color-mix(in oklab,var(--surface),white 14%);font-weight:700;color:var(--text-title, var(--fg))}._footer_1sfk5_84{padding:.75rem;border-top:1px solid var(--border)}._logout_1sfk5_89{color:var(--red-400);text-decoration:none;font-weight:600}._logout_1sfk5_89:hover{text-decoration:underline}._overlay_1sfk5_100{position:fixed;inset:0;background:#00000040;opacity:0;pointer-events:none;transition:opacity .25s ease;z-index:20}._overlayOpen_1sfk5_110{opacity:1;pointer-events:auto}@media(min-width:1025px){._overlay_1sfk5_100{display:none}}@media(max-width:1024px){._sidebar_1sfk5_2{position:fixed;width:min(78vw,320px);height:100dvh;left:0;top:0;transform:translate(-100%);z-index:30}._open_1sfk5_132{transform:translate(0)}}._btn_1nyho_2{--bg: transparent;--fg: inherit;--bd: transparent;appearance:none;background:var(--bg);color:var(--fg);border:1px solid var(--bd);border-radius:9999px;font-weight:700;letter-spacing:.1px;padding:.6rem 1.1rem;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .2s,color .2s,border-color .2s,box-shadow .2s,transform .06s;background-clip:padding-box;width:auto;height:auto}._btn_1nyho_2:active{transform:translateY(1px)}._btn_1nyho_2:disabled{cursor:not-allowed;opacity:.95}._btn_1nyho_2:focus-visible{outline:none}._block_1nyho_35{width:100%}._size-sm_1nyho_40{padding:.45rem .9rem;font-size:.9rem}._size-md_1nyho_45{padding:.6rem 1.1rem;font-size:1rem}._size-lg_1nyho_50{padding:.8rem 1.25rem;font-size:1.05rem}._variant-ctaPrimary_1nyho_56{--bg: var(--amber-500);--bd: var(--amber-600);--fg: var(--on-amber);background:var(--bg);border-color:var(--bd);color:var(--fg)}._variant-ctaPrimary_1nyho_56:focus-visible,._variant-ctaPrimary_1nyho_56:hover:focus-visible{outline:3px solid var(--amber-600);outline-offset:5px;box-shadow:none}._variant-ctaPrimary_1nyho_56:hover:not(:disabled){background:var(--red-500);border-color:var(--red-400);color:var(--on-red)}._variant-ctaPrimary_1nyho_56:disabled{background:var(--gray-200);border-color:var(--gray-300);color:var(--gray-400)}._variant-cta_1nyho_56{background:transparent;color:var(--amber-700);border-color:var(--amber-500)}._variant-cta_1nyho_56:focus-visible,._variant-cta_1nyho_56:hover:focus-visible{outline:3px solid var(--amber-600);outline-offset:5px;box-shadow:none}._variant-cta_1nyho_56:hover:not(:disabled){background:var(--red-500);border-color:var(--red-400);color:var(--on-red)}._variant-cta_1nyho_56:disabled{background:transparent;border-color:var(--gray-300);color:var(--gray-400)}._variant-ctaTertiary_1nyho_111{background:transparent;border-color:transparent;color:var(--red-400);padding-inline:.9rem}._variant-ctaTertiary_1nyho_111:focus-visible{box-shadow:inset 0 0 0 2px #fff,0 0 0 1px var(--red-400);border-color:var(--red-400)}._variant-ctaTertiary_1nyho_111:hover:not(:disabled){background:var(--red-500);border-color:var(--red-400);color:var(--on-red)}._variant-ctaTertiary_1nyho_111:disabled{background:transparent;border-color:transparent;color:var(--gray-400);padding-inline:.9rem}._overlay_e0j0q_3{position:fixed;inset:0;background:#00000047;display:grid;place-items:center;z-index:20000;padding:clamp(16px,2vw,32px);overflow-y:auto}._card_e0j0q_10{--card-max: 710px;--card-min-h: 360px;--pad-t: 20px;--pad-r: 22px;--pad-b: 20px;--pad-l: 22px;width:min(92vw,var(--card-max));min-height:clamp(260px,40vh,var(--card-min-h));background:#fff;border-radius:16px;box-shadow:0 12px 40px #0000002e;padding:var(--pad-t) var(--pad-r) var(--pad-b) var(--pad-l);outline:none;position:relative;max-height:min(90vh,960px);overflow-y:auto;overscroll-behavior:contain}._header_e0j0q_28{display:grid;grid-auto-flow:row;justify-items:center;row-gap:16px;margin:0}._iconWrap_e0j0q_29{width:clamp(72px,12vw,112px);height:clamp(72px,12vw,112px);border-radius:9999px;display:grid;place-items:center}._iconWrap_e0j0q_29 svg,._iconWrap_e0j0q_29 i,._iconWrap_e0j0q_29 span{width:clamp(40px,6vw,72px);height:clamp(40px,6vw,72px)}._title_e0j0q_38{margin:0;font-size:clamp(18px,2.1vw,22px);color:var(--gray-900);text-align:center}._desc_e0j0q_39{margin:8px 0 0;color:var(--gray-700);font-size:clamp(14px,1.75vw,16px);text-align:center;line-height:1.25}._textarea_e0j0q_42{width:100%;min-height:clamp(140px,24vh,232px);resize:vertical;border-radius:12px;border:1px solid var(--gray-300);padding:12px 14px;outline:none;margin-top:8px;background:#fff;color:var(--gray-900);font-family:inherit;font-size:clamp(14px,1.75vw,16px);line-height:1.5}._textarea_e0j0q_42:focus{border-color:var(--amber-500);box-shadow:0 0 0 3px color-mix(in srgb,var(--amber-500) 20%,transparent);background:#fff}._textarea_e0j0q_42::placeholder{color:var(--gray-400)}._actions_e0j0q_62{display:flex;justify-content:center;gap:12px;width:calc(100% - var(--pad-l) - var(--pad-r));margin:0 auto}._actions_e0j0q_62 button{height:42px;min-width:154px;border-radius:9999px}._v-success_e0j0q_72 ._iconWrap_e0j0q_29{background:color-mix(in srgb,var(--green-600) 16%,transparent)}._v-confirm_e0j0q_73 ._iconWrap_e0j0q_29{background:color-mix(in srgb,var(--amber-500) 18%,transparent)}._v-sent_e0j0q_74 ._iconWrap_e0j0q_29{background:color-mix(in srgb,var(--green-600) 16%,transparent)}._v-canceled_e0j0q_75 ._iconWrap_e0j0q_29{background:color-mix(in srgb,var(--red-500) 18%,transparent)}._v-info_e0j0q_76 ._iconWrap_e0j0q_29{background:var(--gray-100)}._v-reject_e0j0q_80._card_e0j0q_10{--card-max: 710px;--card-min-h: 479px;--pad-t: clamp(24px, 4vh, 38px);--pad-r: clamp(18px, 4vw, 40px);--pad-b: clamp(20px, 4vh, 33px);--pad-l: clamp(22px, 5vw, 47px)}._v-reject_e0j0q_80 ._iconWrap_e0j0q_29{background:transparent;border:4px solid var(--amber-500);color:var(--amber-500);display:grid!important}._iconWarn_e0j0q_98{font-size:clamp(48px,8vw,72px);font-weight:700;line-height:1;display:flex;align-items:center;justify-content:center}._v-reject_e0j0q_80 ._title_e0j0q_38{font-family:Montserrat,system-ui;font-weight:600;color:var(--amber-500)}._v-reject_e0j0q_80 ._textarea_e0j0q_42:placeholder-shown{text-align:center;padding-top:clamp(64px,10vh,86px)}._v-reject_e0j0q_80 ._textarea_e0j0q_42:focus,._v-reject_e0j0q_80 ._textarea_e0j0q_42:not(:placeholder-shown){text-align:left;padding-top:12px}._v-reject_e0j0q_80 ._actions_e0j0q_62{position:relative;margin-top:clamp(18px,3vh,33px);padding-top:clamp(18px,3vh,24px);gap:28px}._v-reject_e0j0q_80 ._actions_e0j0q_62:before{content:"";position:absolute;left:calc(var(--pad-l) * -1);right:calc(var(--pad-r) * -1);top:calc(clamp(18px,1vh,24px)*-1);height:3px;background:#d9d9d9;border-radius:2px}._v-reject_e0j0q_80 ._actions_e0j0q_62 [data-variant=cta]{background:transparent;color:var(--red-500);border-color:var(--red-500)}._v-reject_e0j0q_80 ._actions_e0j0q_62 [data-variant=cta]:hover:not(:disabled),._v-reject_e0j0q_80 ._actions_e0j0q_62 [data-variant=cta]:focus-visible{border-color:var(--red-500)}._v-confirm_e0j0q_73._card_e0j0q_10{--card-max: 720px;--card-min-h: 320px;--pad-t: clamp(18px, 2.5vh, 24px);--pad-r: clamp(16px, 3vw, 28px);--pad-b: clamp(14px, 2.5vh, 20px);--pad-l: clamp(18px, 3.5vw, 32px);max-height:85vh;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden}._v-confirm_e0j0q_73 ._iconWrap_e0j0q_29{background:transparent;border:4px solid var(--green-200);color:var(--green-200)}._v-confirm_e0j0q_73 ._title_e0j0q_38{font-family:Montserrat,system-ui;font-weight:600;color:var(--green-200);font-size:clamp(16px,1.8vw,20px)}._v-confirm_e0j0q_73 ._desc_e0j0q_39{margin:6px 0 clamp(16px,3vh,28px);font-size:clamp(13px,1.5vw,15px)}._v-confirm_e0j0q_73 ._header_e0j0q_28{flex-shrink:0;position:sticky;top:0;background:#fff;z-index:10;padding-bottom:8px}._v-confirm_e0j0q_73 ._actions_e0j0q_62{flex-shrink:0;position:sticky;bottom:0;background:#fff;z-index:10;padding-top:8px;margin-top:auto}._v-confirm_e0j0q_73 ._actions_e0j0q_62{position:relative;padding-top:clamp(12px,2vh,18px);gap:0;justify-content:space-evenly;margin-top:clamp(24px,4vh,40px);flex-shrink:0}._v-confirm_e0j0q_73 ._actions_e0j0q_62:before{content:"";position:absolute;left:calc(var(--pad-l) * -1);right:calc(var(--pad-r) * -1);top:calc(clamp(18px,3.5vh,24px)*-1);height:3px;background:#d9d9d9;border-radius:2px}._v-confirm_e0j0q_73 ._actions_e0j0q_62 [data-variant=cta]{background:transparent;color:var(--red-500);border-color:var(--red-500)}._v-confirm_e0j0q_73 ._actions_e0j0q_62 [data-variant=cta]:hover:not(:disabled),._v-confirm_e0j0q_73 ._actions_e0j0q_62 [data-variant=cta]:focus-visible{border-color:var(--red-500)}._v-success_e0j0q_72._card_e0j0q_10{--card-max: 710px;--card-min-h: 479px;--pad-t: clamp(24px, 4vh, 38px);--pad-r: clamp(18px, 4vw, 40px);--pad-b: clamp(20px, 4vh, 33px);--pad-l: clamp(22px, 5vw, 47px)}._v-success_e0j0q_72 ._iconWrap_e0j0q_29{background:transparent;border:4px solid var(--green-200);color:var(--green-200)}._v-success_e0j0q_72 ._title_e0j0q_38{font-family:Montserrat,system-ui;font-weight:600;color:var(--green-200)}._v-success_e0j0q_72 ._desc_e0j0q_39{margin:18px auto clamp(28px,6vh,60px)}._v-success_e0j0q_72 ._actions_e0j0q_62{position:relative;padding-top:clamp(70px,10vh,90px);gap:0;justify-content:space-evenly}._v-success_e0j0q_72 ._actions_e0j0q_62:before{content:"";position:absolute;left:calc(var(--pad-l) * -1);right:calc(var(--pad-r) * -1);top:clamp(36px,3vh,50px);height:3px;background:#d9d9d9;border-radius:2px}._v-success_e0j0q_72 ._actions_e0j0q_62 [data-variant=cta]{background:transparent;color:var(--red-500);border-color:var(--red-500)}._v-success_e0j0q_72 ._actions_e0j0q_62 [data-variant=cta]:hover:not(:disabled),._v-success_e0j0q_72 ._actions_e0j0q_62 [data-variant=cta]:focus-visible{border-color:var(--red-500)}._v-sent_e0j0q_74._card_e0j0q_10{--card-max: 573px;--card-min-h: 290px;--pad-t: clamp(20px, 4vh, 38px);--pad-r: clamp(18px, 4vw, 40px);--pad-b: clamp(18px, 4vh, 33px);--pad-l: clamp(18px, 5vw, 47px)}._v-sent_e0j0q_74 ._iconWrap_e0j0q_29{background:transparent;border:4px solid var(--green-200);color:var(--green-200)}._v-sent_e0j0q_74 ._title_e0j0q_38{font-family:Montserrat,system-ui;font-weight:600;color:var(--green-200)}._v-sent_e0j0q_74 ._actions_e0j0q_62{justify-content:center;gap:0;padding-top:0;margin-top:clamp(18px,4vh,28px)}._v-sent_e0j0q_74 ._actions_e0j0q_62:before{content:none!important}._v-canceled_e0j0q_75._card_e0j0q_10{--card-max: 573px;--card-min-h: 290px;--pad-t: clamp(20px, 4vh, 38px);--pad-r: clamp(18px, 4vw, 40px);--pad-b: clamp(18px, 4vh, 33px);--pad-l: clamp(18px, 5vw, 47px)}._v-canceled_e0j0q_75 ._iconWrap_e0j0q_29{background:transparent;border:4px solid var(--red-500);color:var(--red-500)}._v-canceled_e0j0q_75 ._title_e0j0q_38{font-family:Montserrat,system-ui;font-weight:600;color:var(--red-500)}._v-canceled_e0j0q_75 ._actions_e0j0q_62{justify-content:center;gap:0;padding-top:0;margin-top:clamp(18px,4vh,28px)}._v-canceled_e0j0q_75 ._actions_e0j0q_62:before{content:none!important}._v-info_e0j0q_76._card_e0j0q_10{--card-max: 573px;--card-min-h: 290px;--pad-t: clamp(20px, 4vh, 38px);--pad-r: clamp(18px, 4vw, 40px);--pad-b: clamp(18px, 4vh, 33px);--pad-l: clamp(18px, 5vw, 47px)}._v-info_e0j0q_76 ._iconWrap_e0j0q_29{background:transparent;border:4px solid var(--gray-300);color:var(--gray-300)}._v-info_e0j0q_76 ._title_e0j0q_38{font-family:Montserrat,system-ui;font-weight:600;color:var(--gray-700)}._v-info_e0j0q_76 ._actions_e0j0q_62{justify-content:center;gap:0;padding-top:0;margin-top:clamp(18px,4vh,28px)}._v-info_e0j0q_76 ._actions_e0j0q_62:before{content:none!important}._rightIcon_1ebzr_1{position:absolute;right:12px;top:50%;transform:translateY(-50%);display:flex;align-items:center;pointer-events:auto;height:24px}._wrapper_1ebzr_15{--w: 24vw;--h: 6vh;--radius: 1.4vh;--padX: 1.2vw;--padY: .9vh;--label: 1.5vh;--font: 1.7vh;width:var(--w);min-height:calc(var(--h) + 2.2vh);display:flex;flex-direction:column;gap:.6vh;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial}._label_1ebzr_32{font-size:var(--label);color:#6b7280;-webkit-user-select:none;user-select:none}._box_1ebzr_39{position:relative;min-height:var(--h);display:flex;align-items:stretch;border:1.6px solid #e5e7eb;border-radius:var(--radius);padding:var(--padY) var(--padX);background:#fff;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}._textarea_1ebzr_52 ._box_1ebzr_39{min-height:auto;align-items:flex-start}._input_1ebzr_59{width:100%;min-height:100%;border:none;outline:none;font-size:var(--font);color:#111827;background:transparent;resize:none;overflow-y:hidden}._input_1ebzr_59::placeholder{color:#9ca3af}textarea._input_1ebzr_59{min-height:6vh;max-height:28vh;resize:vertical;background:transparent;border:none;width:100%;box-sizing:border-box;font-family:inherit;font-size:var(--font);color:#111827;padding:0;line-height:1.5;transition:box-shadow .15s;display:block;overflow-y:auto;word-wrap:break-word;overflow-wrap:break-word;flex:1}textarea._input_1ebzr_59:focus{outline:none;box-shadow:none}._iconBtn_1ebzr_102{display:grid;place-items:center;height:calc(var(--h) * .9);width:calc(var(--h) * .9);border:none;background:transparent;cursor:pointer;outline:none;border-radius:calc(var(--radius) * .8)}._iconBtn_1ebzr_102:disabled{cursor:not-allowed}._default_1ebzr_119 ._box_1ebzr_39{border-color:#e5e7eb}._success_1ebzr_123 ._box_1ebzr_39{border-color:#22c55e}._warning_1ebzr_127 ._box_1ebzr_39{border-color:#f59e0b}._info_1ebzr_131 ._box_1ebzr_39{border-color:#06b6d4}._disabled_1ebzr_135 ._box_1ebzr_39{border-color:#e5e7eb;background:#f3f4f6}._disabled_1ebzr_135 ._box_1ebzr_39 textarea._input_1ebzr_59{background:transparent}._wrapper_1ebzr_15[aria-disabled=true] ._input_1ebzr_59,._wrapper_1ebzr_15[aria-disabled=true] ._iconBtn_1ebzr_102{pointer-events:none;color:#9ca3af;opacity:.8}._box_1ebzr_39:focus-within{box-shadow:0 0 0 .5vh #3b82f626}._pop_1ebzr_157{position:absolute;top:calc(100% + .8vh);left:0;width:100%;z-index:1000;background:#fff;border:1px solid #e5e7eb;border-radius:var(--radius);box-shadow:0 1vh 3vh #0000001f;overflow-y:auto;overflow-x:hidden;max-height:50vh;padding:.25rem;box-sizing:border-box;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.metadatoDateInput ._pop_1ebzr_157{position:fixed!important;z-index:9999999!important;overflow:visible!important}._option_1ebzr_184{width:100%;text-align:left;padding:.55rem .7rem;font-size:var(--font);background:#fff;color:#111827;border:none;border-radius:8px;line-height:1.3;white-space:normal;word-break:break-word;cursor:pointer}._option_1ebzr_184:hover{background:#f3f4f6}._calendar_1ebzr_204{width:100%;padding:.8vh .8vw 1.2vh}._calHead_1ebzr_209{display:flex;justify-content:space-between;align-items:center;gap:.5vw;padding:.6vh .4vw;width:100%;box-sizing:border-box}._navBtn_1ebzr_219{border:none;background:#f3f4f6;color:#111827;border-radius:1vh;padding:.4vh .8vw;cursor:pointer}._calTitle_1ebzr_228{text-align:center;font-size:calc(var(--font) * .95);font-weight:600}._calGrid_1ebzr_234{display:grid;grid-template-columns:repeat(7,1fr);gap:.4vh;margin-top:.6vh}._dow_1ebzr_241{font-size:calc(var(--font) * .8);color:#6b7280;text-align:center;padding:.3vh 0}._day_1ebzr_248{border:none;background:#fff;border-radius:.9vh;padding:.9vh 0;cursor:pointer;font-size:var(--font);color:#111827;font-weight:500}._day_1ebzr_248:hover{background:#f3f4f6}._dim_1ebzr_266{color:#d1d5db}._selected_1ebzr_271{background:#e0f2fe;box-shadow:inset 0 0 0 1.6px #38bdf8;color:#0f172a;font-weight:600}@media(max-width:768px){._wrapper_1ebzr_15{--w: 85vw;--h: 6.6vh;--font: 1.9vh}._iconBtn_1ebzr_102{width:calc(var(--h) * .95);height:calc(var(--h) * .95)}}._below_1ebzr_296{margin-top:.8vh;display:grid;gap:.9vh}._tagsWrap_1ebzr_303{display:grid;gap:.9vh;width:100%}._tagChip_1ebzr_309{width:100%;display:grid;grid-template-columns:1fr auto;align-items:center;gap:.8vw;padding:1.1vh 1.2vw;border:.15vh solid #e5e7eb;background:#fff;border-radius:9999px}._tagText_1ebzr_321{color:#6b7280;font-weight:600;font-size:1.65vh;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}._tagRemove_1ebzr_331{appearance:none;border:none;background:transparent;cursor:pointer;color:#9ca3af;font-size:2.2vh;line-height:1;padding:.2vh .6vw;border-radius:50%}._tagChip_1ebzr_309:hover{background:#fafafa;border-color:#d8dee5}._tagRemove_1ebzr_331:hover{color:#6b7280;background:#f3f4f6}._tagRemove_1ebzr_331:focus-visible{outline:.3vh solid var(--blue-400);outline-offset:.3vh;background:#eef2ff}._critList_1ebzr_360{display:grid;gap:1.2vh}._critRow_1ebzr_365{display:grid;grid-template-columns:minmax(0,1fr) max-content;align-items:start;gap:1vw}._critTag_1ebzr_374{width:100%;display:grid;grid-template-columns:1fr auto;align-items:start;gap:.8vw;padding:.95vh 1.2vw;background:#fff;border:1px solid #e5e7eb;border-radius:9999px;box-shadow:0 1px #00000008;margin-top:2.5vh}._critText_1ebzr_388{color:#6b7280;font-weight:600;font-size:1.65vh;white-space:normal;word-break:break-word;line-height:1.35}._critRemove_1ebzr_398{appearance:none;border:none;background:transparent;cursor:pointer;color:#9ca3af;font-size:2.2vh;line-height:1;padding:.2vh .6vw;border-radius:50%}._critRemove_1ebzr_398:hover{color:#6b7280;background:#f3f4f6}._pondField_1ebzr_416{display:grid;grid-template-rows:auto auto;row-gap:.35vh;align-self:start;justify-items:stretch}._pondLabel_1ebzr_424{font-size:1.35vh;color:#6b7280;font-weight:600;width:max-content;background:#fff;padding:0 .4vw;margin-left:.6vw;transform:translateY(60%)}._pondInput_1ebzr_435{width:10vw;height:5.2vh;border:1px solid #d1d5db;border-radius:1.2vh;padding:0 .8vw;font-size:1.7vh;background:#fff;outline:none;color:#111827}._pondInput_1ebzr_435::placeholder{color:#9ca3af}._pondInput_1ebzr_435:focus{box-shadow:0 0 0 .45vh #34d3992e;border-color:#86efac}@media(max-width:900px){._critRow_1ebzr_365{grid-template-columns:1fr 38vw}._pondInput_1ebzr_435{width:38vw}}._dateRangePicker_1ebzr_469{width:100%;padding:1.2vh 1vw;background:#fff;min-width:320px}._dateRangeRow_1ebzr_476{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}._dateSelectGroup_1ebzr_483{display:flex;flex-direction:column;gap:.5rem;flex:1}._dateSelectGroup_1ebzr_483 label{font-size:calc(var(--font) * .85);color:#6b7280;font-weight:500}._dateInputWrapper_1ebzr_496{position:relative}._dateInput_1ebzr_496{width:100%;padding:.6vh .8vw;border:1px solid #d1d5db;border-radius:.6vh;font-size:var(--font);background:#fff;color:#111827;cursor:pointer;outline:none;transition:all .15s ease}._dateInput_1ebzr_496:focus{border-color:#06b6d4;box-shadow:0 0 0 .3vh #06b6d426}._dateInput_1ebzr_496:hover{border-color:#9ca3af}._dateSeparator_1ebzr_522{font-size:calc(var(--font) * 1.2);font-weight:600;color:#6b7280;margin-top:1.5vh}._dateRangePreview_1ebzr_529{background:#f3f4f6;padding:.8vh 1vw;border-radius:.6vh;font-size:calc(var(--font) * .9);color:#374151;text-align:center;border:1px solid #e5e7eb}._dayInRange_1ebzr_540{background:#e0f2fe!important;color:#0f172a!important}._dayRangeStart_1ebzr_545,._dayRangeEnd_1ebzr_551{background:#06b6d4!important;color:#fff!important;font-weight:600!important}._rangeStatus_1ebzr_557{text-align:center;padding:.8vh;font-size:calc(var(--font) * .85);color:#6b7280;font-style:italic;margin-top:.5vh;border-top:1px solid #e5e7eb}:root{--bg: #f6f7f9;--card-bg: #ffffff;--text: #1f2937;--muted: #6b7280;--brand: #d0021b;--border: #e5e7eb;--radius: 16px;--shadow: 0 10px 30px rgba(0,0,0,.08)}._wrap_1kcd1_15{display:grid;place-items:center;background:var(--bg);padding:3rem 1rem}._card_1kcd1_22{width:min(480px,92vw);background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:28px;display:grid;gap:18px}._brandRow_1kcd1_33{display:flex;align-items:center;justify-content:center;gap:18px;margin-bottom:4px}._brandRow_1kcd1_33 img{height:10vh;object-fit:contain;filter:saturate(1.05)}._title_1kcd1_47{font-size:22px;font-weight:700;color:var(--text);text-align:center;margin:2px 0 6px}._chk_1kcd1_55{display:grid;grid-template-columns:18px 1fr;align-items:start;gap:10px;font-size:13.5px;line-height:1.3;color:var(--muted);-webkit-user-select:none;user-select:none}._chk_1kcd1_55 input[type=checkbox]{margin-top:2px;width:18px;height:18px;accent-color:var(--brand);cursor:pointer}._policyLink_1kcd1_74{color:var(--brand);text-decoration:underline}._policyLink_1kcd1_74:hover{text-decoration:none}._actions_1kcd1_83{margin-top:4px;display:flex;flex-direction:column;gap:10px}._linksRow_1kcd1_90{margin-top:-4px;display:flex;justify-content:center}._linksRow_1kcd1_90 a{font-size:13.5px;color:var(--brand);text-decoration:none}._linksRow_1kcd1_90 a:hover{text-decoration:underline}._error_1kcd1_106{margin-top:2px;background:#fee2e2;color:#991b1b;border:1px solid #fecaca;border-radius:10px;padding:10px 12px;font-size:13.5px}._eyeButton_1kcd1_116{border:0;background:transparent;color:#6b7280;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:2px}._eyeButton_1kcd1_116:focus-visible{outline:2px solid var(--brand);outline-offset:2px}@media(max-width:480px){._card_1kcd1_22{padding:22px;gap:16px}._brandRow_1kcd1_33 img{height:34px}._title_1kcd1_47{font-size:20px}}._card_1kcd1_22 :is(button,[type=checkbox]) :focus-visible,._card_1kcd1_22 :is(button,[type=checkbox]):focus-visible{outline:2px solid var(--brand);outline-offset:2px}._tabsBar_ae8zk_5{display:flex;align-items:flex-end;gap:.8vw;margin-bottom:1.6vh;overflow-x:auto;padding-bottom:.6vh;scrollbar-width:thin;scrollbar-color:#d1d5db transparent}._tabsBar_ae8zk_5::-webkit-scrollbar{height:.6vh}._tabsBar_ae8zk_5::-webkit-scrollbar-thumb{background-color:#d1d5db;border-radius:4px}._tab_ae8zk_5{border:1px solid #e5e7eb;background:#f3f4f6;color:#111827;border-radius:.8vw;padding:1.2vh 1.4vw;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .15s ease,color .15s ease,box-shadow .15s ease;-webkit-user-select:none;user-select:none}._tab_ae8zk_5:hover{background:#e9eaec}._tab_ae8zk_5._tabActive_ae8zk_43:hover{background:var(--red-400);color:#fff;cursor:default}._tab_ae8zk_5:focus{outline:2px solid var(--red-400);outline-offset:2px}._tab_ae8zk_5:disabled{background:#e5e7eb;color:#9ca3af;cursor:not-allowed;opacity:.7}._tabActive_ae8zk_43{background:var(--red-400);color:#fff;border-color:var(--red-400);box-shadow:0 .3vh #0000000d}._tabClose_ae8zk_69{margin-left:.6vw;border:0;background:transparent;cursor:pointer;font-size:2vh;line-height:1;opacity:.7}._tabClose_ae8zk_69:hover{opacity:1}._wrapper_17omg_7{--gap-x: 2vw;--gap-y: 2vh;--radius: 1vw;--shadow: 0 .3vh 1vh rgba(0,0,0,.08);padding:2vh 2vw 4vh;background:#fff;color:#111827;font-family:Inter,system-ui,sans-serif;scroll-behavior:auto;overflow-anchor:none}._title_17omg_21{font-size:2.6vh;line-height:1.2;margin:1vh 0 .6vh;color:#111827}._subtitle_17omg_22{color:#6b7280;margin-bottom:2vh;max-width:80vw}@media(max-width:1080px){._wFluid_17omg_25{width:100%!important}}._periodoHeader_17omg_28{display:flex;align-items:flex-end;gap:1.2vw;margin:5vh 0;flex-wrap:nowrap}._periodoLabel_17omg_35{font-weight:700;color:#111827;margin-right:.6vw;align-self:center;white-space:nowrap}._periodoTotal_17omg_38{margin-left:auto}@media(max-width:1080px){._periodoHeader_17omg_28{flex-wrap:wrap}._periodoLabel_17omg_35{flex:1 1 100%;margin-bottom:.6vh}._periodoHeader_17omg_28>:nth-child(2),._periodoHeader_17omg_28>:nth-child(3){flex:1 1 48%}._periodoTotal_17omg_38{margin-left:0;flex:1 1 100%;max-width:260px}}@media(max-width:720px){._periodoHeader_17omg_28{gap:1.6vh}._periodoHeader_17omg_28>*{flex:1 1 100%}._periodoTotal_17omg_38{max-width:none}}._periodoActions_17omg_58{display:flex;align-items:center;gap:1vw;margin:.8vh 0 5vh}._procBtn_17omg_59{font-weight:700;font-size:1.9vh;border-radius:50vw;border:2px solid;background:#fff;padding:.8vh .8vw;cursor:pointer;transition:all .2s ease}._procAdd_17omg_63{color:var(--green-300);border-color:var(--green-300)}._procAdd_17omg_63:hover{background:var(--green-300);color:#fff}._procDelete_17omg_65{color:var(--red-300);border-color:var(--red-300)}._procDelete_17omg_65:hover{background:var(--red-300);color:#fff}@media(max-width:900px){._periodoActions_17omg_58{flex-wrap:wrap;justify-content:center}._procBtn_17omg_59{width:100%;text-align:center}}._procCard_17omg_76{border:1px solid #e5e7eb;background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);padding:2vh 2vw;margin-bottom:3vh}._procHead_17omg_80{min-height:5vh;display:flex;align-items:center;padding:1.2vh 1vw;border-radius:.6vw;background:#f3f4f6;font-weight:700;color:#111827;margin-bottom:1.4vh;word-wrap:break-word;overflow-wrap:break-word;flex-wrap:wrap}._procHeadName_17omg_85{font-weight:600;color:#111827;margin-left:.4vw;word-wrap:break-word;overflow-wrap:break-word;white-space:normal}._actBlock_17omg_94{margin-top:2vh;border-top:1px solid #e5e7eb;padding-top:2vh}._actHeader_17omg_95{height:4.6vh;display:flex;align-items:center;padding:0 1vw;border-radius:.7vw;background:#f3f4f6;color:#111827;font-weight:600;margin-bottom:1.2vh}._actTitleName_17omg_99{margin-left:.4vw;font-weight:600;color:#111827;word-wrap:break-word;overflow-wrap:break-word;white-space:normal}._grid3_17omg_111{display:grid;grid-template-columns:1fr 1fr 1fr;gap:var(--gap-x);margin-top:1vh}._grid3Seguimiento_17omg_112{margin-top:.4vh}._label_17omg_113{font-weight:600;color:#111827;margin:1vh 0 .6vh;display:block}._input_17omg_114{width:100%;height:6vh;border:1px solid #e5e7eb;border-radius:.8vw;padding:0 1vw;background:#fff;outline:none}._input_17omg_114:focus{border-color:#d1d5db}._note_17omg_118{display:block;font-size:1.55vh;color:#6b7280;margin-top:.6vh}._entregableCol_17omg_123{display:grid;grid-template-columns:auto auto;column-gap:1vw;row-gap:.6vh;align-items:center;margin-top:1.2vh;text-align:right;justify-items:flex-start;font-size:2vh}._entregableCheck_17omg_127{display:flex;align-items:center}._entregableCheck_17omg_127 input[type=checkbox]{width:24px;height:24px;min-width:24px;min-height:24px;cursor:pointer;accent-color:var(--amber-500, #f59e0b);background-color:#fff;border:2px solid #d1d5db;border-radius:4px;appearance:none;-webkit-appearance:none;-moz-appearance:none;position:relative;transition:all .15s ease}._entregableCheck_17omg_127 input[type=checkbox]:hover:not(:disabled){border-color:var(--amber-500, #f59e0b);background-color:#fffbeb}._entregableCheck_17omg_127 input[type=checkbox]:checked{background-color:var(--amber-500, #f59e0b);border-color:var(--amber-500, #f59e0b)}._entregableCheck_17omg_127 input[type=checkbox]:checked:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) rotate(45deg);width:6px;height:12px;border:solid white;border-width:0 2px 2px 0;box-shadow:0 0 0 1px #ffffff4d}._entregableCheck_17omg_127 input[type=checkbox]:disabled{opacity:.5;cursor:not-allowed}._entregableNote_17omg_171{grid-column:1 / span 2;color:#6b7280;font-size:1.5vh}._addActRow_17omg_176{margin-top:5vh;margin-bottom:3vh;display:flex;justify-content:flex-end}._avisosContainer_17omg_181{position:fixed;top:120px;left:50%;transform:translate(-50%);z-index:10000;width:auto;max-width:min(600px,calc(100vw - 2rem));min-width:300px;max-height:min(400px,calc(100vh - 160px));background-color:#fff;border-radius:12px;box-shadow:0 8px 24px #00000026;border:1px solid #e5e7eb;display:flex;flex-direction:column;overflow:hidden;pointer-events:auto;contain:layout style paint;will-change:transform;isolation:isolate;scroll-margin:0;scroll-padding:0}._avisosHeader_17omg_209{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;background-color:#f9fafb;border-bottom:1px solid #e5e7eb;flex-shrink:0}._avisosTitle_17omg_219{margin:0;font-size:1.1rem;font-weight:600;color:#111827}._avisosCloseBtn_17omg_226{background:none;border:none;font-size:1.5rem;line-height:1;color:#6b7280;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s;flex-shrink:0}._avisosCloseBtn_17omg_226:hover{background-color:#e5e7eb;color:#111827}._avisosContent_17omg_249{padding:1rem 1.25rem;overflow-y:auto;overflow-x:hidden;max-height:calc(100% - 60px);min-height:0}._avisoItem_17omg_257{padding:.75rem 1rem;margin-bottom:.75rem;border-radius:8px;font-size:.95rem;line-height:1.5;word-wrap:break-word;overflow-wrap:break-word}._avisoItem_17omg_257:last-child{margin-bottom:0}._avisoSuccess_17omg_271{background-color:#f0fdf4;color:#166534;border-left:4px solid #22c55e}._avisoWarning_17omg_277{background-color:#fffbeb;color:#92400e;border-left:4px solid #f59e0b}._avisoError_17omg_283{background-color:#fef2f2;color:#991b1b;border-left:4px solid #ef4444}._avisos_17omg_181{margin:1.6vh 0 .6vh;padding-left:1.2vw;color:var(--red-500);font-size:1.8vh}._avisos_17omg_181 li{margin:.4vh 0}._footer_17omg_296{display:flex;justify-content:space-between;align-items:center;padding:2vh 2vw 3vh;margin-top:4vh;border-top:.1vh solid #e5e7eb;background:linear-gradient(180deg,#f9fafb00,#f9fafb)}._footerLeft_17omg_301{display:flex;align-items:center;gap:1.5vw}._footerLeft_17omg_301 button,._footerRight_17omg_302 button{border-radius:2vw;font-weight:700;font-size:1.6vh;padding:1.2vh 2.4vw;line-height:1;white-space:nowrap;display:flex;align-items:center;justify-content:center}._footerRight_17omg_302 button{padding:1vh 2vw;border-radius:2vw;font-size:1.7vh}._footerRight_17omg_302{margin-left:auto;display:flex;align-items:center;justify-content:flex-end;gap:1rem}@media(max-width:900px){._footer_17omg_296{flex-direction:column;gap:2vh}._footerLeft_17omg_301,._footerRight_17omg_302{width:100%;justify-content:center}._footerLeft_17omg_301 button,._footerRight_17omg_302 button{width:80%;font-size:1.8vh}}._fechasWrap_17omg_317{display:block;margin-top:4vh}._fechasList_17omg_318{display:grid;gap:1.2vh;margin-top:1.2vh}._fechaItem_17omg_321{display:grid;grid-template-columns:1fr 12vw;align-items:center;gap:1vw}._tagChip_17omg_329{display:inline-flex;align-items:center;justify-content:space-between;width:100%;padding:1vh 1vw;border:1px solid #e5e7eb;border-radius:999px;background:#fff;box-shadow:0 1px #00000005 inset;margin-top:1.2vh}._tagText_17omg_335{font-weight:600;color:#858586;white-space:nowrap;font-size:2vh}._tagRemove_17omg_336{border:none;background:transparent;margin-left:1vw;font-size:2vh;line-height:1;cursor:pointer;color:#9ca3af}._tagRemove_17omg_336:hover{color:#6b7280}._pesoBox_17omg_339{display:block}._fechaItem_17omg_321 ._pesoBox_17omg_339>*{width:100%!important}._sumRow_17omg_346{margin-top:1vh;font-size:.75rem;color:#6b7280}._sumError_17omg_347{color:var(--red-300)}._sumHint_17omg_348{font-weight:600}._inputRight_17omg_349 input{text-align:right}@media(max-width:1080px){._fechaItem_17omg_321{grid-template-columns:1fr;gap:1vh}}@media(max-width:720px){._fechasWrap_17omg_317{margin-top:2vh}._tagText_17omg_335{font-size:1.8vh}}@media(max-width:1080px){._grid3_17omg_111{grid-template-columns:1fr 1fr;gap:2vh 2vw}}@media(max-width:720px){._actHeader_17omg_95,._procHead_17omg_80,._actHeaderBar_17omg_370{min-height:6vh}._grid3_17omg_111{grid-template-columns:1fr;gap:1.2vh}}._actRow_17omg_377{margin-top:2vh;border-top:1px solid #e5e7eb;padding-top:0}._actHeaderBar_17omg_370{display:flex;align-items:center;justify-content:space-between;background:#f3f4f6;border-radius:.7vw;min-height:4.6vh;padding:1.2vh 1vw;word-wrap:break-word;overflow-wrap:break-word;flex-wrap:wrap}._actTitle_17omg_99{font-weight:600;color:#111827;flex:1;word-wrap:break-word;overflow-wrap:break-word;white-space:normal}._actTools_17omg_391{display:flex;align-items:center;gap:.6vw}._iconBtn_17omg_392{appearance:none;border:0;background:transparent;cursor:pointer;width:4.2vh;height:4.2vh;border-radius:50%;display:grid;place-items:center;transition:background .15s ease,color .15s ease,transform .1s ease;color:#111827}._iconBtn_17omg_392:hover{background:#e5e7eb}._icon_17omg_392{width:2.2vh;height:2.2vh}._chevOpen_17omg_398,._chevClosed_17omg_398{transform:rotate(0);transition:transform .15s ease}._actBody_17omg_399{padding:1.6vh 0 0}._actRow_17omg_377+._actRow_17omg_377{margin-top:1.2vh}._dragging_17omg_405{background:#fef3c7;transform:scale(1.01);box-shadow:0 .4vh 1vh #00000026;border-radius:.7vw}._respSearchBox_17omg_413,._respField_17omg_414>*{width:26vw;max-width:100%;margin-top:2vh}@media(max-width:1080px){._respSearchBox_17omg_413,._respField_17omg_414>*{width:100%}}._respField_17omg_414 input,._respField_17omg_414 textarea,._respField_17omg_414 :where([class*=input],[class*=Input]){min-height:5.2vh;height:5.2vh;line-height:5.2vh}._respField_17omg_414 :where([class*=tag],[class*=Tag],[class*=chip],[class*=Chip],[class*=pill],[class*=Pill],[class*=selected],[class*=tokens],[class*=labels]){display:none!important}._respField_17omg_414{margin-bottom:1.2vh}._respTags_17omg_440{display:flex;flex-direction:column;gap:1vh;width:26vw;max-width:100%}@media(max-width:1080px){._respTags_17omg_440,._respTag_17omg_440{width:100%}}._respTag_17omg_440{width:26vw;max-width:100%;display:flex;align-items:center;justify-content:space-between;gap:1vw;padding:1.1vh 1.4vw;border:.15vh solid #e5e7eb;background:#fff;border-radius:2.2vw;cursor:default}._respTag_17omg_440:hover{background:#fafafa;border-color:#cfd6dd;box-shadow:0 .2vh .6vh #0000000d}._respTagLabel_17omg_455{color:#adafb4;font-weight:600;font-size:1.7vh;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._respTagCloseBtn_17omg_465{appearance:none;border:none;background:transparent;color:#9ca3af;font-size:2.2vh;line-height:1;padding:.4vh .6vw;border-radius:50%;cursor:pointer;flex-shrink:0}._respTagCloseBtn_17omg_465:hover{color:#6b7280;background:#f3f4f6}._respTagCloseBtn_17omg_465:focus-visible{outline:.3vh solid var(--blue-400);outline-offset:.3vh;background:#eef2ff}._respField_17omg_414 :where(svg,._searchIcon_17omg_472){color:#d71e1e;stroke:#d71e1e;fill:#d71e1e}._pctGroup_17omg_477{display:flex;flex-direction:column;gap:.8vh;margin-bottom:2vh;margin-top:5vh;margin-left:auto}@media(max-width:1080px){._pctGroup_17omg_477{margin-left:0}}._pctInput_17omg_479 input,._pctInput_17omg_479 textarea,._pctInput_17omg_479 [class*=input]{height:5.2vh;min-height:5.2vh;line-height:5.2vh;border-radius:1.2vw;font-size:1.9vh}._pctNote_17omg_482{color:var(--on-gray);font-size:1.6vh}._revisorBlock_17omg_487{margin-top:1rem;display:grid;gap:1rem}._attachWrap_17omg_488{display:grid;gap:.8rem;align-content:start}._seguimientoBox_17omg_493{border:1px solid #e5e7eb;background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);padding:2vh 2vw;margin:3vh 0 5vh}._seguimientoHeader_17omg_498{display:flex;align-items:center;gap:1vw;margin-bottom:2vh}._seguimientoTitle_17omg_499{font-weight:700;color:#111827;white-space:nowrap;margin-right:.6vw}._segNumWrap_17omg_500{margin-left:0}._segNumSelect_17omg_501{min-width:12vw}._seguimientoRow_17omg_504{display:grid;grid-template-columns:12vw 12.5vw 12.5vw 10vw;gap:8vw;align-items:end;margin:1.2vh 0}@media(max-width:1080px){._seguimientoHeader_17omg_498{flex-wrap:wrap;gap:1.2vh}._segNumSelect_17omg_501{min-width:0}._seguimientoRow_17omg_504{grid-template-columns:1fr 1fr;gap:2vh 2vw}}@media(max-width:720px){._seguimientoHeader_17omg_498{flex-direction:column;align-items:flex-start}._seguimientoTitle_17omg_499{margin-right:0}._seguimientoRow_17omg_504{grid-template-columns:1fr;gap:1.2vh}}._vigenciaSelect_17omg_526 .pop{max-height:20vh!important;overflow-y:auto!important}@media(max-width:1024px){._respSearchBox_17omg_413,._respField_17omg_414>*{width:100%!important}._respTags_17omg_440{width:100%!important;max-width:100%!important}._respTag_17omg_440{width:100%!important;max-width:100%!important;padding:1rem;border-radius:16px}._respTagLabel_17omg_455{font-size:.98rem;line-height:1.25;white-space:normal;overflow-wrap:anywhere}._respTagCloseBtn_17omg_465{font-size:1.2rem}}@media(max-width:520px){._respTags_17omg_440{gap:.6rem}._respTag_17omg_440{padding:.85rem 1rem;justify-content:space-between;gap:.5rem .75rem}._respTagLabel_17omg_455{font-size:.95rem}}._respSearchBox_17omg_413,._respField_17omg_414>*{margin-top:0!important}._fechasWrap_17omg_317{margin-top:0!important}._fechasWrap_17omg_317>:first-child{margin-top:0!important}._grid3_17omg_111>div:nth-child(1),._grid3_17omg_111>div:nth-child(2){display:flex;flex-direction:column;gap:1rem}._respTags_17omg_440,._fechasList_17omg_318{margin-top:.6rem!important}._tagChip_17omg_329{margin-top:.4rem!important}@media(max-width:1024px){._grid3_17omg_111>div:nth-child(1),._grid3_17omg_111>div:nth-child(2){gap:.9rem}}._page_di5m2_1{--gap: 2vh;background:#fff;min-height:100vh;padding:2vh 2vw 5vh;box-sizing:border-box}._header_di5m2_9{margin-bottom:2vh}._canvas_di5m2_13{display:grid;grid-template-columns:26vw 1fr;gap:1.6vw;align-items:start}._sidebar_di5m2_20{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:1.2vh 1vw;max-height:75vh;overflow:auto}._procGroup_di5m2_29+._procGroup_di5m2_29{margin-top:1vh}._procTitle_di5m2_33{font-weight:700;color:#111827;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;padding:1.2vh 1vw}._taskList_di5m2_42{padding:.6vh 0}._taskItem_di5m2_46{font-weight:500;color:#111827;border:1px solid #e5e7eb;border-radius:8px;padding:.9vh 1vw;background:#fff;margin-top:.6vh;transition:background .15s ease,border-color .15s ease}._taskItem_di5m2_46:hover{background:#f9fafb;border-color:#d1d5db}._timeline_di5m2_62{overflow-x:auto;overflow-y:hidden;margin-top:1.5vh;width:100%;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#d1d5db #f3f4f6;min-height:80vh}._timeline_di5m2_62::-webkit-scrollbar{height:8px}._timeline_di5m2_62::-webkit-scrollbar-track{background:#f3f4f6;border-radius:4px}._timeline_di5m2_62::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}._timeline_di5m2_62::-webkit-scrollbar-thumb:hover{background:#9ca3af}._footer_di5m2_90{margin-top:2vh;display:flex;gap:1vw;align-items:center;justify-content:flex-start}._loading_di5m2_99,._error_di5m2_100,._noData_di5m2_101{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4vh 2vw;text-align:center;min-height:30vh}._loading_di5m2_99 p,._error_di5m2_100 p,._noData_di5m2_101 p{font-size:1.1rem;color:#6b7280;margin-bottom:1.5vh}._error_di5m2_100 p{color:#dc2626;font-weight:600}._noData_di5m2_101 p{color:#6b7280;font-style:italic}._toolbar_di5m2_130{display:flex;align-items:center;justify-content:flex-start;gap:.8vw;margin:1.2vh 0 .8vh}._filterWrapper_di5m2_138{position:relative}._filterBtn_di5m2_142{display:inline-flex;align-items:center;gap:.6em;padding:.2em 1em;border-radius:999px;border:1px solid #0f172a10;background:#0b1220;color:#fff;font-weight:800;font-size:small;cursor:pointer;box-shadow:0 1px #0000000a;transition:transform .05s ease,opacity .15s ease,background .15s ease}._filterBtn_di5m2_142:hover{opacity:.95}._filterBtn_di5m2_142:active{transform:translateY(1px)}._filterCount_di5m2_164{display:inline-block;min-width:2.1ch;text-align:center;border-radius:999px;background:#fff;color:#0b1220;font-weight:700;font-size:smaller;padding:.1em .5em}._popover_di5m2_177{position:absolute;top:calc(100% + 8px);left:0;right:auto;z-index:30;width:min(360px,96vw);background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 30px #1118271f;padding:10px}._popHeader_di5m2_191{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}._popTitle_di5m2_197{font-weight:800;color:#111827}._popClose_di5m2_198{border:none;background:transparent;cursor:pointer;font-size:20px;line-height:1;padding:4px;color:#6b7280}._popClose_di5m2_198:hover{color:#111827}._popQuick_di5m2_209{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-bottom:8px}._linkBtn_di5m2_217{background:transparent;border:none;color:#d71e1e;cursor:pointer;font-weight:700;font-size:.88rem}._presetTags_di5m2_226{display:flex;gap:6px;flex-wrap:wrap}._dot_di5m2_232{color:#d1d5db;font-size:.9rem}._presetTag_di5m2_226{border:1px solid #e5e7eb;background:#fff;color:#111827;border-radius:999px;padding:2px 8px;font-weight:700;cursor:pointer}._presetTag_di5m2_226:hover{background:#f9fafb}._checkGrid_di5m2_250{display:grid;grid-template-columns:repeat(3,1fr);gap:6px 12px}._checkItem_di5m2_255{display:flex;align-items:center;gap:8px;padding:6px 4px;border-radius:8px}._checkItem_di5m2_255:hover{background:#f9fafb}._checkItem_di5m2_255 input[type=checkbox]{transform:scale(1.06)}._popActions_di5m2_266{display:flex;justify-content:flex-end;gap:8px;margin-top:10px}@media(max-width:768px){._popover_di5m2_177{position:fixed;top:10vh;left:4vw;right:4vw;width:auto;max-height:80vh;transform:none;overflow-y:auto;border-radius:16px}._checkGrid_di5m2_250{grid-template-columns:repeat(2,1fr)}._toolbar_di5m2_130{justify-content:flex-start}}._wrapper_1rica_4{--left-w: 15vw;--head-h: 6vh;--row-h: 6vh;--h: 70vh;--col-w: 6vw;display:flex;flex-direction:column;height:var(--h);border:none;border-radius:0;background:transparent;overflow:hidden;box-shadow:none;margin:0;padding:0;width:100%}._headerRow_1rica_28{display:grid;grid-template-columns:var(--left-w) 1fr;height:var(--head-h);border-bottom:1px solid #e5e7eb;background:#f3f4f6;flex-shrink:0}._leftHeader_1rica_38{background:#fff;border-right:1px solid #ddd;border-bottom:1px solid #e5e7eb}._rightHeader_1rica_45{position:relative;overflow:hidden;padding-right:var(--sbw, 0px)}._monthsInner_1rica_52{position:relative;height:100%}._monthCell_1rica_57{position:absolute;inset-block:0;display:flex;align-items:center;justify-content:center;font-size:13px;color:#4b5563;font-weight:700;-webkit-user-select:none;user-select:none;border-right:1px solid #e5e7eb}._monthCell_1rica_57:last-child{border-right:0}._bodyScroll_1rica_74{display:grid;grid-template-columns:var(--left-w) 1fr;height:calc(var(--h) - var(--head-h));overflow-y:overlay;overflow-x:hidden}._bodyScroll_1rica_74,._rightHScroll_1rica_83{scrollbar-width:none;scrollbar-color:transparent transparent}._bodyScroll_1rica_74:hover,._rightHScroll_1rica_83:hover{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.25) transparent}._bodyScroll_1rica_74::-webkit-scrollbar{width:0;background:transparent}._rightHScroll_1rica_83::-webkit-scrollbar{height:0;background:transparent}._bodyScroll_1rica_74:hover::-webkit-scrollbar{width:8px}._rightHScroll_1rica_83:hover::-webkit-scrollbar{height:10px}._bodyScroll_1rica_74:hover::-webkit-scrollbar-thumb,._rightHScroll_1rica_83:hover::-webkit-scrollbar-thumb{background-color:#00000040;border-radius:4px;transition:background-color .2s ease}._bodyScroll_1rica_74:hover::-webkit-scrollbar-thumb:hover,._rightHScroll_1rica_83:hover::-webkit-scrollbar-thumb:hover{background-color:#00000073}._bodyScroll_1rica_74:hover::-webkit-scrollbar-track,._rightHScroll_1rica_83:hover::-webkit-scrollbar-track{background:transparent}._leftBodyCol_1rica_128{background:#efefef;border-right:1px solid #ddd}._leftBody_1rica_128{position:relative}._procRow_1rica_138{display:flex;min-height:var(--row-h);height:auto;align-items:center;background:#fff;padding:0 12px;box-sizing:border-box;position:relative}._procRow_1rica_138:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:#d9d9d9}._procTitle_1rica_155{font-weight:800;font-size:16px;line-height:1.25;white-space:normal;word-break:break-word;overflow-wrap:anywhere}._taskRow_1rica_165{display:flex;min-height:var(--row-h);height:auto;align-items:center;background:#f3f3f3;color:#374151;padding:0 14px 0 24px;box-sizing:border-box;position:relative}._taskRow_1rica_165:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:#e5e5e5}._taskTitle_1rica_183{font-size:14px;line-height:1.25;white-space:normal;word-break:break-word;overflow-wrap:anywhere}._rightBodyCol_1rica_192{background:#efefef;overflow:hidden}._rightHScroll_1rica_83{overflow-x:overlay;overflow-y:hidden;height:100%}._grid_1rica_205{position:relative;background:#efefef;background-image:repeating-linear-gradient(to right,#d4d4d4 0,#d4d4d4 1px,transparent 1px,transparent var(--col-w))}._vLine_1rica_217,._vLineLast_1rica_217,._hLineProc_1rica_217,._hLineTask_1rica_217{display:none}._taskBar_1rica_222{position:absolute;border-radius:8px;border:1px solid rgba(0,0,0,.12);box-shadow:0 4px 10px #00000014;display:flex;align-items:center;justify-content:center;gap:8px;color:#0f172a;font-weight:800;font-size:12px;padding:0 10px;white-space:nowrap}._taskPct_1rica_238{text-shadow:0 1px 0 rgba(255,255,255,.65)}._taskRange_1rica_241{font-weight:700;opacity:.9;text-shadow:0 1px 0 rgba(255,255,255,.65)}@media(max-width:640px){._mobileWrapper_1rica_252{border:1px solid #e5e7eb;border-radius:12px;background:#fff;padding:8px 8px 12px}._mobileHeader_1rica_259{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));column-gap:0;row-gap:0;font-size:11px;font-weight:700;text-align:center;padding:4px 2px 6px;border-bottom:1px solid #e5e7eb}._mobileMonth_1rica_271{padding:2px 0;color:#4b5563}._mobileBody_1rica_276{margin-top:8px;display:flex;flex-direction:column;gap:14px}._mobileProcBlock_1rica_283{padding:4px 0 10px;border-bottom:1px solid #e5e7eb}._mobileProcBlock_1rica_283:last-child{border-bottom:none}._mobileProcName_1rica_291{font-weight:800;font-size:13px;color:#111827;margin-bottom:6px}._mobileGrid_1rica_298{position:relative;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-rows:minmax(32px,auto);row-gap:8px;padding-top:2px}._mobileGrid_1rica_298:before{content:"";position:absolute;inset:0;pointer-events:none;z-index:0;background-image:repeating-linear-gradient(to right,#e5e7eb 0,#e5e7eb 1px,transparent 1px,transparent calc(100% / 12))}._mobileBar_1rica_323{position:relative;z-index:1;border-radius:999px;padding:4px 10px;box-shadow:0 4px 10px #0f172a2e;color:#0f172a;font-size:12px;font-weight:600;display:flex;flex-direction:column;justify-content:center;gap:2px}._mobileBarLine1_1rica_338{font-weight:700}._mobileBarLine2_1rica_342{font-size:11px}}._wrapper_1rica_4[data-export="1"],._wrapper_1rica_4[data-export="1"] ._bodyScroll_1rica_74{height:auto!important;max-height:none!important;overflow:visible!important}._wrapper_1rica_4[data-export="1"] ._rightHScroll_1rica_83{overflow:visible!important}._page_1ixb0_1{display:flex;flex-direction:column;gap:1.2rem;margin-left:2vw;width:100%;max-width:100%;min-width:0}._pageNoSidebar_1ixb0_11{margin-left:0}._header_1ixb0_16{display:flex;justify-content:space-between;align-items:center;margin-top:2vh}._title_1ixb0_22{font-size:clamp(20px,2.6vw,28px);font-weight:800;margin:0}._headerRight_1ixb0_27{display:flex;gap:1rem;align-items:center}._yearPicker_1ixb0_32{display:flex;gap:.5rem;align-items:center}._yearLabel_1ixb0_37{font-weight:600}._yearSelect_1ixb0_38{appearance:none;-webkit-appearance:none;-moz-appearance:none;border:1px solid #E5E7EB;border-radius:12px;padding:.4rem .6rem;background:#fff;color:#0f2235;font-weight:600}._yearSelect_1ixb0_38:focus{outline:2px solid rgba(34,49,66,.25);border-color:#223142}._yearSelect_1ixb0_38 option{background:#fff;color:#0f2235}._layout_1ixb0_59{display:grid;grid-template-columns:minmax(220px,280px) 1fr;gap:1rem;align-items:start}._layoutNoSidebar_1ixb0_66{grid-template-columns:minmax(0,1fr)}._sidebar_1ixb0_71{border:1px solid #e5e7eb;border-radius:10px;background:#fff;padding:.8rem}._sidebarHeader_1ixb0_77{font-weight:700;margin-bottom:.6rem}._entityList_1ixb0_81{list-style:none;padding:0;margin:0;display:grid;gap:.4rem;max-height:50vh;overflow:auto}._entityItem_1ixb0_90{display:flex;align-items:center;gap:.5rem;cursor:pointer}._entityName_1ixb0_96{font-weight:500;flex:1;line-height:1.4}._legend_1ixb0_101{margin-top:.8rem;display:grid;gap:.3rem;font-size:.9rem;color:#374151}._dot_1ixb0_108{width:.6rem;height:.6rem;min-width:.6rem;min-height:.6rem;border-radius:50%;display:inline-block;border:1px solid rgba(0,0,0,.08);flex-shrink:0;vertical-align:middle;align-self:center}._dot-verde_1ixb0_120{background:#22c55e}._dot-amarillo_1ixb0_121{background:#f59e0b}._dot-rojo_1ixb0_122{background:#ef4444}._calendarWrap_1ixb0_125{border:1px solid #e5e7eb;border-radius:10px;background:#fff;padding:.6rem;min-width:0}._calendarWrapExpanded_1ixb0_133{width:100%}._calendarWrap_1ixb0_125 .fc .fc-button{font-weight:600;border-radius:12px;padding:6px 12px;line-height:1}._calendarWrap_1ixb0_125 .fc .fc-button-primary{background:#223142;border-color:#223142;color:#fff}._calendarWrap_1ixb0_125 .fc .fc-button-primary:disabled{background:#8a96a3;border-color:#8a96a3;color:#fff}._calendarWrap_1ixb0_125 .fc .fc-button-primary:not(:disabled).fc-button-active,._calendarWrap_1ixb0_125 .fc .fc-button-primary:not(:disabled):active{background:#0f2235;border-color:#0f2235}._calendarWrap_1ixb0_125 .fc .fc-today-button{background:#778290;border-color:#778290}._calendarWrap_1ixb0_125 .fc .fc-toolbar-chunk .fc-button-group{border-radius:12px;overflow:hidden}._calendarWrap_1ixb0_125 .fc .fc-button-group{background:#223142;border-radius:14px;padding:2px;gap:2px}._calendarWrap_1ixb0_125 .fc .fc-button-group .fc-button{background:transparent;border:0}._calendarWrap_1ixb0_125 .fc .fc-button-group .fc-button.fc-button-active{background:#0f2235;border-radius:10px}._dayCellInner_1ixb0_186{display:flex;justify-content:space-between;align-items:center}._dayNumber_1ixb0_191{font-weight:700}._addBtn_1ixb0_192{border:1px solid #D1D5DB;background:#f3f4f6;color:#111;border-radius:8px;line-height:1;padding:0 .45rem .1rem;cursor:pointer;font-weight:800}._addBtn_1ixb0_192:hover{background:#e5e7eb}@media(max-width:900px){._layout_1ixb0_59,._layoutNoSidebar_1ixb0_66{grid-template-columns:1fr}._sidebar_1ixb0_71{order:2}._calendarWrap_1ixb0_125{order:1}}._modalHeader_1ixb0_213{display:flex;justify-content:space-between;align-items:center;gap:1.2rem;padding:.25rem 0 .75rem;border-bottom:1px solid #e5e7eb;margin-bottom:.75rem;font-weight:600}._formGrid_1ixb0_223{display:grid;grid-template-columns:1fr 1fr;gap:1rem 1.5rem;align-items:end}._field_1ixb0_229{width:100%}._fieldWide_1ixb0_230{grid-column:1 / -1;width:100%}._groupLabel_1ixb0_231{display:block;font-size:.92rem;color:#374151;margin:0 0 .35rem;font-weight:600}._rangeRow_1ixb0_238{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}._modalFooter_1ixb0_243{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:.75rem;padding-top:.75rem;border-top:1px solid #e5e7eb}._modalFooter_1ixb0_243 strong{font-weight:700}._popupScope_1ixb0_255 .card{width:min(920px,96vw);max-height:90vh;overflow:auto;display:flex;flex-direction:column}._popupScope_1ixb0_255 .header{position:sticky;top:0;z-index:1;background:#fff}._popupScope_1ixb0_255 .actions{position:sticky;bottom:0;z-index:1;background:#fff}._horaSelect_1ixb0_276 .pop{max-height:200px!important;overflow-y:auto!important;overscroll-behavior:contain}@media(max-width:860px){._formGrid_1ixb0_223,._rangeRow_1ixb0_238{grid-template-columns:1fr}._modalHeader_1ixb0_213{flex-direction:column;align-items:flex-start;gap:6px}}@media(max-width:640px){._popupScope_1ixb0_255 .card{width:98vw;max-height:92vh}}.fc-daygrid-event,.fc-timegrid-event,.fc-list-event td{cursor:pointer}.fc-bg-event{cursor:default!important}@media(max-width:520px){._page_1ixb0_1{padding:2vh 3.5vw}._header_1ixb0_16{display:flex;flex-direction:column;align-items:flex-start;gap:8px;margin-bottom:10px}._title_1ixb0_22,._header_1ixb0_16 ._ui-title_1ixb0_318{font-size:1.25rem;line-height:1.2}._headerRight_1ixb0_27{width:100%;display:flex;align-items:center;gap:8px}._yearPicker_1ixb0_32{display:flex;align-items:center;gap:6px}._yearPicker_1ixb0_32 ._yearSelect_1ixb0_38{height:34px;padding:4px 8px;font-size:.9rem}._layout_1ixb0_59{display:flex;flex-direction:column;gap:12px}._calendarWrap_1ixb0_125{order:1;background:#fff;border-radius:14px;padding:6px}._sidebar_1ixb0_71{order:2;background:#fff;border-radius:14px;padding:10px 12px;box-shadow:0 1px 3px #0000000f}._entityList_1ixb0_81{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:8px}._entityItem_1ixb0_90{border:1px solid rgba(0,0,0,.08);border-radius:10px;padding:8px 10px}._entityName_1ixb0_96{font-size:.9rem}._legend_1ixb0_101{display:grid;grid-template-columns:1fr;row-gap:4px;margin-top:10px;font-size:.9rem}._calendarWrap_1ixb0_125 .fc .fc-toolbar.fc-header-toolbar{flex-direction:column;align-items:stretch;gap:10px;margin-bottom:10px}._calendarWrap_1ixb0_125 .fc .fc-toolbar-chunk:nth-child(2){order:1;display:flex;justify-content:center}._calendarWrap_1ixb0_125 .fc .fc-toolbar-chunk:nth-child(1){order:2;display:flex;justify-content:space-between;gap:10px}._calendarWrap_1ixb0_125 .fc .fc-toolbar-chunk:nth-child(3){order:3;display:flex;justify-content:center}._calendarWrap_1ixb0_125 ._fc_1ixb0_138 ._fc-toolbar-title_1ixb0_377{font-size:1.15rem}._calendarWrap_1ixb0_125 ._fc_1ixb0_138 ._fc-button_1ixb0_138{padding:6px 10px;font-size:.85rem;border-radius:10px;line-height:1.1}._calendarWrap_1ixb0_125 ._fc_1ixb0_138 ._fc-col-header-cell-cushion_1ixb0_380,._calendarWrap_1ixb0_125 ._fc_1ixb0_138 ._fc-daygrid-day-number_1ixb0_381{font-size:.9rem}._calendarWrap_1ixb0_125 ._fc_1ixb0_138 ._fc-daygrid-day-frame_1ixb0_383{padding:2px}._calendarWrap_1ixb0_125 ._fc_1ixb0_138 ._fc-daygrid-day-events_1ixb0_384{margin:2px 0 0}._calendarWrap_1ixb0_125 ._fc_1ixb0_138 ._fc-daygrid-event_1ixb0_296,._calendarWrap_1ixb0_125 ._fc_1ixb0_138 ._fc-timegrid-event_1ixb0_297,._calendarWrap_1ixb0_125 ._fc_1ixb0_138 ._fc-list-event_1ixb0_298{cursor:pointer;border-radius:8px;padding:2px 6px;font-size:.9rem}._addBtn_1ixb0_192{width:24px;height:24px;font-size:16px;border-radius:999px;background:#f3f4f6;color:#111;border-color:#d1d5db}._calendarWrap_1ixb0_125 ._fc_1ixb0_138 ._fc-button-group_1ixb0_165 ._fc-button_1ixb0_138{padding:6px 9px}._calendarWrap_1ixb0_125 ._fc_1ixb0_138 ._fc-button-primary_1ixb0_144:not(:disabled)._fc-button-active_1ixb0_154,._calendarWrap_1ixb0_125 ._fc_1ixb0_138 ._fc-button-primary_1ixb0_144:not(:disabled):active{box-shadow:inset 0 0 0 999px #ffffff14}._calendarWrap_1ixb0_125 ._fc_1ixb0_138 ._fc-list_1ixb0_298{font-size:.95rem}}._overlay_1o94m_2{position:fixed;inset:0;background:#00000047;display:flex;align-items:center;justify-content:center;padding:12px;z-index:1000;margin-top:10vh}._card_1o94m_15{width:min(760px,92vw);max-height:74vh;background:#fff;border-radius:12px;box-shadow:0 12px 26px #0000002e;display:flex;flex-direction:column;overflow:hidden}._header_1o94m_27{position:sticky;top:0;background:#fff;padding:12px 16px;border-bottom:1px solid #e5e7eb}._title_1o94m_34{margin:0;font-weight:800;font-size:clamp(18px,2.2vw,24px);text-align:center}._body_1o94m_42{padding:10px 16px 12px;overflow:auto}._footer_1o94m_48{position:sticky;bottom:0;background:#fff;border-top:1px solid #e5e7eb;padding:10px 16px;display:flex;gap:10px;justify-content:flex-end}._btn_1o94m_60{appearance:none;border:1px solid transparent;border-radius:999px;padding:10px 18px;font-weight:700;cursor:pointer}._btn_1o94m_60:disabled{opacity:.55;cursor:not-allowed}._btnGhost_1o94m_70{background:#f3f4f6;border-color:#e5e7eb}._btnGhost_1o94m_70:hover{background:#eef2f7}._btnPrimary_1o94m_76{background:#f29f05;color:#fff}._btnPrimary_1o94m_76:hover{filter:brightness(.97)}@media(max-width:860px){._card_1o94m_15{width:96vw;max-height:80vh}}@media(max-width:640px){._card_1o94m_15{width:98vw;max-height:86vh}._header_1o94m_27,._footer_1o94m_48{padding:10px 12px}._body_1o94m_42{padding:8px 12px 10px}}._wrap_mb3ag_1{width:100%;margin:0 auto;padding:2vh 1.2vw 3vh;color:#111827}._title_mb3ag_8{text-align:center;font-weight:800;margin-bottom:1.6vh}._bannerWarn_mb3ag_14,._bannerInfo_mb3ag_15{text-align:center;margin:.8vh auto 1.6vh;padding:1vh 1vw;border-radius:.7vw;max-width:80vw;font-weight:600}._bannerWarn_mb3ag_14{background:#fff6f6;color:#7a1a1a;border:1px solid #f3d0d0}._bannerInfo_mb3ag_15{background:#f4f7ff;color:#183c7a;border:1px solid #d6e3ff}._grid_mb3ag_26{display:grid;grid-template-columns:1fr auto 1fr;gap:1.6vw;align-items:start;margin-top:.8vh}._panelTitle_mb3ag_34{font-weight:700;margin-bottom:.8vh;color:#111827}._panel_mb3ag_34{background:#fff;border:1px solid #e5e7eb;border-radius:.9vw;padding:.8vw;min-height:40vh;display:flex;flex-direction:column}._list_mb3ag_50{background:#f7f7f7;border-radius:.7vw;padding:.8vh;max-height:55vh;overflow:auto;flex-grow:1}._scrollable_mb3ag_59{overflow-y:auto;max-height:250px}._item_mb3ag_64{display:flex;align-items:center;justify-content:space-between;width:100%;text-align:left;padding:1vh 1vw;margin:.6vh 0;border-radius:.7vw;background:#fff;border:1px solid #e5e7eb;cursor:pointer;transition:transform .04s ease,background .12s ease,border-color .12s ease;color:#111827}._item_mb3ag_64:hover{transform:translateY(-.2vh)}._item_mb3ag_64:disabled{cursor:not-allowed;opacity:.75}._itemSelected_mb3ag_82{background:#ffe8e8;border-color:#e56b6b}._itemBlocked_mb3ag_87{background:#f2f2f2;border-style:dashed;color:#888;cursor:not-allowed}._itemName_mb3ag_94{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-right:1vw;color:#111827}._badge_mb3ag_102{font-size:.9vw;background:#e5e7eb;color:#555;border-radius:9999px;padding:.3vh .7vw}._controls_mb3ag_110{display:grid;align-content:start;gap:1.2vh;padding-top:2.4vh;max-width:15vw}._ctlBtn_mb3ag_118:hover:not(:disabled){transform:translateY(-.2vh)}._ctlBtn_mb3ag_118:disabled{opacity:.6;cursor:not-allowed}._divider_mb3ag_131{height:.2vh;border:none;background:#eee;margin:.8vh 0;grid-column:1 / -1}._empty_mb3ag_140{text-align:center;color:#7c7c7c;padding:2vh .8vw}._shortcutHint_mb3ag_147{display:flex;align-items:center;gap:.6vw;margin-top:1.4vh;margin-left:.4vw;color:#6b7280}._shortcutKey_mb3ag_156{border:1px solid #d1d5db;background:#f9fafb;padding:.4vh .8vw;border-radius:.6vw;font-weight:700;font-size:.9vw}._footer_mb3ag_165{display:flex;justify-content:center;margin-top:2.2vh}._confirmBtn_mb3ag_171{min-width:16vw;padding:1.2vh 1.6vw;border-radius:9999px;border:1px solid #e5e7eb;background:#ff9300;color:#fff;font-weight:800;cursor:pointer;transition:transform .04s ease,filter .12s ease,opacity .12s ease}._confirmBtn_mb3ag_171:hover:not(:disabled){filter:brightness(.95);transform:translateY(-.2vh)}._confirmBtn_mb3ag_171:disabled{background:#ffd099;cursor:not-allowed}@media(max-width:900px){._wrap_mb3ag_1{padding:2vh 4vw 3vh}._title_mb3ag_8{font-size:5.2vw}._grid_mb3ag_26{grid-template-columns:1fr;gap:2.4vh}._panel_mb3ag_34{min-height:34vh;border-radius:2.4vw;padding:1.6vh 3vw}._controls_mb3ag_110{max-width:100%;width:100%;grid-template-columns:1fr 1fr;column-gap:3vw;row-gap:1.4vh;padding-top:1.4vh}._ctlBtn_mb3ag_118{width:100%;justify-content:center;padding:1.2vh 2vw}._badge_mb3ag_102{font-size:3vw}._confirmBtn_mb3ag_171{min-width:44vw;padding:1.6vh 2.8vw}._shortcutKey_mb3ag_156{font-size:3.2vw;padding:.6vh 2vw}}._wrap_167qg_1{width:100%;margin:2vh auto 3vh;padding:0 2vw;color:#111827}._header_167qg_9{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5vh}._headerActions_167qg_16{display:flex;gap:.8vw;align-items:center}._grid_167qg_23{display:grid;grid-template-columns:2fr 1fr;gap:1.6vw;align-items:start}._panelTwoCol_167qg_31{background:#fff;border:1px solid #e5e7eb;border-radius:.9vw;padding:.8vw}._tableHeader2_167qg_39,._tableHeader3_167qg_40{display:grid;gap:.8vw;align-items:center;margin-bottom:.8vh}._tableHeader2_167qg_39{grid-template-columns:1.2fr 1fr}._tableHeader3_167qg_40{grid-template-columns:1.2fr 1fr 1fr}._rows_167qg_49{display:grid;gap:.8vh;background:#f7f7f7;border-radius:.7vw;padding:.6vh;max-height:50vh;overflow:auto}._row2_167qg_60,._row3_167qg_61{display:grid;gap:.8vw;align-items:stretch}._row2_167qg_60{grid-template-columns:1.2fr 1fr}._row3_167qg_61{grid-template-columns:1.2fr 1fr 1fr}._rowSelected_167qg_70 ._item_167qg_70,._rowSelected_167qg_70 ._assignedCell_167qg_71{border-color:#d71e1e;box-shadow:0 0 0 .14vw #ffd5d5 inset}._item_167qg_70{width:100%;text-align:left;padding:1vh 1vw;margin:0;border-radius:.7vw;background:#fff;border:1px solid #e5e7eb;cursor:pointer;transition:background .12s,transform .04s,border-color .12s;color:#111827}._item_167qg_70:hover{background:#fafafa;transform:translateY(-.2vh)}._itemActive_167qg_90{border-color:#d71e1e;box-shadow:0 0 0 .14vw #ffd5d5 inset}._itemTitle_167qg_92{font-weight:700}._itemSub_167qg_93{color:#6b7280;font-size:.9vw;margin-top:.4vh}._assignedCell_167qg_71{display:grid;place-items:center;padding:1vh 1vw;border-radius:.7vw;background:#fff;border:1px solid #e5e7eb;-webkit-user-select:none;user-select:none;cursor:pointer;transition:border-color .12s;color:#111827}._assignedActive_167qg_112{border-color:#d71e1e;box-shadow:0 0 0 .14vw #ffd5d5 inset}._placeholder_167qg_113{color:#6b7280}._empty_167qg_115{text-align:center;color:#7c7c7c;padding:2vh .8vw}._tip_167qg_122{display:flex;align-items:center;gap:.6vw;margin-top:1vh;padding:.8vh .8vw;color:#6b7280}._kbd_167qg_130{border:1px solid #d1d5db;background:#f9fafb;padding:.4vh .8vw;border-radius:.6vw;font-weight:700;font-size:.9vw}._panel_167qg_31{background:#fff;border:1px solid #e5e7eb;border-radius:.9vw;padding:.8vw}._gridProf_167qg_147{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8vw;padding:.6vh;background:#f7f7f7;border-radius:.7vw;max-height:50vh;overflow:auto}._profCard_167qg_158{display:grid;place-items:center;gap:.6vh;padding:1vh;background:#fff;border:1px solid #e5e7eb;border-radius:.9vw;cursor:pointer;transition:background .12s ease,transform .04s ease,border-color .12s ease;color:#111827}._profCard_167qg_158:hover{background:#fafafa;transform:translateY(-.2vh)}._profSelected_167qg_171{border-color:#d71e1e;box-shadow:0 0 0 .14vw #ffd5d5 inset}._profName_167qg_172{font-size:.9vw;text-align:center}._avatar_167qg_174{width:4vw;height:4vw;border-radius:9999px;background:#e5e7eb}._warning_167qg_182{margin-top:1.2vh;display:flex;align-items:center;gap:.6vw;color:#c53030;background:#fff6f6;border:1px solid #f3d0d0;padding:1vh 1vw;border-radius:.7vw}._warnIcon_167qg_193{display:inline-grid;place-items:center;font-weight:900;width:1.2vw;height:1.2vw;background:#c53030;color:#fff;border-radius:9999px;font-size:.9vw}._rowLocked_167qg_206{opacity:.6}._itemLocked_167qg_210{background:#f3f4f6!important;color:#6b7280!important;cursor:not-allowed!important;border-color:#d1d5db!important}._itemLocked_167qg_210:hover{transform:none!important;background:#f3f4f6!important}._itemLocked_167qg_210 ._itemTitle_167qg_92{color:#6b7280!important;display:flex;align-items:center;gap:.6vw;flex-wrap:wrap}._itemLocked_167qg_210 ._itemSub_167qg_93{color:#9ca3af!important}._lockBadge_167qg_234{display:inline-block;background:#10b981;color:#fff;font-size:.7vw;font-weight:600;padding:.2vh .6vw;border-radius:.4vw;margin-left:.4vw}._assignedLocked_167qg_245{background:#f3f4f6!important;color:#6b7280!important;cursor:not-allowed!important;border-color:#d1d5db!important}._assignedReadonly_167qg_252{background:#f9fafb;cursor:default!important;opacity:.8}@media(max-width:900px){._wrap_167qg_1{padding:0 4vw 3vh}._grid_167qg_23{grid-template-columns:1fr;gap:2.4vh}._panelTwoCol_167qg_31,._panel_167qg_31{border-radius:2.4vw;padding:1.6vh 3vw}._rows_167qg_49{max-height:56vh}._itemSub_167qg_93,._profName_167qg_172,._kbd_167qg_130{font-size:3.2vw}._avatar_167qg_174{width:12vw;height:12vw}._lockBadge_167qg_234{font-size:2.4vw;padding:.4vh 1.2vw}}._page_13tsf_1{padding:2.4vh 3vw}._header_13tsf_6{display:flex;align-items:center;justify-content:space-between;gap:2vw;margin-bottom:2.4vh}._left_13tsf_15{display:flex;flex-direction:column;gap:.8vh}._entidadSelect_13tsf_22{max-width:280px}._right_13tsf_27{display:flex;align-items:center;gap:1.2vw;flex-wrap:wrap}._titleRow_13tsf_34{display:flex;align-items:center;gap:.8rem}._estadoBadge_13tsf_40{padding:.2rem .7rem;border-radius:999px;background:#f6f2ef;color:#8a6d5a;font-size:.75rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase}._errorBox_13tsf_51{background:#fff5f5;border:1px solid #f4c7c7;color:#9b2c2c;padding:.8rem 1rem;border-radius:12px;margin-bottom:1rem}._comunicacionBox_13tsf_60{display:flex;align-items:center;justify-content:space-between;gap:1rem;background:#fef7e7;border:1px solid #f3d8a6;border-radius:12px;padding:1rem 1.2rem;margin-bottom:1.4rem}._tabsWrap_13tsf_72,._content_13tsf_76{margin-top:1rem}._previewArea_13tsf_80{min-height:400px}._previewContainer_13tsf_84{border:1px solid #e6e1dc;border-radius:14px;overflow:hidden;background:#faf8f6}._previewIframe_13tsf_91{width:100%;height:70vh;border:none}._noPreview_13tsf_97,._loadingText_13tsf_98{padding:2rem;text-align:center;color:#9b9998}._container_7e5kc_1{border:1px solid #000;border-radius:8px;padding:16px;background:#fff;width:100%;max-width:100%;overflow:visible;box-shadow:0 1px 3px #0000000f;display:flex;flex-direction:column;gap:12px}._header_7e5kc_15{display:flex;justify-content:space-between;align-items:center;gap:12px}._title_7e5kc_22{font-size:1.125rem;margin:0}._subtitle_7e5kc_28{font-size:.9rem;color:#666;margin-top:2px}._bodyGrid_7e5kc_34{display:grid;grid-template-columns:minmax(320px,1fr) minmax(320px,1fr);gap:16px;align-items:start}._leftCol_7e5kc_41,._rightCol_7e5kc_42{display:flex;flex-direction:column;gap:12px}._helperText_7e5kc_48{font-size:.8rem;color:#777;margin-top:-4px;margin-bottom:8px;grid-column:1 / -1}@media(max-width:900px){._bodyGrid_7e5kc_34{grid-template-columns:1fr}}._controls_7e5kc_62{display:flex;gap:8px;align-items:center;flex-wrap:wrap}._row_7e5kc_69{display:flex;gap:8px;align-items:center;flex-flow:row wrap}._varsList_7e5kc_76{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px}._varRow_7e5kc_83,._actions_7e5kc_89{display:flex;gap:8px;align-items:center}._buttonsRow_7e5kc_95{display:flex;gap:8px;align-items:center;flex-wrap:nowrap}._toolbar_7e5kc_102{display:flex;gap:12px;align-items:center;padding:8px 0;border-top:1px solid rgba(0,0,0,.04);border-bottom:1px solid rgba(0,0,0,.04)}._smallNote_7e5kc_111{font-size:.875rem;color:#444}._section_7e5kc_116{border:1px solid rgba(0,0,0,.08);border-radius:12px;padding:12px;background:#fafafa;overflow:visible}._filtersGrid_7e5kc_124{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;overflow:visible}._sectionHeader_7e5kc_131{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px}._muted_7e5kc_139{font-size:.85rem;color:#666}._previewBox_7e5kc_144{width:100%;min-height:36rem;background:#f5f5f5;border:2px dashed #d0d0d0;border-radius:8px;padding:16px;display:flex;overflow:auto}._previewCenter_7e5kc_155{align-items:center;justify-content:center}._previewStart_7e5kc_160{align-items:flex-start;justify-content:flex-start}._iconBtn_9eij7_1{display:inline-flex;align-items:center;justify-content:center;border-radius:9999px;border:1px solid var(--bd);background:var(--bg);color:var(--fg);font-weight:800;cursor:pointer;transition:background .2s ease,border-color .2s ease,transform .06s ease}._iconBtn_9eij7_1:active{transform:translateY(1px)}._size-sm_9eij7_18{width:34px;height:34px;font-size:.95rem}._size-md_9eij7_24{width:40px;height:40px;font-size:1.05rem}._size-lg_9eij7_30{width:48px;height:48px;font-size:1.15rem}._tone-amber_9eij7_37{--bg: var(--amber-500);--bd: var(--amber-600);--fg: var(--on-amber)}._tone-amber_9eij7_37:hover{background:color-mix(in oklab,var(--amber-500),black 6%)}._tone-red_9eij7_48{--bg: var(--red-500);--bd: var(--red-400);--fg: var(--on-red)}._tone-red_9eij7_48:hover{background:color-mix(in oklab,var(--red-500),black 6%)}._tone-neutral_9eij7_59{--bg: var(--gray-200);--bd: var(--gray-300);--fg: var(--gray-400)}._toolbar_1gjfg_1{display:flex;gap:12px;align-items:center;padding:8px 0;border-top:1px solid rgba(0,0,0,.04);border-bottom:1px solid rgba(0,0,0,.04)}._iconBtn_1gjfg_10{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;background:transparent;transition:background .12s,transform .12s}._iconBtn_1gjfg_10:hover{background:#0000000a;transform:translateY(-1px)}._active_1gjfg_26{background:#00000014}._rightGroup_1gjfg_30{margin-left:auto;display:flex;gap:12px;align-items:center}._page_5o3q0_3{width:100vw;min-height:100vh;padding-top:4vh;padding-bottom:4vh;padding-left:2vw;padding-right:2vw;display:flex;align-items:center;justify-content:center;background:#f5f6f8}._card_5o3q0_19{width:30vw;min-width:30vw;max-width:70vw;background:#fff;border-radius:2vh;padding:4vh 3vw;box-shadow:0 1vh 3vh #0f172a14}._header_5o3q0_32{margin-bottom:3vh}._header_5o3q0_32 h1{margin:0 0 1vh;font-size:2.8vh;line-height:3.2vh}._header_5o3q0_32 p{margin:0;font-size:1.8vh;line-height:2.4vh}._form_5o3q0_49{display:flex;flex-direction:column;gap:2.2vh}._actions_5o3q0_56{display:flex;justify-content:flex-end;margin-top:2.2vh}@media(max-width:1024px){._page_5o3q0_3{padding-left:4vw;padding-right:4vw}._card_5o3q0_19{width:55vw;min-width:55vw;max-width:80vw;padding:4vh 4vw}._header_5o3q0_32 h1{font-size:2.6vh;line-height:3vh}._header_5o3q0_32 p{font-size:1.7vh;line-height:2.3vh}._form_5o3q0_49{gap:2vh}._actions_5o3q0_56{margin-top:2.4vh}}@media(max-width:720px){._page_5o3q0_3{align-items:flex-start;padding-top:5vh;padding-left:4vw;padding-right:4vw}._card_5o3q0_19{width:92vw;min-width:92vw;max-width:92vw;border-radius:2.4vh;padding:4vh 4vw 3vh;box-shadow:0 .8vh 2vh #0f172a14}._header_5o3q0_32{margin-bottom:2.4vh}._header_5o3q0_32 h1{font-size:2.4vh;line-height:2.8vh}._header_5o3q0_32 p{font-size:1.8vh;line-height:2.3vh}._form_5o3q0_49{gap:1.8vh}._actions_5o3q0_56{margin-top:3vh;justify-content:flex-end}}._card_107xk_4{--card-radius: 1vw;--card-pad-y: 7vh;--card-pad-x: 2.5vw;--card-w: 24vw;--card-w-min: 280px;--card-w-max: 400px;position:relative;background:#fff;border-radius:var(--card-radius);box-shadow:0 .6vh 1.2vh #00000014;padding:var(--card-pad-y) var(--card-pad-x);width:min(max(var(--card-w),var(--card-w-min)),var(--card-w-max));display:flex;flex-direction:column;justify-content:space-between;transition:transform .15s ease,box-shadow .15s ease}._card_107xk_4:hover{transform:translateY(-.3vh);box-shadow:0 1vh 1.8vh #0000001f}._editIcon_107xk_32{position:absolute;top:1.4vh;right:1.4vw;font-size:1rem;color:var(--black-600);opacity:.7;cursor:pointer}._content_107xk_42{display:flex;flex-direction:column;gap:2.5vh;margin-top:2vh;flex:1}._title_107xk_50{margin:0;font-weight:600;font-size:1.05rem;color:var(--text-title)}._desc_107xk_57{margin:0;color:var(--black-400);line-height:1.45}._date_107xk_63{color:var(--on-gray);margin:.5vh 0 1.8vh}._footer_107xk_71{display:flex;justify-content:space-between;align-items:center;margin-top:2vh}._copyBtn_107xk_78{background:none;border:none;color:var(--red-400);font-weight:600;cursor:pointer;font-size:.9rem;padding:0}._copyBtn_107xk_78:hover{text-decoration:underline}@media(max-width:1200px){._card_107xk_4{--card-w: 24vw;--card-radius: 14px;--card-pad-x: 2.4vw;--card-w-max: 360px}._editIcon_107xk_32{right:2.2vw}}@media(max-width:900px){._card_107xk_4{--card-w: 42vw;--card-w-min: 280px;--card-pad-y: 2vh;--card-pad-x: 4vw}._editIcon_107xk_32{right:3.2vw}}@media(max-width:640px){._card_107xk_4{width:100%;max-width:none;--card-radius: 16px;--card-pad-y: 2.2vh;--card-pad-x: 5vw}._editIcon_107xk_32{right:4.2vw;top:1.2vh}}@media(prefers-reduced-motion:reduce){._card_107xk_4{transition:none}._card_107xk_4:hover{transform:none}}._cardsWrap_107xk_143{display:flex;flex-wrap:wrap;gap:2vw;justify-content:flex-start}._wrapper_1jw8j_1{min-height:100vh;padding:6vh 8vw;display:flex;flex-direction:column;align-items:center;background:#f6f6f8}._header_1jw8j_10{margin-bottom:5vh;text-align:center}._cardsRow_1jw8j_15{width:100%;max-width:1120px;display:flex;justify-content:center;gap:2.5vw;flex-wrap:wrap}._card_1jw8j_15{flex:1 1 0;max-width:340px;display:flex;flex-direction:column;justify-content:space-between;padding:2.4rem 2rem}._cardContent_1jw8j_34{display:flex;flex-direction:column;gap:.75rem}._cardFooter_1jw8j_40{margin-top:2.5rem;display:flex;justify-content:center}@media(max-width:720px){._wrapper_1jw8j_1{padding:4vh 5vw;padding-right:5vw;align-items:stretch}._cardsRow_1jw8j_15{max-width:100%;flex-direction:column;gap:2rem;align-items:stretch}._card_1jw8j_15{max-width:100%;width:100%;padding:2rem 1.6rem}}@media(min-width:721px)and (max-width:1024px){._wrapper_1jw8j_1{padding:5vh 6vw}._cardsRow_1jw8j_15{justify-content:flex-start;max-width:960px}._card_1jw8j_15{flex:1 1 calc(50% - 2.5vw);max-width:none}}._center_1fv2o_1{display:flex;align-items:center;justify-content:center;min-height:60vh;color:#555;font-size:1rem}._viewer_1fv2o_10{display:flex;flex-direction:column;height:calc(100dvh - 120px)}._toolbar_1fv2o_16{display:flex;align-items:center;justify-content:space-between;padding:.5rem 1rem;background:#fff;border-bottom:1px solid #e5e7eb;gap:1rem}._toolbarName_1fv2o_26{font-size:.875rem;color:#374151;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._iframe_1fv2o_34{flex:1;width:100%;border:none}._btn_1fv2o_40{padding:.4rem 1rem;background:#c0392b;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;white-space:nowrap;transition:background .2s}._btn_1fv2o_40:hover:not(:disabled){background:#a93226}._btn_1fv2o_40:disabled{opacity:.6;cursor:not-allowed}._root_1qo0j_1{min-height:80vh;padding:4vh 4vw;display:flex;align-items:center;justify-content:center}._card_1qo0j_9{width:42vw;max-width:520px}._inner_1qo0j_14{display:flex;flex-direction:column;gap:3vh}._header_1qo0j_21{display:flex;flex-direction:column;gap:2vh}._fechaActual_1qo0j_27{margin:0;font-size:1.5vh;color:#4b5563}._fechaValor_1qo0j_33{font-weight:600}._body_1qo0j_38{text-align:center;display:flex;flex-direction:column;gap:2.4vh}._diasWrapper_1qo0j_45{display:flex;justify-content:center}._footer_1qo0j_51{display:flex;flex-direction:column;align-items:center;gap:1.8vh}._hint_1qo0j_58{margin:0;font-size:1.4vh;color:#9ca3af;text-align:center}._entidadField_1qo0j_66{width:80%!important}@media(min-width:721px)and (max-width:1024px){._root_1qo0j_1{padding:6vh 6vw;align-items:center;justify-content:center}._card_1qo0j_9{width:60vw;max-width:560px}._inner_1qo0j_14{gap:2.5vh}._header_1qo0j_21{gap:1.8vh}._body_1qo0j_38{gap:2vh}._diasWrapper_1qo0j_45{justify-content:center}._diasField_1qo0j_100{width:60%!important;max-width:320px}._footer_1qo0j_51 button{width:60%;max-width:320px}._hint_1qo0j_58{max-width:80%;margin-inline:auto}}@media(max-width:720px){._root_1qo0j_1{min-height:100vh;padding:4vh 4vw;align-items:flex-start;justify-content:flex-start}._card_1qo0j_9{width:100%;max-width:none}._inner_1qo0j_14{gap:2.2vh}._header_1qo0j_21{gap:1.6vh}._entidadField_1qo0j_66{width:100%!important}._fechaActual_1qo0j_27{font-size:1.3vh}._diasWrapper_1qo0j_45{justify-content:center}._diasField_1qo0j_100{width:100%!important;max-width:260px}._footer_1qo0j_51{gap:1.4vh}._footer_1qo0j_51 button{width:100%;max-width:260px}._hint_1qo0j_58{font-size:1.3vh;padding:0 4vw}}._page_14pvp_1{width:100%;min-height:100vh;padding:2vh 2vw;background:#f5f5f7;box-sizing:border-box}._pageHeader_14pvp_9{margin-bottom:3vh}._topRow_14pvp_14{display:flex;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.6vw;margin-bottom:4vh}._statCard_14pvp_21{flex:1 1 0;padding:2.4vh 2.2vw;display:flex;flex-direction:column;justify-content:center}._statValue_14pvp_29{margin-top:.8vh;margin-bottom:.4vh}._statSub_14pvp_34{color:#9ca3af}._bottomRow_14pvp_40{display:flex;justify-content:center}._activityCard_14pvp_45{width:40vw;min-width:460px;padding:3vh 3vw}._activityHeader_14pvp_51{margin-bottom:2vh}._activityBody_14pvp_55{display:grid;grid-template-columns:auto 1fr;column-gap:3vw;align-items:flex-start}._activityFilters_14pvp_63{display:flex;flex-direction:column;gap:1.4vh}._pillButton_14pvp_69{border-radius:999px;padding:.6vh 1.8vw;font-size:.85rem}._activityList_14pvp_76{display:flex;flex-direction:column;gap:1.6vh}._activityUser_14pvp_82{font-weight:500}._activityStrong_14pvp_86{font-weight:600}._activityRow_14pvp_90{display:grid;grid-template-columns:auto 1fr;column-gap:2.4vw;align-items:center}@media(max-width:1080px){._topRow_14pvp_14{grid-template-columns:repeat(2,minmax(0,1fr))}._activityCard_14pvp_45{width:60vw}}@media(max-width:720px){._page_14pvp_1{padding:3vh 4vw}._topRow_14pvp_14{flex-direction:column}._activityCard_14pvp_45{width:100%;min-width:0}._activityBody_14pvp_55{grid-template-columns:1fr;row-gap:2vh}._activityFilters_14pvp_63{flex-direction:row;flex-wrap:wrap;gap:.8vh}}._page_1qq13_1{width:100%;min-height:100vh;padding:2vh 2vw;background:#f5f5f7;box-sizing:border-box}._header_1qq13_11{margin-bottom:2vh}._newUserButton_1qq13_15{border-radius:999px}._topControls_1qq13_20{display:flex;justify-content:space-between;align-items:flex-end;gap:2vw;margin-bottom:3vh}._topLeft_1qq13_28{flex:1}._searchRow_1qq13_34{margin-bottom:2vh}._searchFieldWrapper_1qq13_38{max-width:420px}._filtersBlock_1qq13_44{margin-bottom:3vh}._filtersHeader_1qq13_48{display:flex;align-items:center;gap:.6vw;margin-bottom:1vh;color:#6b7280}._filterIcon_1qq13_56{font-size:1.1rem}._filtersRow_1qq13_60{display:flex;flex-wrap:wrap;gap:.8vw}._tableCard_1qq13_68{background:#fff;border-radius:1.2vw;padding:2.8vh 2.6vw;box-shadow:0 .6vh 2vh #0f172a0f;overflow-x:auto;-webkit-overflow-scrolling:touch}._table_1qq13_68{width:100%;min-width:760px;border-collapse:collapse}._table_1qq13_68 thead th{text-align:left;padding:1.2vh 0;font-weight:600;font-size:.9rem;border-bottom:1px solid #e5e7eb}._table_1qq13_68 tbody td{padding:1.3vh 0;font-size:.9rem;border-bottom:1px solid #f3f4f6}._rolePill_1qq13_97{display:inline-flex;align-items:center;justify-content:center;padding:.3vh .9vw;border-radius:999px;border:1px solid #d1d5db;font-size:.78rem}._estadoActivo_1qq13_109{color:#22c55e;font-weight:500}._estadoInactivo_1qq13_114{color:#ef4444;font-weight:500}._actionsCell_1qq13_121{position:relative;width:40px;text-align:right}._moreButton_1qq13_127{border:none;background:transparent;cursor:pointer;font-size:1.2rem;padding:0 .4rem;color:#4b5563}._moreButton_1qq13_127:hover{color:#111827}._rowMenu_1qq13_142{position:absolute;right:0;top:60%;transform:translateY(-50%);background:#fff;border-radius:.6vw;box-shadow:0 .5vh 1.6vh #0f172a1a;padding:.6vh 0;min-width:120px;z-index:5;color:#111827}._rowMenuItem_1qq13_156{width:100%;padding:.6vh 1vw;font-size:.85rem;text-align:left;background:transparent;border:none;cursor:pointer;color:#111827;font-weight:500}._rowMenuItem_1qq13_156:hover{background:#f3f4f6;color:#111827}._emptyState_1qq13_173{text-align:center;padding:3vh 0;color:#9ca3af}._formOverlay_1qq13_181{position:fixed;inset:0;z-index:99999;display:flex;align-items:flex-start;justify-content:center;padding:6vh 3vw;background:#0f172a40;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);overflow-y:auto;-webkit-overflow-scrolling:touch}._formCard_1qq13_199{width:min(860px,94vw);max-height:88vh;display:flex;flex-direction:column;border-radius:18px;overflow:hidden;padding:0;margin:0 auto}._formHeader_1qq13_214{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.2rem 1.4rem;border-bottom:1px solid #e5e7eb;background:#fff}._formHint_1qq13_224{margin:.35rem 0 0;font-size:.95rem;color:#6b7280}._closeBtn_1qq13_231{border:0;background:transparent;cursor:pointer;font-size:1.1rem;line-height:1;padding:.35rem .5rem;border-radius:10px;color:#111827}._closeBtn_1qq13_231:hover{background:#0000000f}._formBody_1qq13_247{padding:1.2rem 1.4rem;overflow:auto;flex:1;background:#fff}._formGrid_1qq13_255{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.1rem 1.2rem;align-items:start}._fieldGroup_1qq13_263{display:flex;flex-direction:column;min-width:0}._fieldError_1qq13_269{margin:.35rem 0 0;font-size:.82rem;line-height:1.15;color:#ef4444}._requiredHint_1qq13_277{margin:0;padding:0 1.4rem .8rem;font-size:.85rem;color:#6b7280}._formActions_1qq13_285{padding:1rem 1.4rem;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end;gap:.75rem;background:#fff}._rolesBlock_1qq13_294{grid-column:1 / -1;display:flex;flex-direction:column;gap:.6rem}._rolesChips_1qq13_304{display:flex;flex-wrap:wrap;gap:.5rem}._rolesEmpty_1qq13_310{color:#9ca3af;font-size:.9rem}._roleChip_1qq13_315{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .65rem;border-radius:999px;border:1px solid #d1d5db;font-size:.82rem;background:#fff}._roleChipRemove_1qq13_326{border:0;background:transparent;cursor:pointer;font-size:.85rem;line-height:1;color:#6b7280}._roleChipRemove_1qq13_326:hover{color:#111827}@media(max-width:1024px){._filtersRow_1qq13_60{display:flex;flex-wrap:wrap;gap:1.2vh}._filterField_1qq13_348{width:48%!important}}@media(max-width:820px){._formCard_1qq13_199{width:100%;max-height:92vh}._formGrid_1qq13_255{grid-template-columns:1fr}._formActions_1qq13_285{flex-direction:column;align-items:stretch}}@media(max-width:720px){._page_1qq13_1{padding:3vh 4vw;padding-right:6vw}._topControls_1qq13_20{flex-direction:column;align-items:stretch;gap:1.6rem}._searchRow_1qq13_34{margin-bottom:1.5vh}._searchFieldWrapper_1qq13_38{max-width:100%}._searchInput_1qq13_389{width:100%!important}._filtersRow_1qq13_60{flex-direction:column;gap:1.2vh}._filterField_1qq13_348{width:100%!important}._newUserButton_1qq13_15{width:100%;max-width:none;align-self:stretch;justify-content:center}._tableCard_1qq13_68{padding:2vh 4vw;border-radius:16px}._table_1qq13_68 thead,._table_1qq13_68 tbody td{font-size:.8rem}._formOverlay_1qq13_181{padding:2vh 4vw}}._page_1jan5_1{width:100%;min-height:100vh;padding:2vh 2vw;background:#f5f5f7;box-sizing:border-box}._header_1jan5_11{margin-bottom:2vh}._newUserButton_1jan5_15{border-radius:999px}._topControls_1jan5_20{display:flex;justify-content:space-between;align-items:flex-end;gap:2vw;margin-bottom:3vh}._topLeft_1jan5_28{flex:1}._searchRow_1jan5_34{margin-bottom:2vh}._searchFieldWrapper_1jan5_38{max-width:420px}._tableCard_1jan5_44{background:#fff;border-radius:1.2vw;padding:2.8vh 2.6vw;box-shadow:0 .6vh 2vh #0f172a0f;overflow-x:auto;-webkit-overflow-scrolling:touch}._table_1jan5_44{width:100%;min-width:720px;border-collapse:collapse}._table_1jan5_44 thead th{text-align:left;padding:1.2vh 0;font-weight:600;font-size:.9rem;border-bottom:1px solid #e5e7eb}._table_1jan5_44 tbody td{padding:1.3vh 0;font-size:.9rem;border-bottom:1px solid #f3f4f6}._rolePill_1jan5_73{display:inline-flex;align-items:center;justify-content:center;padding:.3vh .9vw;border-radius:999px;border:1px solid #d1d5db;font-size:.78rem}._actionsCell_1jan5_85{position:relative;width:40px;text-align:right}._moreButton_1jan5_91{border:none;background:transparent;cursor:pointer;font-size:1.2rem;padding:0 .4rem;color:#4b5563}._moreButton_1jan5_91:hover{color:#111827}._rowMenu_1jan5_106{position:absolute;right:0;top:60%;transform:translateY(-50%);background:#fff;border-radius:.6vw;box-shadow:0 .5vh 1.6vh #0f172a1a;padding:.6vh 0;min-width:120px;z-index:5;color:#111827}._rowMenuItem_1jan5_120{width:100%;padding:.6vh 1vw;font-size:.85rem;text-align:left;background:transparent;border:none;cursor:pointer;color:#111827;font-weight:500}._rowMenuItem_1jan5_120:hover{background:#f3f4f6;color:#111827}._emptyState_1jan5_137{text-align:center;padding:3vh 0;color:#9ca3af}._formOverlay_1jan5_145{position:fixed;inset:0;z-index:99999;display:flex;align-items:flex-start;justify-content:center;padding:6vh 3vw;background:#0f172a40;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);overflow-y:auto;-webkit-overflow-scrolling:touch}._formCard_1jan5_163{width:min(860px,94vw);max-height:88vh;display:flex;flex-direction:column;border-radius:18px;overflow:hidden;padding:0;margin:0 auto}._formHeader_1jan5_178{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.2rem 1.4rem;border-bottom:1px solid #e5e7eb;background:#fff}._formHint_1jan5_188{margin:.35rem 0 0;font-size:.95rem;color:#6b7280}._closeBtn_1jan5_195{border:0;background:transparent;cursor:pointer;font-size:1.1rem;line-height:1;padding:.35rem .5rem;border-radius:10px;color:#111827}._closeBtn_1jan5_195:hover{background:#0000000f}._formBody_1jan5_211{padding:1.2rem 1.4rem;overflow:auto;flex:1;background:#fff}._formGrid_1jan5_219{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.1rem 1.2rem;align-items:start}._fieldGroup_1jan5_227{display:flex;flex-direction:column;min-width:0}._formActions_1jan5_234{padding:1rem 1.4rem;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end;gap:.75rem;background:#fff}._fieldError_1jan5_243{margin:.35rem 0 0;font-size:.9rem;color:#dc2626}@media(max-width:820px){._formCard_1jan5_163{width:100%;max-height:92vh}._formGrid_1jan5_219{grid-template-columns:1fr}._formActions_1jan5_234{flex-direction:column;align-items:stretch}}@media(max-width:720px){._formOverlay_1jan5_145{padding:2vh 4vw}}@media(max-width:720px){._page_1jan5_1{padding:3vh 4vw;padding-right:6vw}._topControls_1jan5_20{flex-direction:column;align-items:stretch;gap:1.5rem}._newUserButton_1jan5_15{width:100%;max-width:none;align-self:stretch;justify-content:center}._searchRow_1jan5_34{margin-bottom:1.5vh}._searchFieldWrapper_1jan5_38{max-width:100%}._searchInput_1jan5_305{width:100%!important}._tableCard_1jan5_44{padding:2vh 6vw 2vh 4vw;border-radius:16px}._table_1jan5_44 thead,._table_1jan5_44 tbody td{font-size:.8rem}._formCard_1jan5_163{padding:2.4vh 4vw}}._page_1a8o4_1{width:100%;min-height:100vh;padding:2vh 2vw;background:#f5f5f7;box-sizing:border-box}._header_1a8o4_10{margin-bottom:2vh}._controlsRow_1a8o4_15{display:flex;justify-content:space-between;align-items:flex-end;gap:2vw;margin-bottom:3vh}._searchWrapper_1a8o4_23{max-width:420px;width:100%}._searchInput_1a8o4_28{width:100%!important}._newRoleButton_1a8o4_32{border-radius:999px}._tableCard_1a8o4_37{background:#fff;border-radius:1.2vw;padding:2.4vh 2.2vw;box-shadow:0 .6vh 2vh #0f172a0f;overflow-x:auto;-webkit-overflow-scrolling:touch}._table_1a8o4_37{width:100%;min-width:560px;border-collapse:collapse}._table_1a8o4_37 thead th{text-align:left;padding:1.2vh 0;font-weight:600;font-size:.9rem;border-bottom:1px solid #e5e7eb}._table_1a8o4_37 tbody td{padding:1.3vh 0;font-size:.9rem;border-bottom:1px solid #f3f4f6}._actionsCell_1a8o4_67{position:relative;width:40px;text-align:right}._moreButton_1a8o4_73{border:none;background:transparent;cursor:pointer;font-size:1.2rem;padding:0 .4rem;color:#4b5563}._moreButton_1a8o4_73:hover{color:#111827}._rowMenu_1a8o4_87{position:absolute;right:0;top:60%;transform:translateY(-50%);background:#fff;border-radius:.6vw;box-shadow:0 .5vh 1.6vh #0f172a1a;padding:.6vh 0;min-width:120px;z-index:5;color:#111827}._rowMenuItem_1a8o4_101{width:100%;padding:.6vh 1vw;font-size:.85rem;text-align:left;background:transparent;border:none;cursor:pointer;color:#111827;font-weight:500}._rowMenuItem_1a8o4_101:hover{background:#f3f4f6;color:#111827}._emptyState_1a8o4_118{text-align:center;padding:3vh 0;color:#9ca3af}._formOverlay_1a8o4_125{position:fixed;inset:0;z-index:99999;display:flex;align-items:flex-start;justify-content:center;padding:6vh 3vw;background:#0f172a40;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);overflow-y:auto;-webkit-overflow-scrolling:touch}._formCard_1a8o4_143{width:min(860px,94vw);max-height:88vh;display:flex;flex-direction:column;border-radius:18px;overflow:hidden;padding:0;margin:0 auto}._formHeader_1a8o4_158{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.2rem 1.4rem;border-bottom:1px solid #e5e7eb;background:#fff}._formHint_1a8o4_168{margin:.35rem 0 0;font-size:.95rem;color:#6b7280}._closeBtn_1a8o4_175{border:0;background:transparent;cursor:pointer;font-size:1.1rem;line-height:1;padding:.35rem .5rem;border-radius:10px;color:#111827}._closeBtn_1a8o4_175:hover{background:#0000000f}._formBody_1a8o4_191{padding:1.2rem 1.4rem;overflow:auto;flex:1;background:#fff}._fieldGroup_1a8o4_199{display:flex;flex-direction:column;min-width:0}._fieldError_1a8o4_205{margin:.35rem 0 0;font-size:.82rem;line-height:1.15;color:#ef4444}._formMeta_1a8o4_212{display:grid;grid-template-columns:1fr;gap:1.1rem;margin-bottom:1.4rem}._permissionsGrid_1a8o4_220{display:grid;grid-template-columns:1fr 1fr;gap:2vw;margin-bottom:.6rem}._permColumnTitle_1a8o4_227{font-weight:600;margin-bottom:1vh}._permColumn_1a8o4_227{display:flex;flex-direction:column;gap:.8vh}._permRow_1a8o4_238{display:flex;align-items:center;justify-content:space-between;gap:1vw;padding:.4rem .8rem;border-radius:.6rem;background:#f9fafb;font-size:.9rem}._permRow_1a8o4_238 input[type=checkbox]{width:16px;height:16px}._requiredHint_1a8o4_255{margin:0;padding:0 1.4rem .8rem;font-size:.85rem;color:#6b7280}._formActions_1a8o4_263{padding:1rem 1.4rem;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end;gap:.75rem;background:#fff}@media(max-width:1024px){._controlsRow_1a8o4_15{align-items:flex-start}}@media(max-width:720px){._page_1a8o4_1{padding:3vh 4vw;padding-right:6vw}._controlsRow_1a8o4_15{flex-direction:column;align-items:stretch;gap:1.2rem}._searchWrapper_1a8o4_23{max-width:100%;width:100%}._searchInput_1a8o4_28{width:100%!important}._newRoleButton_1a8o4_32{width:100%;max-width:none;align-self:stretch;justify-content:center}._tableCard_1a8o4_37{padding:2vh 6vw 2vh 4vw;border-radius:16px}._formOverlay_1a8o4_125{padding:2vh 4vw}._permissionsGrid_1a8o4_220{grid-template-columns:1fr;gap:1.4vh}._formActions_1a8o4_263{flex-direction:column;align-items:stretch}}._page_1as1v_1{width:100%;min-height:100vh;padding:2vh 2vw;background:#f5f5f7;box-sizing:border-box}._header_1as1v_11{margin-bottom:2vh}._newTemplateButton_1as1v_15{border-radius:999px}._topControls_1as1v_20{display:flex;justify-content:space-between;align-items:flex-end;gap:2vw;margin-bottom:3vh}._topLeft_1as1v_28{flex:1}._searchRow_1as1v_34{margin-bottom:2vh}._searchFieldWrapper_1as1v_38{max-width:420px}._filtersBlock_1as1v_44{margin-bottom:3vh}._filtersHeader_1as1v_48{display:flex;align-items:center;gap:.6vw;margin-bottom:1vh;color:#6b7280}._filterIcon_1as1v_56{font-size:1.1rem}._filtersRow_1as1v_60{display:flex;flex-wrap:wrap;gap:.8vw}._tableCard_1as1v_68{background:#fff;border-radius:1.2vw;padding:2.8vh 2.6vw;box-shadow:0 .6vh 2vh #0f172a0f;overflow-x:auto;-webkit-overflow-scrolling:touch}._table_1as1v_68{width:100%;min-width:560px;border-collapse:collapse}._table_1as1v_68 thead th{text-align:left;padding:1.2vh 0;font-weight:600;font-size:.9rem;border-bottom:1px solid #e5e7eb}._table_1as1v_68 tbody td{padding:1.3vh 0;font-size:.9rem;border-bottom:1px solid #f3f4f6}._fileMeta_1as1v_97{margin-top:.3rem;font-size:.75rem;color:#9ca3af}._actionsCell_1as1v_105{position:relative;width:40px;text-align:right}._moreButton_1as1v_111{border:none;background:transparent;cursor:pointer;font-size:1.2rem;padding:0 .4rem;color:#4b5563}._moreButton_1as1v_111:hover{color:#111827}._rowMenu_1as1v_126{position:absolute;right:0;top:60%;transform:translateY(-50%);background:#fff;border-radius:.6vw;box-shadow:0 .5vh 1.6vh #0f172a1a;padding:.6vh 0;min-width:120px;z-index:5;color:#111827}._rowMenuItem_1as1v_140{width:100%;padding:.6vh 1vw;font-size:.85rem;text-align:left;background:transparent;border:none;cursor:pointer;color:#111827;font-weight:500}._rowMenuItem_1as1v_140:hover{background:#f3f4f6;color:#111827}._emptyState_1as1v_157{text-align:center;padding:3vh 0;color:#9ca3af}._formOverlay_1as1v_165{position:fixed;inset:0;background:#0f172a33;display:flex;align-items:center;justify-content:center;z-index:20}._formCard_1as1v_175{width:480px;max-width:92vw;padding:3vh 3vw}._formGrid_1as1v_181{display:grid;grid-template-columns:1fr;gap:1.6vh;margin-top:2vh;margin-bottom:3vh}._groupLabel_1as1v_189{display:block;margin-bottom:.5vh;font-size:.8rem;color:#6b7280}._formActions_1as1v_196{display:flex;justify-content:flex-end;gap:1vw}@media(max-width:1024px){._filtersRow_1as1v_60{display:flex;flex-wrap:wrap;gap:1.2vh}._filterField_1as1v_212{width:48%!important}}@media(max-width:720px){._page_1as1v_1{padding:3vh 4vw;padding-right:6vw}._topControls_1as1v_20{flex-direction:column;align-items:stretch;gap:1.5rem}._newTemplateButton_1as1v_15{width:100%;max-width:none;align-self:stretch;justify-content:center}._searchRow_1as1v_34{margin-bottom:1.5vh}._searchFieldWrapper_1as1v_38{max-width:100%}._searchInput_1as1v_247{width:100%!important}._filtersRow_1as1v_60{flex-direction:column;gap:1.2vh}._filterField_1as1v_212{width:100%!important}._tableCard_1as1v_68{padding:2vh 6vw 2vh 4vw;border-radius:16px}._table_1as1v_68 thead,._table_1as1v_68 tbody td{font-size:.8rem}._formCard_1as1v_175{padding:2.4vh 4vw}}._page_ppyj8_1{width:100%;min-height:100vh;padding:2vh 2vw;background:#f5f5f7;box-sizing:border-box}._headerRow_ppyj8_11{display:flex;justify-content:flex-start;align-items:flex-start;gap:2vw;margin-bottom:3vh}._tableCard_ppyj8_21{background:#fff;border-radius:1.2vw;padding:2.8vh 2.6vw;box-shadow:0 .6vh 2vh #0f172a0f;overflow-x:auto;-webkit-overflow-scrolling:touch}._table_ppyj8_21{width:100%;min-width:600px;border-collapse:collapse}._table_ppyj8_21 thead th{text-align:left;padding:1.2vh 0;font-weight:600;font-size:.9rem;border-bottom:1px solid #e5e7eb}._table_ppyj8_21 tbody td{padding:1.3vh 0;font-size:.9rem;border-bottom:1px solid #f3f4f6}._valueCell_ppyj8_52{width:320px}._valueWrapper_ppyj8_56{display:grid;grid-template-columns:1fr auto;align-items:center;gap:.6rem}._eyeButton_ppyj8_65{border:none;background:#f9fafb;border-radius:999px;height:32px;width:32px;display:grid;place-items:center;cursor:pointer;color:#6b7280;box-shadow:0 0 0 1px #e5e7eb}._eyeButton_ppyj8_65:hover{background:#e5e7eb;color:#111827}._actionsCell_ppyj8_85{position:relative;width:40px;text-align:right}._moreButton_ppyj8_91{border:none;background:transparent;cursor:pointer;font-size:1.2rem;padding:0 .4rem;color:#4b5563}._moreButton_ppyj8_91:hover{color:#111827}._rowMenu_ppyj8_106{position:absolute;right:0;top:60%;transform:translateY(-50%);background:#fff;border-radius:.6vw;box-shadow:0 .5vh 1.6vh #0f172a1a;padding:.6vh 0;min-width:150px;z-index:5;color:#111827}._rowMenuItem_ppyj8_120{width:100%;padding:.6vh 1vw;font-size:.85rem;text-align:left;background:transparent;border:none;cursor:pointer;color:#111827;font-weight:500}._rowMenuItem_ppyj8_120:hover{background:#f3f4f6;color:#111827}._formOverlay_ppyj8_139{position:fixed;inset:0;background:#0f172a33;display:flex;align-items:center;justify-content:center;z-index:20}._formCard_ppyj8_149{width:480px;max-width:92vw;padding:3vh 3vw}._formGrid_ppyj8_155{display:grid;grid-template-columns:1fr;gap:1.6vh;margin-top:2vh;margin-bottom:3vh}._formActions_ppyj8_163{display:flex;justify-content:flex-end;gap:1vw}@media(max-width:720px){._page_ppyj8_1{padding:3vh 4vw}._tableCard_ppyj8_21{padding:2vh 1.4vw;border-radius:16px}._table_ppyj8_21 thead,._table_ppyj8_21 tbody td{font-size:.8rem}._formCard_ppyj8_149{padding:2.4vh 4vw}}._page_qz9vf_3{min-height:100vh;padding:3vh 4vw;display:flex;flex-direction:column;gap:2vh}._header_qz9vf_11{display:flex;justify-content:space-between;align-items:center;margin-bottom:1vh}._loading_qz9vf_18{text-align:center;padding:4vh 0}._error_qz9vf_23{color:#dc2626;text-align:center}._stats_qz9vf_29{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5vw;margin-bottom:2vh}._statCard_qz9vf_36{padding:2vh 1.5vw;text-align:center;border-radius:.8vh}._statCard_qz9vf_36._pendientes_qz9vf_42{background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid #f59e0b}._statCard_qz9vf_36._aprobadas_qz9vf_47{background:linear-gradient(135deg,#d1fae5,#a7f3d0);border:1px solid #10b981}._statCard_qz9vf_36._rechazadas_qz9vf_52{background:linear-gradient(135deg,#fee2e2,#fecaca);border:1px solid #ef4444}._statCard_qz9vf_36._total_qz9vf_57{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border:1px solid #6b7280}._statValue_qz9vf_62{font-size:2.5vh;font-weight:700;color:#111827;margin-bottom:.5vh}._statLabel_qz9vf_69{font-size:1.3vh;color:#6b7280;font-weight:500}._filters_qz9vf_76{margin-bottom:2vh}._filterRow_qz9vf_80{display:flex;gap:2vw;align-items:end}._list_qz9vf_87{flex:1}._listHeader_qz9vf_91{margin-bottom:2vh}._listHeader_qz9vf_91 h3{margin:0;color:#111827;font-size:1.8vh;font-weight:600}._empty_qz9vf_102{text-align:center;padding:4vh 2vw}._emptyText_qz9vf_107{color:#6b7280;font-style:italic}._solicitudes_qz9vf_112{display:flex;flex-direction:column;gap:1.5vh}._solicitudCard_qz9vf_118{border:1px solid #e5e7eb;border-radius:.8vh;padding:2vh 2.5vw;background:#fff;transition:box-shadow .2s ease}._solicitudCard_qz9vf_118:hover{box-shadow:0 4px 12px #0000001a}._solicitudHeader_qz9vf_130{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5vh}._solicitudInfo_qz9vf_137{flex:1}._entidad_qz9vf_141{font-size:1.6vh;color:#111827;margin-bottom:.5vh}._fecha_qz9vf_147{font-size:1.3vh;color:#6b7280}._estado_qz9vf_152{padding:.5vh 1vw;border-radius:1vh;color:#fff;font-size:1.2vh;font-weight:600;text-align:center;min-width:100px}._solicitudBody_qz9vf_162{margin-bottom:1.5vh}._detalles_qz9vf_166{display:grid;grid-template-columns:1fr 1fr;gap:1vw;margin-bottom:1vh}._detalle_qz9vf_166{display:flex;flex-direction:column;gap:.3vh}._label_qz9vf_179{font-size:1.3vh;color:#6b7280;font-weight:500}._value_qz9vf_185{font-size:1.4vh;color:#111827;font-weight:600}._motivo_qz9vf_191{background:#f9fafb;padding:1.5vh 1vw;border-radius:.5vh;border-left:4px solid #3b82f6;font-size:1.3vh;color:#374151;line-height:1.4}._acciones_qz9vf_201{display:flex;gap:1vw;justify-content:flex-end}._pagination_qz9vf_208{display:flex;justify-content:center;align-items:center;gap:2vw;margin-top:3vh;padding-top:2vh;border-top:1px solid #e5e7eb}._pageInfo_qz9vf_218{font-size:1.4vh;color:#6b7280;font-weight:500}._popupContent_qz9vf_225{display:flex;flex-direction:column;gap:1.5vh;margin:2vh 0}._popupActions_qz9vf_232{display:flex;justify-content:flex-end;gap:1vw;margin-top:2vh}._card_qz9vf_240{max-width:500px;margin:0 auto}._inner_qz9vf_245{display:flex;flex-direction:column;gap:2vh;text-align:center}._description_qz9vf_252{color:#6b7280}._center_qz9vf_256{display:flex;justify-content:center}@media(min-width:721px)and (max-width:1024px){._page_qz9vf_3{padding:2.5vh 3vw}._stats_qz9vf_29{grid-template-columns:repeat(2,1fr);gap:1vw}._filterRow_qz9vf_80{flex-direction:column;gap:1.5vh;align-items:stretch}._detalles_qz9vf_166{grid-template-columns:1fr}._solicitudHeader_qz9vf_130{flex-direction:column;gap:1vh}._estado_qz9vf_152{align-self:flex-start}}@media(max-width:720px){._page_qz9vf_3{padding:2vh 2vw}._header_qz9vf_11{flex-direction:column;gap:1.5vh;align-items:flex-start}._stats_qz9vf_29{grid-template-columns:1fr;gap:1vh}._filterRow_qz9vf_80{flex-direction:column;gap:1.5vh}._solicitudes_qz9vf_112{gap:1vh}._solicitudCard_qz9vf_118{padding:1.5vh 2vw}._detalles_qz9vf_166{grid-template-columns:1fr;gap:.8vh}._acciones_qz9vf_201{flex-direction:column}._acciones_qz9vf_201 button{width:100%}._pagination_qz9vf_208{flex-direction:column;gap:1.5vh}._popupContent_qz9vf_225{gap:1vh}._popupActions_qz9vf_232{flex-direction:column}._popupActions_qz9vf_232 button{width:100%}}@media(prefers-color-scheme:dark){._statValue_qz9vf_62{color:#f9fafb}._statLabel_qz9vf_69{color:#9ca3af}._listHeader_qz9vf_91 h3{color:#f9fafb}._emptyText_qz9vf_107{color:#9ca3af}._solicitudCard_qz9vf_118{background:#1f2937;border-color:#374151}._entidad_qz9vf_141{color:#f9fafb}._fecha_qz9vf_147,._label_qz9vf_179{color:#9ca3af}._value_qz9vf_185{color:#f9fafb}._motivo_qz9vf_191{background:#111827;color:#d1d5db;border-left-color:#60a5fa}._pageInfo_qz9vf_218,._description_qz9vf_252{color:#9ca3af}}._solicitudCard_1vhwq_1{width:100%;max-width:600px;height:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}._solicitudCardCerrada_1vhwq_11{background-color:#e7e7e7}._solicitudHeader_1vhwq_15{margin-bottom:1rem;flex-shrink:0}._solicitudContent_1vhwq_20{display:flex;flex-direction:column;gap:1rem;flex-shrink:0}._titulo_1vhwq_27{margin:0;font-size:.875rem;color:var(--color-text-secondary, #6c757d);line-height:1.4}._infoRow_1vhwq_34{display:flex;flex-direction:column;gap:.5rem}._infoItem_1vhwq_40{display:flex;align-items:center;justify-content:space-between;font-size:.875rem;width:100%;line-height:1.4}._label_1vhwq_49{color:var(--color-text-secondary, #6c757d)}._dias_1vhwq_53{font-weight:600;color:var(--color-text-primary, #2c3e50)}._workflow_1vhwq_58{display:flex;flex-direction:column;gap:0;margin-top:1rem}._pasoContainer_1vhwq_65{display:flex;flex-direction:column;position:relative}._pasoItem_1vhwq_71{display:flex;align-items:flex-start;gap:1rem}._pasoIconSection_1vhwq_77{display:flex;flex-direction:column;align-items:center;flex-shrink:0;position:relative;width:32px;height:100%}._circulo_1vhwq_87{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;flex-shrink:0;position:relative;z-index:2;background:#fff}._pasoContent_1vhwq_102{display:flex;flex-direction:column;gap:.5rem;flex:1;padding-bottom:1.5rem;padding-top:.25rem}._pasoNombre_1vhwq_111{font-size:.875rem;color:var(--color-text-secondary, #6c757d);margin:0;line-height:1.2;font-weight:600}._pasoActual_1vhwq_119{font-weight:600;color:var(--color-text-primary, #2c3e50)}._pasoDescripcion_1vhwq_124{font-size:.75rem;color:var(--color-text-muted, #9ca3af);margin:0;line-height:1.3}._pasoBotonContainer_1vhwq_131{margin-top:.25rem}._linea_1vhwq_135{width:2px;background:var(--color-border, #e9ecef);position:absolute;left:50%;top:32px;height:calc(100% - 32px);transform:translate(-50%);z-index:1}._circuloCompletado_1vhwq_147{background-color:#63b443;border:1px solid #469327}._lineaCompletado_1vhwq_152{background-color:#63b443}._nombreCompletado_1vhwq_156,._descripcionCompletado_1vhwq_157{color:#469327}._circuloActual_1vhwq_161{background-color:#f49e2a;border:1px solid #F49E2A}._lineaActual_1vhwq_166{background-color:#f49e2a}._nombreActual_1vhwq_170,._descripcionActual_1vhwq_171{color:#f49e2a}._circuloPendiente_1vhwq_175{background-color:#fff;border:1px solid #9B9998}._lineaPendiente_1vhwq_180{background-color:#9b9998}._nombrePendiente_1vhwq_184,._descripcionPendiente_1vhwq_185{color:#9b9998}._botonVerde_1vhwq_190{background-color:#fff!important;border:1px solid #29740B!important;color:#29740b!important}._botonVerde_1vhwq_190:hover{background-color:#29740b!important;color:#fff!important}._botonAmarillo_1vhwq_201{background-color:#fff!important;border:1px solid #F28C02!important;color:#f28c02!important}._botonAmarillo_1vhwq_201:hover{background-color:#f28c02!important;color:#fff!important}._page_8t1l2_2{width:100%;min-height:100vh;padding:2vh 2vw;background:#f5f5f7;box-sizing:border-box}._headerSection_8t1l2_10{margin-bottom:2rem}._header_8t1l2_10{margin-bottom:1rem}._headerContent_8t1l2_18{display:flex;flex-direction:column;gap:1rem}._headerButton_8t1l2_24{width:fit-content;max-width:25%;align-self:flex-start}._solicitudesList_8t1l2_30{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:3rem;justify-items:center;align-items:stretch}._solicitudCard_8t1l2_38{width:100%;max-width:600px;height:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}._solicitudCardCerrada_8t1l2_48{background-color:#e7e7e7}._solicitudHeader_8t1l2_52{margin-bottom:1rem;flex-shrink:0}._solicitudContent_8t1l2_57{display:flex;flex-direction:column;gap:1rem;flex-shrink:0}._titulo_8t1l2_64{margin:0;font-size:.875rem;color:var(--color-text-secondary, #6c757d);line-height:1.4}._infoRow_8t1l2_71{display:flex;flex-direction:column;gap:.5rem}._infoItem_8t1l2_77{display:flex;align-items:center;justify-content:space-between;font-size:.875rem;width:100%;line-height:1.4}._label_8t1l2_86{color:var(--color-text-secondary, #6c757d)}._dias_8t1l2_90{font-weight:600;color:var(--color-text-primary, #2c3e50)}._workflow_8t1l2_95{display:flex;flex-direction:column;gap:0;margin-top:1rem}._pasoContainer_8t1l2_102{display:flex;flex-direction:column;position:relative}._pasoItem_8t1l2_108{display:flex;align-items:flex-start;gap:1rem}._pasoIconSection_8t1l2_114{display:flex;flex-direction:column;align-items:center;flex-shrink:0;position:relative;width:32px;height:100%}._circulo_8t1l2_124{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;flex-shrink:0;position:relative;z-index:2;background:#fff}._pasoContent_8t1l2_139{display:flex;flex-direction:column;gap:.5rem;flex:1;padding-bottom:1.5rem;padding-top:.25rem}._pasoNombre_8t1l2_148{font-size:.875rem;color:var(--color-text-secondary, #6c757d);margin:0;line-height:1.2;font-weight:600}._pasoActual_8t1l2_156{font-weight:600;color:var(--color-text-primary, #2c3e50)}._pasoDescripcion_8t1l2_161{font-size:.75rem;color:var(--color-text-muted, #9ca3af);margin:0;line-height:1.3}._pasoBotonContainer_8t1l2_168{margin-top:.25rem}._linea_8t1l2_172{width:2px;background:var(--color-border, #e9ecef);position:absolute;left:50%;top:32px;height:calc(100% - 32px);transform:translate(-50%);z-index:1}._circuloCompletado_8t1l2_184{background-color:#63b443;border:1px solid #469327}._lineaCompletado_8t1l2_189{background-color:#63b443}._nombreCompletado_8t1l2_193,._descripcionCompletado_8t1l2_194{color:#469327}._circuloActual_8t1l2_198{background-color:#f49e2a;border:1px solid #F49E2A}._lineaActual_8t1l2_203{background-color:#f49e2a}._nombreActual_8t1l2_207,._descripcionActual_8t1l2_208{color:#f49e2a}._circuloPendiente_8t1l2_212{background-color:#fff;border:1px solid #9B9998}._lineaPendiente_8t1l2_217{background-color:#9b9998}._nombrePendiente_8t1l2_221,._descripcionPendiente_8t1l2_222{color:#9b9998}._botonVerde_8t1l2_227{background-color:#fff!important;border:1px solid #29740B!important;color:#29740b!important}._botonVerde_8t1l2_227:hover{background-color:#29740b!important;color:#fff!important}._botonAmarillo_8t1l2_238{background-color:#fff!important;border:1px solid #F28C02!important;color:#f28c02!important}._botonAmarillo_8t1l2_238:hover{background-color:#f28c02!important;color:#fff!important}._loading_8t1l2_250{display:flex;justify-content:center;align-items:center;height:50vh;font-size:1.2rem;color:var(--color-text-secondary, #6c757d)}._error_8t1l2_259{display:flex;flex-direction:column;justify-content:center;align-items:center;height:50vh;text-align:center;padding:2rem}._error_8t1l2_259 p{margin-bottom:1rem;color:#dc3545;font-size:1.1rem}._error_8t1l2_259 button{padding:.5rem 1rem;background-color:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:1rem}._error_8t1l2_259 button:hover{background-color:#0056b3}._emptyState_8t1l2_289{display:flex;justify-content:center;align-items:center;height:50vh;text-align:center;padding:2rem}._emptyMessage_8t1l2_298{color:var(--color-text-secondary, #6c757d);font-size:1.1rem;line-height:1.5}@media(max-width:768px){._listadoContainer_8t1l2_306{padding:1rem}._headerButton_8t1l2_24{max-width:100%;width:fit-content}._infoRow_8t1l2_71{flex-direction:column;gap:.5rem}._pasoItem_8t1l2_108{flex-wrap:wrap}}._page_1h79g_1{min-height:100%;padding:1.2vh 1.6vw 2vh;display:flex;flex-direction:column;gap:1.2vh}._header_1h79g_10{display:flex;align-items:center;justify-content:space-between}._pageTitle_1h79g_16{margin:0;font-size:clamp(18px,1.6vw,22px);font-weight:700;color:#111827}._filtersBar_1h79g_24{display:flex;flex-direction:column;gap:.8vh;padding:.2vh 0}._filtersHeaderRow_1h79g_31{display:flex;align-items:center;justify-content:space-between;gap:1vw}._filtersLabel_1h79g_38{display:inline-flex;align-items:center;gap:.6vw;font-size:.85rem;font-weight:600;color:#6b7280}._filterIcon_1h79g_47{width:16px;height:16px}._filtersToggle_1h79g_52{border:1px solid #e5e7eb;background:#fff;color:#6b7280;font-size:.72rem;padding:.35rem .8rem;border-radius:999px;cursor:pointer;white-space:nowrap;transition:background .15s ease,border-color .15s ease}._filtersToggle_1h79g_52:hover{background:#f9fafb;border-color:#d1d5db}._exportBtn_1h79g_69{display:flex;align-items:center;gap:6px;padding:8px 16px;border-radius:20px;background:#f28c02;border:none;color:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:background .2s,box-shadow .2s;white-space:nowrap;box-shadow:0 2px 6px #f28c024d}._exportBtn_1h79g_69:hover{background:#d47a02;box-shadow:0 3px 8px #f28c0266}._exportIcon_1h79g_91{color:#fff;font-weight:700;font-size:16px}._filtersError_1h79g_97{color:#b91c1c;font-size:.75rem}._filtersRowPrimary_1h79g_102{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:.8vw}._filtersAdvanced_1h79g_108{display:flex;flex-direction:column;gap:.8vh}._filtersRowSecondary_1h79g_114{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.8vw}._filterField_1h79g_120{min-width:0}._filterInput_1h79g_124{--h: 3.8vh;--radius: 12px;--padX: .8vw;--padY: .5vh;--label: 1.15vh;--font: 1.4vh;width:100%;gap:.4vh}._filtersActions_1h79g_135{display:flex;justify-content:flex-end}._layoutRow_1h79g_141{margin-top:.8vh;display:flex;align-items:flex-start;gap:1.6vw}._sideNav_1h79g_149{width:60px;padding:1.8vh 0;background:#e5e7eb;border-radius:999px;border:1px solid #e5e7eb;box-shadow:0 10px 20px #0f172a1f;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;gap:1.2vh;min-height:52vh}._sideNavItem_1h79g_164{width:40px;height:40px;border-radius:999px;border:1px solid transparent;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#6b7280;transition:background .15s ease,box-shadow .15s ease,border-color .15s ease}._sideNavItemActive_1h79g_178{background:#fff;border-color:#e5e7eb;box-shadow:0 8px 16px #0f172a29;color:#111827}._sideNavItemTop_1h79g_185{margin-top:0}._sideNavIcon_1h79g_189{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px}._sideNavIcon_1h79g_189 svg{width:18px;height:18px}._mainContent_1h79g_202{flex:1;min-width:0;display:flex;flex-direction:column;gap:1.2vh}._viewWrapper_1h79g_211{display:flex;flex-direction:column;gap:1.2vh}._panelCard_1h79g_217{--card-radius: 20px;--card-pad-y: 1.4vh;--card-pad-x: 1.6vw;--card-w: 100%;--card-w-min: 100%;--card-w-max: 100%;width:100%;box-shadow:0 12px 22px #0f172a14;justify-content:flex-start;transition:none}._panelCard_1h79g_217:hover{transform:none!important;box-shadow:0 12px 22px #0f172a14!important}._panelDivider_1h79g_235{height:1px;background:#eef0f4;margin:1.2vh 0}._panelGrid_1h79g_241{display:grid;grid-template-columns:1.2fr .8fr;gap:1.4vw}._panelGridEqual_1h79g_247{display:grid;grid-template-columns:1fr 1fr;gap:1.4vw}._panelGridSecondary_1h79g_253{display:grid;grid-template-columns:1fr 1fr;gap:1.4vw;margin-top:1.2vh}._sectionCard_1h79g_260{background:#fff;border:1px solid #edf0f4;border-radius:16px;padding:1.2vh 1.2vw 1.4vh;min-height:0}._sectionTitle_1h79g_268{font-size:.9rem;font-weight:700;margin:0 0 .6vh;color:#111827}._kpiRow_1h79g_275{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.2vw;align-items:center}._kpiItem_1h79g_282{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.4vh}._kpiItemDonut_1h79g_290{align-items:center}._kpiNumber_1h79g_294{font-size:clamp(20px,2.2vw,32px);font-weight:800;color:#111827}._kpiNumberHighlight_1h79g_300{color:#f59e0b}._kpiLabel_1h79g_304{font-size:.75rem;color:#6b7280}._kpiDonutWrapper_1h79g_309{width:100%;max-width:120px;margin:0 auto}._donutRowCompact_1h79g_316{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8vw 1vw;padding:.4vh .2vw 0}._donutRowFull_1h79g_323{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.8vw;padding:.4vh .2vw .2vh}._donutItem_1h79g_330{position:relative;text-align:center}._donutChart_1h79g_335{position:relative;width:100%}._donutCenter_1h79g_340{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none}._donutValue_1h79g_349{font-weight:700;font-size:.85rem}._donutLabel_1h79g_354{margin-top:.6vh;font-size:.7rem;color:#4b5563}._emptyState_1h79g_360{padding:1.2vh 0;text-align:center;color:#9ca3af;font-size:.75rem}._rankingWrapper_1h79g_368{padding:.4vh .2vw;display:flex;flex-direction:column;gap:1vh}._rankingRow_1h79g_375{display:flex;flex-direction:column;gap:.35vh}._rankingHeader_1h79g_381{display:flex;justify-content:space-between;align-items:center;font-size:.75rem}._rankingLabel_1h79g_388,._rankingPct_1h79g_393{font-weight:600;color:#111827}._rankingBarBg_1h79g_398{width:100%;height:8px;border-radius:999px;background-color:#f1f5f9;overflow:hidden}._rankingBarValue_1h79g_406{height:100%;border-radius:999px}._componentHeader_1h79g_412{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:.45vh;padding:0 .4vw;margin-bottom:.45vh}._componentLegendRow_1h79g_422{display:flex;flex-wrap:wrap;gap:.45vh .8vw}._componentLegendItem_1h79g_428{display:inline-flex;align-items:center;gap:.35vw;font-size:.74rem;color:#4b5563}._componentLegendLine_1h79g_436{width:18px;height:3px;border-radius:999px;display:inline-block}._variationValue_1h79g_443{font-size:clamp(20px,2.2vw,28px);font-weight:800;color:#16a34a}._variationLabel_1h79g_449{font-size:.75rem;color:#6b7280}._mainGridSingle_1h79g_455{display:grid;grid-template-columns:1.1fr 1.4fr;align-items:center;gap:1.6vw}._historicLeft_1h79g_462{padding:.4vh .6vw}._variationHistoric_1h79g_466{margin-top:1.2vh}._variationPositive_1h79g_470{font-size:clamp(20px,2.2vw,28px);font-weight:800;color:#16a34a}._variationSubLabel_1h79g_476{font-size:.75rem;color:#6b7280}._barChartWrapper_1h79g_482{width:100%;padding:0 .4vw .6vh;min-height:280px}._lineChartWrapper_1h79g_488{width:100%;padding:0 .4vw .6vh}._tableWrapper_1h79g_494{width:100%;border:1px solid #e5e7eb;border-radius:14px;overflow:hidden;background:#fff}._table_1h79g_494{width:100%;border-collapse:collapse;font-size:.78rem}._table_1h79g_494 thead{background-color:#f8fafc}._table_1h79g_494 th,._table_1h79g_494 td{text-align:left;padding:.6vh .6vw;border-bottom:1px solid #e5e7eb}._table_1h79g_494 th{font-weight:600;color:#6b7280}._table_1h79g_494 tr:last-child td{border-bottom:none}._emptyCell_1h79g_528{text-align:center;color:#9ca3af;font-size:.75rem;padding:1.2vh .6vw}._linkBtn_1h79g_535{border:1px solid #e5e7eb;background:#fff;color:#6b7280;font-weight:600;cursor:pointer;padding:.2rem .6rem;border-radius:999px}._linkBtn_1h79g_535:disabled{opacity:.55;cursor:not-allowed}._exportRow_1h79g_551{display:flex;justify-content:flex-end;gap:.6vw;margin-top:1vh}._modalBackdrop_1h79g_558{position:fixed;inset:0;background:#0f172a59;display:flex;align-items:center;justify-content:center;z-index:40}._modalCard_1h79g_568{--card-radius: 16px;--card-pad-y: 2vh;--card-pad-x: 2vw;--card-w: 420px;--card-w-min: 320px;--card-w-max: 420px;max-width:420px}._modalTitle_1h79g_578{margin:0 0 1vh;font-size:clamp(18px,1.6vw,20px)}._modalText_1h79g_583{font-size:.9rem;color:#4b5563;margin-bottom:2vh}._modalActions_1h79g_589{display:flex;justify-content:flex-end;gap:1vw}._modalError_1h79g_595{margin-top:1vh;font-size:.85rem;color:#b91c1c}@media(max-width:1200px){._filtersRowPrimary_1h79g_102{grid-template-columns:repeat(4,minmax(0,1fr))}._filtersRowSecondary_1h79g_114{grid-template-columns:repeat(2,minmax(0,1fr))}._kpiRow_1h79g_275{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:1.2vh}._panelGrid_1h79g_241,._panelGridEqual_1h79g_247,._panelGridSecondary_1h79g_253{grid-template-columns:1fr}._donutRowFull_1h79g_323{grid-template-columns:repeat(3,minmax(0,1fr))}._mainGridSingle_1h79g_455{grid-template-columns:1fr}}@media(max-width:720px){._page_1h79g_1{padding:2vh 4vw 3vh}._filtersRowPrimary_1h79g_102{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2vh}._filtersRowSecondary_1h79g_114{grid-template-columns:1fr;gap:1.2vh}._layoutRow_1h79g_141{flex-direction:column;gap:1.2vh}._sideNav_1h79g_149{width:100%;flex-direction:row;justify-content:space-between;padding:.8vh 1.4vw;min-height:auto}._kpiRow_1h79g_275{grid-template-columns:1fr;gap:1.2vh}._donutRowCompact_1h79g_316,._donutRowFull_1h79g_323{grid-template-columns:repeat(2,minmax(0,1fr))}._mainGridSingle_1h79g_455{grid-template-columns:1fr}._exportRow_1h79g_551{justify-content:center}._seguimientosTableWrapper_1h79g_677{overflow-x:auto;-webkit-overflow-scrolling:touch}._seguimientosTable_1h79g_677{min-width:720px}}._page_1uyrg_11{min-height:100vh;padding:3vh 4vw;display:flex;flex-direction:column;gap:2vh}._topAnchor_1uyrg_19{height:1px}._header_1uyrg_24{display:flex;justify-content:space-between;align-items:flex-start;gap:2vw}._headerLeft_1uyrg_31{flex:1;min-width:0}._title_1uyrg_36{margin:0;font-size:1.5rem;line-height:1.3}._topRow_1uyrg_42{margin-top:1.5vh;display:flex;gap:1.2vw;align-items:flex-end}._entityField_1uyrg_49{flex:1;min-width:260px}._deadline_1uyrg_54{display:flex;flex-direction:column;gap:.4vh;padding:1.2vh 1vw;border:1px solid #E5E7EB;border-radius:12px;background:#fff;min-width:200px}._deadlineLabel_1uyrg_65{font-size:12px;color:#6b7280;font-weight:600}._deadlineValue_1uyrg_71{font-size:14px;color:#111827;font-weight:800}._headerRight_1uyrg_78{min-width:220px}._stats_1uyrg_82{display:flex;flex-direction:column;gap:.8vh;padding:1.2vh 1vw;border:1px solid #E5E7EB;border-radius:12px;background:#fff}._statRow_1uyrg_92{display:flex;justify-content:space-between;align-items:center;font-size:13px;color:#374151}._statRed_1uyrg_100{color:#dc2626}._statYellow_1uyrg_101{color:#d97706}._statGreen_1uyrg_102{color:#16a34a}._statGray_1uyrg_103{color:#6b7280}._compStepper_1uyrg_106{display:flex;align-items:center;gap:.8vw;padding:1.2vh 1vw;border-radius:14px;background:#fff;border:1px solid #E5E7EB;overflow-x:auto}._compStep_1uyrg_106{display:flex;align-items:center;gap:.6vw;position:relative;white-space:nowrap}._compDot_1uyrg_125{width:22px;height:22px;border-radius:999px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;border:2px solid #D1D5DB;color:#6b7280;background:#fff}._compLabel_1uyrg_139{font-size:13px;font-weight:800;color:#6b7280}._compLine_1uyrg_145{width:34px;height:3px;border-radius:99px;background:#e5e7eb;margin-left:.6vw}._comp-done_1uyrg_153 ._compDot_1uyrg_125{border-color:#16a34a;background:#16a34a;color:#fff}._comp-done_1uyrg_153 ._compLabel_1uyrg_139{color:#111827}._comp-done_1uyrg_153 ._compLine_1uyrg_145{background:#16a34a}._comp-active_1uyrg_161 ._compDot_1uyrg_125{border-color:#dc2626;background:#dc2626;color:#fff}._comp-active_1uyrg_161 ._compLabel_1uyrg_139{color:#111827}._comp-active_1uyrg_161 ._compLine_1uyrg_145{background:#dc2626}._markersWrap_1uyrg_170{display:flex;align-items:center;gap:1vw;padding:1.4vh 1vw;border-radius:14px;background:#fff;border:1px solid #E5E7EB}._markersTrack_1uyrg_180{position:relative;flex:1;height:18px;border-radius:999px;background:#e5e7eb;overflow:hidden}._markersFill_1uyrg_189{position:absolute;top:0;left:0;height:100%;background:#16a34a;opacity:.9;z-index:1}._markersCurrentPosition_1uyrg_199{position:absolute;top:50%;transform:translate(-50%,-50%);width:3px;height:20px;background:#111827;opacity:1;z-index:10;transition:left .1s ease-out;border-radius:2px;box-shadow:0 0 0 2px #ffffffe6;pointer-events:auto;cursor:grab}._markersCurrentPosition_1uyrg_199:active{cursor:grabbing;transition:none}._marker_1uyrg_170{position:absolute;top:50%;transform:translate(-50%,-50%);width:6px;height:14px;border-radius:999px;border:none;background:#11182759;cursor:pointer;z-index:15}._marker_1uyrg_170:hover{filter:brightness(.9)}._markerSkip_1uyrg_234{background:#dc2626!important;z-index:15}._markerMark_1uyrg_239{background:#f59e0b!important;z-index:15}._markerHabilitada_1uyrg_244{background:#3b82f6!important;width:6px;height:14px;border-radius:999px;animation:_pulseHabilitada_1uyrg_1 2s ease-in-out infinite;box-shadow:0 0 #3b82f6b3;z-index:10}@keyframes _pulseHabilitada_1uyrg_1{0%,to{box-shadow:0 0 #3b82f6b3;transform:translate(-50%,-50%) scale(1)}50%{box-shadow:0 0 0 4px #3b82f600;transform:translate(-50%,-50%) scale(1.1)}}._markerActive_1uyrg_265{width:8px;height:16px;background:#111827;box-shadow:0 0 0 2px #ffffffb3}._markerHabilitada_1uyrg_244._markerActive_1uyrg_265{background:#3b82f6!important;width:8px;height:16px;box-shadow:0 0 0 2px #ffffffb3}._markerSlider_1uyrg_281{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}._progressRight_1uyrg_290{display:flex;align-items:center;gap:.8vw}._progressPct_1uyrg_295{font-weight:900;font-size:14px}._progressPct_1uyrg_295[data-semaforo=red]{color:#dc2626}._progressPct_1uyrg_295[data-semaforo=yellow]{color:#d97706}._progressPct_1uyrg_295[data-semaforo=green]{color:#16a34a}._progressCount_1uyrg_303{font-size:13px;color:#6b7280;font-weight:700}._card_1uyrg_310{background:#fff;border:1px solid #E5E7EB;border-radius:16px;overflow:hidden}._cardHead_1uyrg_317{background:#f3f4f6;padding:1.6vh 1.2vw;display:flex;justify-content:space-between;align-items:center;gap:1vw}._cardTitle_1uyrg_326{font-weight:900;color:#111827;font-size:14px}._cardSubtitle_1uyrg_331{font-weight:800;color:#374151}._cardTools_1uyrg_336{display:flex;align-items:center;gap:1vw}._qIndex_1uyrg_341{font-size:13px;color:#374151}._cardBody_1uyrg_346{padding:2vh 1.6vw;display:flex;flex-direction:column;gap:1.6vh;position:relative}._loadingOverlay_1uyrg_355{position:absolute;inset:0;background:#ffffffd9;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;z-index:100;border-radius:16px}._loadingSpinner_1uyrg_370{font-size:14px;color:#6b7280;font-weight:600;display:flex;align-items:center;gap:.8vw}._loadingSpinner_1uyrg_370:before{content:"";width:20px;height:20px;border:3px solid #E5E7EB;border-top-color:#3b82f6;border-radius:50%;animation:_spin_1uyrg_1 .8s linear infinite}@keyframes _spin_1uyrg_1{to{transform:rotate(360deg)}}._uploadSpinner_1uyrg_394{display:inline-block;width:12px;height:12px;border:2px solid #2196F3;border-top-color:transparent;border-radius:50%;animation:_spin_1uyrg_1 1s linear infinite;margin-right:4px;vertical-align:middle}._normaRow_1uyrg_406{font-size:13px;color:#111827}._normaText_1uyrg_410{color:#374151}._questionRow_1uyrg_414{display:flex;flex-direction:column;gap:.6vh;color:#111827;font-size:13px}._questionText_1uyrg_421{color:#374151;line-height:1.35}._fieldBlock_1uyrg_427{display:flex;flex-direction:column;gap:.6vh}._fieldLabel_1uyrg_433{font-size:13px;font-weight:800;color:#111827}._req_1uyrg_439{color:#dc2626;font-weight:900}._textarea_1uyrg_445{width:100%;border:1px solid #E5E7EB;border-radius:12px;padding:1.2vh 1vw;font-size:13px;outline:none;resize:vertical;min-height:110px;background:#fff!important;color:#111827!important;caret-color:#111827;color-scheme:light}._textarea_1uyrg_445::placeholder{color:#9ca3af;opacity:1}._evidenciaField_1uyrg_467{margin-bottom:1.5vh}._evidenciaTextarea_1uyrg_471{width:95%;border:1px solid #E5E7EB;border-radius:12px;padding:1.2vh 1vw;font-size:13px;outline:none;resize:vertical;min-height:80px;max-height:200px;overflow-y:auto;background:#f9fafb!important;color:#111827!important;cursor:default;font-family:inherit}._evidenciaTextarea_1uyrg_471:focus{outline:none;border-color:#e5e7eb}._fieldInvalid_1uyrg_493{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261f}._inlineAlert_1uyrg_498{font-size:12px;color:#dc2626;font-weight:700;margin-top:.2vh}._inputInvalid_1uyrg_505{outline:2px solid rgba(220,38,38,.25);border-radius:12px}._nested_1uyrg_511{padding-left:1.2vw;border-left:3px solid #E5E7EB}._grupoEspecial_1uyrg_517{display:flex;flex-direction:column;gap:.4vh;margin-bottom:.8vh}._grupoHeader_1uyrg_524{font-weight:800}._grupoLabel_1uyrg_528{font-weight:800;color:#111827}._subcriteriosContainer_1uyrg_533{padding-left:2vw;display:flex;flex-direction:column;gap:.3vh;margin-top:.4vh;border-left:2px solid #E5E7EB;padding-left:1.2vw}._subcriterioRow_1uyrg_543{opacity:.95}._subpreguntasContainer_1uyrg_548{margin-top:2vh;display:flex;flex-direction:column;gap:1.6vh;padding:1.6vh 1.2vw;background:#f9fafb;border-radius:12px;border:1px solid #E5E7EB}._subpreguntasTitle_1uyrg_559{font-size:14px;font-weight:900;color:#111827;margin-bottom:.4vh}._subpreguntaCard_1uyrg_566{background:#fff;border:1px solid #E5E7EB;border-radius:12px;padding:1.6vh 1.2vw;display:flex;flex-direction:column;gap:1.2vh}._subpreguntaHeader_1uyrg_576{font-size:13px;color:#111827;font-weight:800;margin-bottom:.4vh}._subpreguntaComments_1uyrg_583{margin-top:.8vh;display:flex;flex-direction:column;gap:.6vh}._lowerGrid_1uyrg_591{display:grid;grid-template-columns:1fr 1fr;gap:1.6vw;align-items:start}._attachCard_1uyrg_598{border:1px solid #E5E7EB;border-radius:14px;padding:1.4vh 1vw;display:flex;flex-direction:column;gap:1vh}._attachTop_1uyrg_607{display:flex;justify-content:flex-start}._attachInputRow_1uyrg_612{display:flex;flex-direction:column;gap:.6vh}._fileBtn_1uyrg_618{display:inline-flex;align-items:center;justify-content:space-between;gap:1vw;padding:1vh 1vw;border:1px solid #E5E7EB;border-radius:12px;background:#fff;cursor:pointer;font-weight:800;font-size:13px;color:#111827;width:fit-content;max-width:100%}._fileInput_1uyrg_635{display:none}._fileHint_1uyrg_637{font-size:12px;color:#6b7280;font-weight:600}._attachHint_1uyrg_643{font-size:12px;color:#dc2626;font-weight:600;margin-left:4px}._attachHintOptional_1uyrg_650{font-size:12px;color:#6b7280;font-weight:500;margin-left:4px}._attachHintRequired_1uyrg_657{font-size:12px;color:#dc2626;font-weight:600;margin-left:4px}._fileList_1uyrg_664{display:flex;flex-direction:column;gap:.8vh;margin-top:.6vh}._fileChip_1uyrg_671{display:flex;align-items:center;justify-content:space-between;gap:1vw;padding:.8vh 1vw;border:1px solid #E5E7EB;border-radius:999px;background:#f9fafb;transition:all .3s ease;animation:_slideIn_1uyrg_1 .3s ease}._fileChip_1uyrg_671[data-marked-for-delete=true]{opacity:.5;background-color:#ffebee;transform:scale(.98)}._fileChip_1uyrg_671[data-marked-for-delete=true] ._fileName_1uyrg_691{text-decoration:line-through}@keyframes _slideIn_1uyrg_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}._fileChip_1uyrg_671._removing_1uyrg_706{animation:_slideOut_1uyrg_1 .3s ease forwards}@keyframes _slideOut_1uyrg_1{0%{opacity:1;transform:translate(0);max-height:100px;margin-bottom:.8vh}to{opacity:0;transform:translate(100%);max-height:0;margin-bottom:0;padding-top:0;padding-bottom:0}}._fileName_1uyrg_691{font-size:12px;font-weight:700;color:#374151;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:text-decoration .3s ease}._fileRemove_1uyrg_737{border:none;background:transparent;color:#6b7280;font-size:18px;cursor:pointer;line-height:1;transition:all .2s ease;padding:4px;border-radius:4px;display:flex;align-items:center;justify-content:center;min-width:24px;min-height:24px}._fileRemove_1uyrg_737:hover{background:#fee2e2;color:#dc2626;transform:scale(1.1)}._fileRemove_1uyrg_737:active{transform:scale(.95)}._moreFiles_1uyrg_764{font-size:12px;color:#2563eb;font-weight:800}._commentsCard_1uyrg_770{border:1px solid #E5E7EB;border-radius:14px;padding:1.4vh 1vw;display:flex;flex-direction:column;gap:1vh}._footer_1uyrg_780{display:flex;justify-content:space-between;align-items:center;gap:1vw;padding-top:1vh}._footerLeft_1uyrg_788,._footerRight_1uyrg_794{display:flex;align-items:center;gap:.8vw}._btnSkip_1uyrg_802{background:#dc2626!important;border-color:#dc2626!important;color:#fff!important}._btnSkip_1uyrg_802:hover{filter:brightness(.95)}._btnMark_1uyrg_812{background:#fff!important;border-color:#f59e0b!important;color:#d97706!important}._btnMark_1uyrg_812:hover{background:#f59e0b14!important}._btnNext_1uyrg_822{min-width:140px}._sendSummary_1uyrg_827{margin-top:1vh;display:flex;flex-direction:column;gap:.6vh;padding:1vh 1vw;border:1px solid #E5E7EB;border-radius:12px;background:#f9fafb}._sendRow_1uyrg_837{display:flex;justify-content:space-between;align-items:center;font-size:13px;color:#374151}._optionsGroup_1uyrg_846{display:flex;flex-direction:column;gap:.9vh;margin-top:.6vh}._optionRow_1uyrg_853{display:flex;align-items:center;gap:.8vw;padding:1vh 1vw;border:1px solid #E5E7EB;border-radius:12px;background:#fff}._optionRow_1uyrg_853:hover{border-color:#d1d5db}._optionInput_1uyrg_867{width:18px;height:18px;accent-color:#111827}._optionLabel_1uyrg_873{color:#111827;font-weight:700}@media(max-width:1024px){._header_1uyrg_24{flex-direction:column;align-items:stretch}._headerRight_1uyrg_78{min-width:0}._topRow_1uyrg_42{flex-direction:column;align-items:stretch}._entityField_1uyrg_49{min-width:0}._lowerGrid_1uyrg_591{grid-template-columns:1fr}}@media(max-width:720px){._page_1uyrg_11{padding:2.4vh 4vw;gap:1.6vh}._compStepper_1uyrg_106{padding:1.2vh 3vw}._markersWrap_1uyrg_170{padding:1.2vh 3vw;gap:3vw}._cardBody_1uyrg_346{padding:1.8vh 3vw}._footer_1uyrg_780{flex-direction:column;align-items:stretch;gap:1.2vh}._footerLeft_1uyrg_788,._footerRight_1uyrg_794{width:100%;display:flex;flex-direction:column;align-items:stretch;gap:1.2vh;justify-content:flex-start}._footerLeft_1uyrg_788>*,._footerRight_1uyrg_794>*{width:100%}._btnNext_1uyrg_822{width:100%}}._inputCriteriosContainer_1uyrg_946{display:flex;flex-direction:column;gap:1.4vh;margin-top:.8vh;overflow:visible;position:relative;z-index:1}._inputCriterioItem_1uyrg_957{display:flex;flex-direction:column;gap:.5vh;padding:1.2vh 1.2vw;border:1px solid #E5E7EB;border-radius:12px;background:#f9fafb;overflow:visible;position:relative;z-index:1}._inputCriterioItem_1uyrg_957 .pop{z-index:2147483647!important;position:fixed!important;visibility:visible!important;opacity:1!important;display:block!important}._inputCriterioItem_1uyrg_957 .box{position:relative;z-index:1}._fieldBlock_1uyrg_427{overflow:visible}._inputCriterioLabel_1uyrg_992{font-size:12px;font-weight:700;color:#374151;margin-bottom:.2vh}._container_1pkan_1{width:100%;padding:2vh 0;position:relative}._componentsRow_1pkan_7{position:relative;width:100%;display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5vh;min-height:60px}._componentItem_1pkan_17{position:absolute;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.8vh;z-index:10}._componentCircle_1pkan_27{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #0000001a;border:3px solid white;transition:all .3s ease}._componentCircle_1pkan_27._completed_1pkan_39{background-color:#16a34a}._componentCircle_1pkan_27._current_1pkan_43{background-color:#dc2626}._componentCircle_1pkan_27._pending_1pkan_47{background-color:#d1d5db}._componentNumber_1pkan_51{color:#fff;font-weight:700;font-size:16px;line-height:1}._componentLabel_1pkan_58{font-size:13px;font-weight:700;text-align:center;white-space:nowrap;max-width:120px;overflow:hidden;text-overflow:ellipsis}._labelCompleted_1pkan_68{color:#16a34a}._labelCurrent_1pkan_72{color:#dc2626}._labelPending_1pkan_76{color:#6b7280}._progressBarContainer_1pkan_80{position:relative;width:100%;height:8px;margin-top:1vh}._progressBarBackground_1pkan_87{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#e5e7eb;border-radius:4px}._progressBarFill_1pkan_97{position:absolute;top:0;left:0;height:100%;border-radius:4px;transition:width .3s ease,background-color .3s ease;z-index:1}._wrapper_vsdwt_2{--gap-x: .5vw;position:relative;padding-bottom:var(--gap-y)}._main_vsdwt_8{min-width:0}._sidebar_vsdwt_12{position:fixed;right:0;top:calc(88px + 2vh);height:calc(98vh - 88px);overflow:auto;padding:2rem .2rem 1rem;background:#fff;border-left:1px solid #e5e7eb;box-shadow:-2px 0 8px #0000001a;z-index:100;transition:transform .3s ease-in-out;min-width:250px;max-width:400px;width:auto}._sidebarVisible_vsdwt_31{transform:translate(0)}._sidebarHidden_vsdwt_35{transform:translate(100%)}._sidebarOverlay_vsdwt_39{position:fixed;inset:0;background:#0000004d;z-index:99;display:none}@media(max-width:1024px){._sidebarOverlay_vsdwt_39{display:block}}._sidebarInner_vsdwt_58{display:grid;gap:.4rem;width:max-content}._navItem_vsdwt_65{text-align:left;background:transparent;border:none;padding:.1rem .2rem;border-radius:.6rem;font-weight:600;font-size:smaller;color:#6b7280;cursor:pointer}._navItem_vsdwt_65:hover{background:#f3f4f6}._navItemActive_vsdwt_81{color:var(--red-400)}._main_vsdwt_8{grid-area:main;min-width:0;margin-left:2vw}._header_vsdwt_94{display:grid;grid-template-columns:1fr max-content;grid-template-areas:"title date" "actionsL actionsR";row-gap:1.2rem;align-items:start;margin-top:2vh;margin-bottom:1.2rem}._headerLeft_vsdwt_106{grid-area:title;display:flex;align-items:center;gap:.8rem}._headerLeft_vsdwt_106>h1{margin:0}._sidebarToggle_vsdwt_117{background:transparent;border:1px solid #e5e7eb;border-radius:.5rem;padding:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:all .2s ease;flex-shrink:0}._sidebarToggle_vsdwt_117:hover{background:#f3f4f6;border-color:#d1d5db;color:#374151}._sidebarFloatingToggle_vsdwt_138{position:fixed;right:12px;left:auto;bottom:26px;z-index:120;display:inline-flex;align-items:center;gap:8px;padding:10px 12px;border-radius:999px;border:1px solid #e5e7eb;background:#fff;color:#374151;box-shadow:0 10px 24px #1118271f;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}._sidebarFloatingToggle_vsdwt_138:hover{border-color:#d1d5db;box-shadow:0 12px 28px #11182729}._sidebarFloatingToggle_vsdwt_138:active{transform:translateY(1px)}._sidebarFloatingIcon_vsdwt_166{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;transition:transform .15s ease;transform:rotate(180deg)}._sidebarFloatingText_vsdwt_177{font-weight:700;font-size:.9rem;line-height:1}._sidebarFloatingToggleOpen_vsdwt_185 ._sidebarFloatingIcon_vsdwt_166{transform:rotate(0)}._headerRight_vsdwt_190{grid-area:date}._actionsLeft_vsdwt_194{grid-area:actionsL;display:flex;gap:.8rem;flex-wrap:wrap;align-items:center}._actionsRight_vsdwt_202{grid-area:actionsR;display:flex;gap:.8rem;justify-content:flex-end;flex-wrap:wrap}._tabsRow_vsdwt_211{margin:.8rem 0 1.2rem;border-bottom:1px solid #e5e7eb;padding-bottom:.4rem}._formArea_vsdwt_218{display:grid;gap:1.6rem;padding-bottom:4rem}._row_vsdwt_225{display:grid;grid-template-columns:1fr auto;column-gap:3rem;row-gap:1rem;margin-right:.5vw}._colFull_vsdwt_235{grid-column:1 / -1}._descField_vsdwt_240 textarea,._descField_vsdwt_240 input{min-height:160px;height:160px;resize:vertical;line-height:1.4;padding-top:14px}@media(max-width:1024px){._row_vsdwt_225{grid-template-columns:1fr;column-gap:0}._descField_vsdwt_240 textarea,._descField_vsdwt_240 input{min-height:130px;height:130px}}:root{font-size:16px}._scrollAnchor_vsdwt_273{scroll-margin-top:12vh}._noAnchor_vsdwt_280{overflow-anchor:none}._btnGreenOutline_vsdwt_285{--bg: #ffffff;--fg: var(--green-300);--bd: var(--green-300)}._btnRedOutline_vsdwt_292{--bg: var(--red-400);--fg: #000000;--bd: var(--red-400);background:var(--bg);color:var(--fg);border-color:var(--bd)}._btnRedOutline_vsdwt_292:hover:not(:disabled){background:var(--red-500);border-color:var(--red-500);color:#000}._btnRedOutline_vsdwt_292:disabled{background:var(--gray-200);border-color:var(--gray-300);color:var(--gray-400)}._btnRedBorder_vsdwt_312{background:transparent!important;border-color:var(--red-400)!important;color:var(--red-400)!important}._btnRedBorder_vsdwt_312:hover:not(:disabled){background:var(--red-500)!important;border-color:var(--red-400)!important;color:var(--on-red)!important}._btnRedBorder_vsdwt_312:disabled{background:transparent!important;border-color:var(--gray-300)!important;color:var(--gray-400)!important}._footerRow_vsdwt_329{margin:2vh 0 1.5vh}._subBar_vsdwt_334{background:#e5e7eb;border-radius:.6vw;padding:1vh 1.2vw;margin:1.2vh 0 2vh;margin-right:.5vw}._subBarGrid_vsdwt_342{display:grid;grid-template-columns:1fr clamp(16vw,20vw,26vw) auto;align-items:start;column-gap:1.2vw}._subTools_vsdwt_351{display:inline-flex;gap:.6vw;justify-content:flex-end;align-self:center}._iconBtn_vsdwt_360{border:none;background:transparent;cursor:pointer;padding:.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease;position:relative;width:2.5rem;height:2.5rem;min-width:2.5rem;min-height:2.5rem}._iconBtn_vsdwt_360:before{content:"";position:absolute;inset:0;border-radius:50%;background:#f3f4f6;border:1.5px solid #e5e7eb;transition:all .2s ease;z-index:0}._iconBtn_vsdwt_360:hover:before{background:#e5e7eb;border-color:#d1d5db;transform:scale(1.05)}._iconBtn_vsdwt_360:active:before{transform:scale(.95)}._iconBtn_vsdwt_360:disabled{opacity:.5;cursor:not-allowed}._iconBtn_vsdwt_360:disabled:hover:before{transform:none;background:#f3f4f6;border-color:#e5e7eb}._iconBtn_vsdwt_360[title*=Eliminar]:before{background:#fef2f2;border-color:#fecaca}._iconBtn_vsdwt_360[title*=Eliminar]:hover:before{background:#fee2e2;border-color:#fca5a5}._iconBtn_vsdwt_360[title*=Eliminar] ._icon_vsdwt_360{color:#dc2626;z-index:1;position:relative}._iconBtn_vsdwt_360[title*=Eliminar]:hover ._icon_vsdwt_360{color:#b91c1c}._iconBtn_vsdwt_360[title*=Expandir]:before,._iconBtn_vsdwt_360[title*=Contraer]:before{background:#eff6ff;border-color:#bfdbfe}._iconBtn_vsdwt_360[title*=Expandir]:hover:before,._iconBtn_vsdwt_360[title*=Contraer]:hover:before{background:#dbeafe;border-color:#93c5fd}._iconBtn_vsdwt_360[title*=Expandir] ._icon_vsdwt_360,._iconBtn_vsdwt_360[title*=Contraer] ._icon_vsdwt_360{color:#2563eb;z-index:1;position:relative}._iconBtn_vsdwt_360[title*=Expandir]:hover ._icon_vsdwt_360,._iconBtn_vsdwt_360[title*=Contraer]:hover ._icon_vsdwt_360{color:#1d4ed8}._icon_vsdwt_360{width:1.25rem;height:1.25rem;z-index:1;position:relative}._chevDown_vsdwt_463{transform:rotate(0)}._chevRight_vsdwt_467{transform:rotate(-90deg)}._subBody_vsdwt_472{padding:1vh .4vw .6vh}._navSublist_vsdwt_478{margin-left:1.2vw;margin-top:.4vh;display:grid;gap:.3vh}._navItemSub_vsdwt_485{font-size:smaller;font-weight:500;color:var(--black-300);padding-left:1.2vw}._navItemSubActive_vsdwt_493{color:var(--black-600);font-weight:700}@media(max-width:900px){._subBarGrid_vsdwt_342{grid-template-columns:1fr 30vw auto;column-gap:2.5vw}}._normaBar_vsdwt_509{background:#e5e7eb;border-radius:.6vw;padding:1vh 1.2vw;margin:1.2vh 0 1.6vh;box-shadow:0 .3vh .8vh #0000000a}._normaHead_vsdwt_517{display:grid;grid-template-columns:1fr auto;align-items:center;column-gap:1vw}._normaTitle_vsdwt_524{font-weight:700;font-size:clamp(1rem,1.2vw,1.25rem)}._normaBody_vsdwt_529{margin-top:1.2vh;display:grid;gap:1.2vh}._normaActions_vsdwt_535{margin-top:1vh}._navItemNorma_vsdwt_540{font-size:x-small;font-weight:500;color:var(--black-200);padding-left:2vw}._pregBar_vsdwt_549{background:#e5e7eb;border-radius:.6vw;padding:1vh 1.2vw;margin:1.2vh 0 1.6vh;box-shadow:0 .3vh .8vh #0000000a}._pregHead_vsdwt_557{display:grid;grid-template-columns:1fr max-content auto;align-items:center;column-gap:1vw}._pregTitle_vsdwt_564{font-weight:700;font-size:clamp(1rem,1.2vw,1.25rem);display:flex;align-items:center;gap:.5rem}._pregBadge_vsdwt_572{display:inline-flex;align-items:center;gap:.25rem;padding:0;background-color:transparent;border:none;border-radius:0;color:var(--amber-600);font-weight:500;cursor:help;white-space:nowrap;line-height:1;vertical-align:middle;margin-left:.25rem}._pregBadge_vsdwt_572 svg{flex-shrink:0;stroke:currentColor}.tipoPreguntaSelect .pop{max-height:30vh!important;height:30vh!important;min-height:auto!important;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.tipoPreguntaSelect .pop::-webkit-scrollbar{width:8px}.tipoPreguntaSelect .pop::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.tipoPreguntaSelect .pop::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.tipoPreguntaSelect .pop::-webkit-scrollbar-thumb:hover{background:#555}._pregBody_vsdwt_623{margin-top:1.2vh;display:grid;gap:1.2vh}._pregPond_vsdwt_629{display:block}._grid2_vsdwt_633{display:grid;grid-template-columns:1fr 1fr;gap:1vw}._pregActionsRow_vsdwt_639{display:grid;grid-template-columns:1fr 1fr;gap:1vw;align-items:center;margin-top:1.2vh}._pregActionsLeft_vsdwt_647{display:flex;gap:1vw;align-items:center;flex-wrap:wrap}._pregActionsRight_vsdwt_654{display:flex;justify-content:flex-end}._navItemPregunta_vsdwt_660{font-size:x-small;color:var(--black-200);padding-left:1.6rem}._anchorTarget_vsdwt_668{scroll-margin-top:12vh}._inlineRow_vsdwt_673{display:grid;gap:1rem;align-items:start;grid-template-columns:1fr}._inlineRowCompact_vsdwt_682{grid-template-columns:auto minmax(200px,350px)}._eviSelect_vsdwt_688{width:100%}._eviSelectCompact_vsdwt_693{width:auto;min-width:8rem;max-width:fit-content}._inlineRowCompact_vsdwt_682 .box{min-height:6vh!important;height:6vh!important;box-sizing:border-box}._inlineRowCompact_vsdwt_682>.textarea .box{min-height:auto!important;height:auto!important;align-items:flex-start!important}._inlineRowCompact_vsdwt_682 textarea.input{min-height:160px!important;height:160px!important}._inlineRowCompact_vsdwt_682 input.input[type=text],._inlineRowCompact_vsdwt_682 input.input{min-height:100%!important;height:100%!important;line-height:1.5;padding:0!important;display:block;box-sizing:border-box}._inlineRowCompact_vsdwt_682 select{min-height:100%!important;height:100%!important;box-sizing:border-box}@media(max-width:900px){._inlineRow_vsdwt_673{grid-template-columns:1fr}}._answerRow_vsdwt_746{display:grid;gap:1rem;align-items:end;grid-template-columns:1fr 16rem}._answerRowWithPond_vsdwt_754{grid-template-columns:1fr 16rem 10vw}._condRow_vsdwt_760{display:flex;align-items:center;gap:1rem}._pondCompact_vsdwt_767 .input{height:auto;min-height:2.5rem;color:#0f2235!important;background:#fff}._pondCompact_vsdwt_767 input::placeholder{color:#9ca3af}._pregBody_vsdwt_623 input[type=text]{color:#0f2235}._pregBody_vsdwt_623 input[type=text]::placeholder{color:#9ca3af}._pregBody_vsdwt_623>._subBar_vsdwt_334{padding:1vh 1.2vw;margin-right:0;max-width:100%;box-sizing:border-box}@media(max-width:1024px){._pregBody_vsdwt_623>._subBar_vsdwt_334{padding:1rem}._pregBody_vsdwt_623>._subBar_vsdwt_334 ._grid2_vsdwt_633{grid-template-columns:1fr;gap:.8rem}}@media(max-width:1024px){._sidebar_vsdwt_12{max-width:85vw}._main_vsdwt_8{margin-left:0}._header_vsdwt_94{grid-template-columns:1fr;grid-template-areas:"title" "date" "actionsL" "actionsR";row-gap:.8rem}}@media(max-width:1024px){._grid2_vsdwt_633{grid-template-columns:1fr;gap:.8rem}._pregHead_vsdwt_557{grid-template-columns:1fr;row-gap:.6rem}._pregPond_vsdwt_629{width:100%}._pregActionsRow_vsdwt_639{grid-template-columns:1fr;gap:.6rem}._answerRow_vsdwt_746,._answerRowWithPond_vsdwt_754,._inlineRow_vsdwt_673,._inlineRow_vsdwt_673._inlineRowCompact_vsdwt_682{grid-template-columns:1fr}._eviSelectCompact_vsdwt_693{width:100%;min-width:0}._condRow_vsdwt_760{flex-wrap:wrap;gap:1rem}._pondCompact_vsdwt_767 .input{height:auto;min-height:2.5rem}}@media(max-width:600px){._subBarGrid_vsdwt_342{grid-template-columns:1fr;row-gap:.8rem}._subTools_vsdwt_351{justify-content:flex-start}}@media(max-width:720px){._main_vsdwt_8{padding:3vh 4vw}._formArea_vsdwt_218{gap:2.2vh}._row_vsdwt_225{flex-direction:column;gap:1.2rem}._tabsRow_vsdwt_211{margin-top:.6rem}._header_vsdwt_94{grid-template-columns:1fr;row-gap:1.2rem}._actionsLeft_vsdwt_194,._actionsRight_vsdwt_202{gap:.6rem;flex-wrap:wrap}._actionsLeft_vsdwt_194>button,._actionsRight_vsdwt_202>button{flex:1 1 auto}._headerRight_vsdwt_190 input,._colFixed_vsdwt_949 input,._subPond_vsdwt_950 input,._pregPond_vsdwt_629 input{width:100%!important}._subBarGrid_vsdwt_342{grid-template-columns:1fr;row-gap:1rem}._pregHead_vsdwt_557{grid-template-columns:1fr;row-gap:.8rem}}._avisosContainer_vsdwt_962{position:fixed;top:140px;left:50%;transform:translate(-50%);z-index:10000;width:auto;max-width:min(600px,calc(100vw - 2rem));min-width:300px;max-height:min(400px,calc(100vh - 180px));background-color:#fff;border-radius:12px;box-shadow:0 8px 24px #00000026;border:1px solid #e5e7eb;display:flex;flex-direction:column;overflow:hidden}._avisosHeader_vsdwt_981{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;background-color:#f9fafb;border-bottom:1px solid #e5e7eb;flex-shrink:0}._avisosTitle_vsdwt_991{margin:0;font-size:1.1rem;font-weight:600;color:#111827}._avisosCloseBtn_vsdwt_998{background:none;border:none;font-size:1.75rem;line-height:1;color:#6b7280;cursor:pointer;padding:4px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s;flex-shrink:0;font-weight:300}._avisosCloseBtn_vsdwt_998:hover{background-color:#e5e7eb;color:#111827}._avisosContent_vsdwt_1022{padding:1rem 1.25rem;overflow-y:auto;overflow-x:hidden;max-height:calc(100% - 60px);min-height:0}._avisoItem_vsdwt_1030{padding:.75rem 1rem;margin-bottom:.75rem;border-radius:8px;font-size:.95rem;line-height:1.5;word-wrap:break-word;overflow-wrap:break-word}._avisoItem_vsdwt_1030:last-child{margin-bottom:0}._avisoSuccess_vsdwt_1044{background-color:#f0fdf4;color:#166534;border-left:4px solid #22c55e}._avisoWarning_vsdwt_1050{background-color:#fffbeb;color:#92400e;border-left:4px solid #f59e0b}._avisoError_vsdwt_1056{background-color:#fef2f2;color:#991b1b;border-left:4px solid #ef4444}@media(min-width:1400px){._avisosContainer_vsdwt_962{max-width:600px;min-width:400px;top:140px;left:50%;transform:translate(-50%);max-height:min(400px,calc(100vh - 180px))}._avisosHeader_vsdwt_981{padding:1.25rem 1.5rem}._avisosTitle_vsdwt_991{font-size:1.2rem}._avisosContent_vsdwt_1022{padding:1.25rem 1.5rem}._avisoItem_vsdwt_1030{padding:1rem 1.25rem;font-size:1rem}}@media(max-width:1200px){._avisosContainer_vsdwt_962{max-width:min(450px,calc(100vw - 2rem));min-width:280px}}@media(max-width:768px){._avisosContainer_vsdwt_962{top:120px;left:.5rem;right:.5rem;transform:none;max-width:none;min-width:auto;width:calc(100% - 1rem);max-height:calc(100vh - 140px)}._avisosHeader_vsdwt_981,._avisosContent_vsdwt_1022{padding:.75rem .875rem}._avisoItem_vsdwt_1030{font-size:.85rem;padding:.625rem .875rem}}._respTags_vsdwt_1129{display:flex;flex-direction:column;gap:1vh;width:26vw;max-width:100%}._respTag_vsdwt_1129{width:26vw;max-width:100%;display:flex;align-items:center;justify-content:space-between;gap:1vw;padding:1.1vh 1.4vw;border:.15vh solid #e5e7eb;background:#fff;border-radius:2.2vw;cursor:default;transition:opacity .3s ease,background-color .3s ease,transform .2s ease}._respTag_vsdwt_1129:hover{background:#fafafa;border-color:#cfd6dd;box-shadow:0 .2vh .6vh #0000000d}._respTag_vsdwt_1129[data-marked-for-delete=true]{opacity:.5;background-color:#ffebee;transform:scale(.98)}._respTag_vsdwt_1129[data-marked-for-delete=true] ._respTagLabel_vsdwt_1165{text-decoration:line-through}._respTagLabel_vsdwt_1165{color:#adafb4;font-weight:600;font-size:1.7vh;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:text-decoration .3s ease}._respTagLabel_vsdwt_1165 a{text-decoration:underline}._respTagCloseBtn_vsdwt_1184{appearance:none;border:none;background:transparent;color:#9ca3af;font-size:2.2vh;line-height:1;padding:.4vh .6vw;border-radius:50%;cursor:pointer;transition:color .2s ease,background-color .2s ease}._respTagCloseBtn_vsdwt_1184:hover{color:#6b7280;background:#f3f4f6}._respTagCloseBtn_vsdwt_1184:focus-visible{outline:.3vh solid var(--blue-400);outline-offset:.3vh;background:#eef2ff}@media(max-width:1080px){._respTags_vsdwt_1129,._respTag_vsdwt_1129{width:100%}._respTag_vsdwt_1129{padding:1rem;border-radius:16px}._respTagLabel_vsdwt_1165{font-size:.98rem;line-height:1.25;white-space:normal;overflow-wrap:anywhere}._respTagCloseBtn_vsdwt_1184{font-size:1.2rem}}@media(max-width:520px){._respTags_vsdwt_1129{gap:.6rem}._respTag_vsdwt_1129{padding:.85rem 1rem;gap:.5rem .75rem}._respTagLabel_vsdwt_1165{font-size:.95rem}}._sumRow_vsdwt_1247{margin-top:1vh;font-size:.75rem;color:#6b7280}._sumError_vsdwt_1253{color:var(--red-300, #f87171)}._sumHint_vsdwt_1257{font-weight:600}._p02InfoBlock_vsdwt_1264{min-width:0;border-radius:.75rem;overflow:visible;margin:.25rem 0 .9rem;border:1px solid #e5e7eb;box-sizing:border-box;flex-shrink:0;max-width:100%;width:100%}._p02InfoTitle_vsdwt_1279{background:#d13338;color:#fff;font-weight:700;text-align:center;padding:.5rem .75rem;letter-spacing:.2px}._p02InfoBody_vsdwt_1288{background:#e5e7eb;color:#111827;text-align:center;padding:.75rem 1rem .9rem;box-sizing:border-box;width:100%;word-wrap:break-word;overflow-wrap:break-word;overflow:visible;min-width:0}._p02InfoHeading_vsdwt_1301{font-weight:700;font-size:.85rem;margin:.35rem 0 .15rem;word-wrap:break-word;overflow-wrap:break-word;max-width:100%;box-sizing:border-box}._p02InfoText_vsdwt_1311{margin:0 0 .4rem;font-size:.8rem;line-height:1.35;word-wrap:break-word;overflow-wrap:break-word;max-width:100%;box-sizing:border-box}._p02TableWrap_vsdwt_1321{width:100%;max-width:100%;margin-top:.75rem;padding-bottom:.25rem;box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;overflow:hidden}._p02TableScrollContainer_vsdwt_1336{width:100%;max-width:100%;overflow-x:auto;overflow-y:visible;box-sizing:border-box;min-width:0}._p02MinWidth_vsdwt_1347{min-width:980px;display:grid;grid-template-columns:minmax(200px,auto) minmax(150px,auto) minmax(150px,auto) minmax(140px,auto) minmax(180px,auto) minmax(130px,auto) 64px;width:max-content;box-sizing:border-box;grid-auto-columns:auto;flex-shrink:0;align-self:flex-start}._p02Grid_vsdwt_1363{display:contents;box-sizing:border-box}._p02Grid_vsdwt_1363>div{box-sizing:border-box;margin:0;padding:.6rem .75rem}._p02Head_vsdwt_1375{display:contents;box-sizing:border-box}._p02Head_vsdwt_1375>div{background:#d13338;color:#fff;font-weight:700;font-size:.82rem;border-radius:.75rem;padding:.65rem .75rem;min-height:56px;display:flex;align-items:center;justify-content:center;text-align:center;line-height:1.15rem;box-sizing:border-box;margin:0;min-width:fit-content!important;width:100%!important;white-space:normal!important;word-wrap:break-word!important}._p02Row_vsdwt_1403{display:contents;box-sizing:border-box}._p02Row_vsdwt_1403>div:first-child{border-top-left-radius:.75rem;border-bottom-left-radius:.75rem;background:#00000008;margin-top:.5rem}._p02Row_vsdwt_1403>div:not(:first-child):not(:last-child){background:#00000008;margin-top:.5rem}._p02Row_vsdwt_1403>div:last-child{border-top-right-radius:.75rem;border-bottom-right-radius:.75rem;background:#00000008;margin-top:.5rem}._p02ColAcciones_vsdwt_1427{display:flex;flex-direction:column;gap:.5rem;align-items:center;justify-content:flex-start;padding-top:.25rem}._p02MinusBtn_vsdwt_1436,._p02PlusBtn_vsdwt_1437{width:28px;height:28px;border-radius:999px;background:#fff;border:2px solid rgba(0,0,0,.15);cursor:pointer;font-weight:800;line-height:1;display:grid;place-items:center}._p02MinusBtn_vsdwt_1436{border-color:var(--red-400);color:var(--red-400)}._p02PlusBtn_vsdwt_1437{border-color:var(--green-300);color:var(--green-300)}@media(max-width:1024px){._p02MinWidth_vsdwt_1347,._p02Grid_vsdwt_1363{min-width:900px}._p02Head_vsdwt_1375{min-width:900px;grid-template-columns:1.6fr 1.35fr 1.35fr 1.25fr 1.55fr 1.2fr 64px}}@media(max-width:768px){._p02MinWidth_vsdwt_1347{min-width:860px}._p02Grid_vsdwt_1363{min-width:860px;gap:.6rem}._p02Head_vsdwt_1375{min-width:860px;gap:.6rem;grid-template-columns:1.6fr 1.35fr 1.35fr 1.25fr 1.55fr 1.2fr 64px}}._p03MinWidth_vsdwt_1482{min-width:900px;display:grid;grid-template-columns:minmax(180px,auto) minmax(180px,auto) minmax(220px,auto) minmax(220px,auto) 64px;width:max-content;max-width:none;box-sizing:border-box;grid-auto-columns:auto}._p03Grid_vsdwt_1492{display:contents;box-sizing:border-box}._p03Grid_vsdwt_1492>div{box-sizing:border-box;margin:0;padding:.6rem .75rem}._p03Head_vsdwt_1503{display:contents;box-sizing:border-box}._p03Head_vsdwt_1503>div{background:#d13338;color:#fff;font-weight:700;font-size:.82rem;border-radius:.75rem;padding:.65rem .75rem;min-height:56px;display:flex;align-items:center;justify-content:center;text-align:center;line-height:1.15rem;box-sizing:border-box;margin:0;min-width:fit-content!important;width:100%!important;white-space:normal!important;word-wrap:break-word!important}._p03Head_vsdwt_1503>div{background:#d13338;color:#fff;font-weight:700;font-size:.82rem;border-radius:.75rem;padding:.65rem .75rem;min-height:56px;display:flex;align-items:center;justify-content:center;text-align:center;line-height:1.15rem;box-sizing:border-box;margin:0}._p03Row_vsdwt_1547{display:contents;box-sizing:border-box}._p03Row_vsdwt_1547>div:first-child{border-top-left-radius:.75rem;border-bottom-left-radius:.75rem;background:#00000008;margin-top:.5rem}._p03Row_vsdwt_1547>div:not(:first-child):not(:last-child){background:#00000008;margin-top:.5rem}._p03Row_vsdwt_1547>div:last-child{border-top-right-radius:.75rem;border-bottom-right-radius:.75rem;background:#00000008;margin-top:.5rem}@media(max-width:1024px){._p03MinWidth_vsdwt_1482,._p03Grid_vsdwt_1492{min-width:840px}._p03Head_vsdwt_1503{min-width:840px;grid-template-columns:1.2fr 1.2fr 1.6fr 1.6fr 64px}}@media(max-width:768px){._p03MinWidth_vsdwt_1482{min-width:800px}._p03Grid_vsdwt_1492{min-width:800px;gap:.6rem}._p03Head_vsdwt_1503{min-width:800px;gap:.6rem;grid-template-columns:1.2fr 1.2fr 1.6fr 1.6fr 64px}}._p23MinWidth_vsdwt_1593{min-width:1200px;display:grid;grid-template-columns:minmax(250px,auto) repeat(5,minmax(100px,auto)) minmax(200px,auto) minmax(110px,auto) minmax(110px,auto) minmax(160px,auto) 64px;width:max-content;max-width:none;box-sizing:border-box;grid-auto-columns:auto}._p23Grid_vsdwt_1603{display:contents;box-sizing:border-box}._p23Grid_vsdwt_1603>div{box-sizing:border-box;margin:0;padding:.5rem .6rem}._p23HeadTop_vsdwt_1614{display:contents;box-sizing:border-box}._p23HeadTop_vsdwt_1614>div{box-sizing:border-box;margin:0;padding:.5rem .6rem;min-width:fit-content!important;width:100%!important;white-space:normal!important;word-wrap:break-word!important}._p23HeadSub_vsdwt_1630{display:contents;box-sizing:border-box}._p23HeadSub_vsdwt_1630>div{box-sizing:border-box;margin:0;padding:0 .6rem;min-width:fit-content!important;width:100%!important;white-space:normal!important;word-wrap:break-word!important}._p23HeadCell_vsdwt_1646{background:#d13338;color:#fff;font-weight:700;font-size:.78rem;border-radius:0;padding:.55rem .6rem;min-height:72px;display:flex;align-items:center;justify-content:center;text-align:center;line-height:1.1rem;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;box-sizing:border-box;margin:0;min-width:fit-content!important;width:100%!important;white-space:normal!important;word-wrap:break-word!important}._p23HeadCell_vsdwt_1646:last-child{border-right:none}._p23HeadGroup_vsdwt_1674{grid-column:2 / span 5}._p23NoteRow_vsdwt_1678{gap:0;padding:.25rem 0}._p23NoteCell_vsdwt_1683{grid-column:2 / span 5;background:#fef3c7;color:#111827;font-size:.74rem;border-radius:.5rem;padding:.4rem .6rem;text-align:center}._p23Row_vsdwt_1693{display:contents;box-sizing:border-box}._p23Row_vsdwt_1693>div:first-child{border-top-left-radius:.6rem;border-bottom-left-radius:.6rem;background:#00000008;margin-top:.4rem}._p23Row_vsdwt_1693>div:not(:first-child):not(:last-child){background:#00000008;margin-top:.4rem}._p23Row_vsdwt_1693>div:last-child{border-top-right-radius:.6rem;border-bottom-right-radius:.6rem;background:#00000008;margin-top:.4rem}._p23Row_vsdwt_1693>div:first-child{min-width:0;overflow:visible}._p23Row_vsdwt_1693>div:first-child .pop{min-width:200px;width:max-content;max-width:100%}._p23Row_vsdwt_1693>div:last-child{min-width:0;overflow:visible}._p23XCell_vsdwt_1733{border:1px solid #d1d5db;background:#fff;border-radius:.6rem;font-weight:700;color:#111827;cursor:pointer;min-height:44px}._p23XCell_vsdwt_1733:hover{background:#f3f4f6}@media(max-width:1024px){._p23MinWidth_vsdwt_1593,._p23Grid_vsdwt_1603{min-width:1100px}._p23HeadTop_vsdwt_1614,._p23HeadSub_vsdwt_1630{min-width:1100px;grid-template-columns:2.5fr repeat(5,1fr) 2.2fr 1.1fr 1.1fr 1.6fr 64px}}@media(max-width:768px){._p23MinWidth_vsdwt_1593{min-width:1050px}._p23Grid_vsdwt_1603{min-width:1050px;gap:.5rem}._p23HeadTop_vsdwt_1614,._p23HeadSub_vsdwt_1630{min-width:1050px;gap:.5rem;grid-template-columns:2.5fr repeat(5,1fr) 2.2fr 1.1fr 1.1fr 1.6fr 64px}._p23HeadCell_vsdwt_1646{font-size:.74rem}}._p28MinWidth_vsdwt_1779{min-width:980px;display:grid;grid-template-columns:minmax(220px,auto) minmax(110px,auto) minmax(110px,auto) minmax(110px,auto) minmax(160px,auto) minmax(90px,auto) minmax(150px,auto) 64px;width:max-content;max-width:none;box-sizing:border-box;grid-auto-columns:auto}._p28Grid_vsdwt_1789{display:contents;box-sizing:border-box}._p28Grid_vsdwt_1789>div{box-sizing:border-box;margin:0;padding:.6rem .75rem}._p28Head_vsdwt_1800{display:contents;box-sizing:border-box}._p28Head_vsdwt_1800>div{background:#d13338;color:#fff;font-weight:700;font-size:.8rem;border-radius:.75rem;padding:.65rem .75rem;min-height:56px;display:flex;align-items:center;justify-content:center;text-align:center;line-height:1.15rem;box-sizing:border-box;margin:0;min-width:fit-content!important;width:100%!important;white-space:normal!important;word-wrap:break-word!important}._p28Head_vsdwt_1800>div{background:#d13338;color:#fff;font-weight:700;font-size:.8rem;border-radius:.75rem;padding:.65rem .75rem;min-height:56px;display:flex;align-items:center;justify-content:center;text-align:center;line-height:1.15rem;box-sizing:border-box;margin:0}._p28Row_vsdwt_1844{display:contents;box-sizing:border-box}._p28Row_vsdwt_1844>div:first-child{border-top-left-radius:.75rem;border-bottom-left-radius:.75rem;background:#00000008;margin-top:.5rem}._p28Row_vsdwt_1844>div:not(:first-child):not(:last-child){background:#00000008;margin-top:.5rem}._p28Row_vsdwt_1844>div:last-child{border-top-right-radius:.75rem;border-bottom-right-radius:.75rem;background:#00000008;margin-top:.5rem}@media(max-width:1024px){._p28MinWidth_vsdwt_1779,._p28Grid_vsdwt_1789{min-width:920px}._p28Head_vsdwt_1800{min-width:920px;grid-template-columns:2.2fr 1.1fr 1.1fr 1.1fr 1.6fr .8fr 1.5fr 64px}}@media(max-width:768px){._p28MinWidth_vsdwt_1779{min-width:880px}._p28Grid_vsdwt_1789{min-width:880px;gap:.6rem}._p28Head_vsdwt_1800{min-width:880px;gap:.6rem;grid-template-columns:2.2fr 1.1fr 1.1fr 1.1fr 1.6fr .8fr 1.5fr 64px}}._p89MinWidth_vsdwt_1890{min-width:1400px;display:grid;grid-template-columns:minmax(130px,auto) minmax(220px,auto) minmax(100px,auto) minmax(100px,auto) minmax(120px,auto) minmax(120px,auto) minmax(140px,auto) minmax(140px,auto) minmax(130px,auto) minmax(120px,auto) minmax(160px,auto) 64px;width:max-content;max-width:none;box-sizing:border-box;grid-auto-columns:auto}._p89Grid_vsdwt_1900{display:contents;box-sizing:border-box}._p89Grid_vsdwt_1900>div{box-sizing:border-box;margin:0;padding:.5rem .6rem}._p89Head_vsdwt_1911{display:contents;box-sizing:border-box}._p89Head_vsdwt_1911>div{background:#d13338;color:#fff;font-weight:700;font-size:.74rem;border-radius:0;padding:.55rem .6rem;min-height:64px;display:flex;align-items:center;justify-content:center;text-align:center;line-height:1.1rem;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;box-sizing:border-box;margin:0;min-width:fit-content!important;width:100%!important;white-space:normal!important;word-wrap:break-word!important}._p89Head_vsdwt_1911>div{background:#d13338;color:#fff;font-weight:700;font-size:.74rem;border-radius:0;padding:.55rem .6rem;min-height:64px;display:flex;align-items:center;justify-content:center;text-align:center;line-height:1.1rem;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;box-sizing:border-box;margin:0}._p89Head_vsdwt_1911>div:last-child{border-right:none}._p89HeadNote_vsdwt_1963{display:block;font-weight:600;font-size:.65rem;margin-top:.25rem}._p89Row_vsdwt_1970{display:contents;box-sizing:border-box}._p89Row_vsdwt_1970>div:first-child{border-top-left-radius:.6rem;border-bottom-left-radius:.6rem;background:#00000008;margin-top:.4rem}._p89Row_vsdwt_1970>div:not(:first-child):not(:last-child){background:#00000008;margin-top:.4rem}._p89Row_vsdwt_1970>div:last-child{border-top-right-radius:.6rem;border-bottom-right-radius:.6rem;background:#00000008;margin-top:.4rem}@media(max-width:1200px){._p89MinWidth_vsdwt_1890,._p89Grid_vsdwt_1900{min-width:1300px}._p89Head_vsdwt_1911{min-width:1300px;grid-template-columns:1.3fr 2.2fr 1fr 1fr 1.2fr 1.2fr 1.4fr 1.4fr 1.3fr 1.2fr 1.6fr 64px}}@media(max-width:768px){._p89MinWidth_vsdwt_1890{min-width:1200px}._p89Grid_vsdwt_1900{min-width:1200px;gap:.5rem}._p89Head_vsdwt_1911{min-width:1200px;gap:.5rem;grid-template-columns:1.3fr 2.2fr 1fr 1fr 1.2fr 1.2fr 1.4fr 1.4fr 1.3fr 1.2fr 1.6fr 64px}}._p03ColAcciones_vsdwt_2014,._p28ColAcciones_vsdwt_2015,._p89ColAcciones_vsdwt_2016{display:flex;flex-direction:column;gap:.5rem;align-items:center;justify-content:flex-start;padding-top:.25rem}._p03MinusBtn_vsdwt_2025,._p03PlusBtn_vsdwt_2026,._p28MinusBtn_vsdwt_2027,._p28PlusBtn_vsdwt_2028,._p89MinusBtn_vsdwt_2029,._p89PlusBtn_vsdwt_2030{width:28px;height:28px;border-radius:999px;background:#fff;border:2px solid rgba(0,0,0,.15);cursor:pointer;font-weight:800;line-height:1;display:grid;place-items:center}._p03MinusBtn_vsdwt_2025,._p28MinusBtn_vsdwt_2027,._p89MinusBtn_vsdwt_2029{border-color:var(--red-400);color:var(--red-400)}._p03PlusBtn_vsdwt_2026,._p28PlusBtn_vsdwt_2028,._p89PlusBtn_vsdwt_2030{border-color:var(--green-300);color:var(--green-300)}._p02Grid_vsdwt_1363 .inputField,._p03Grid_vsdwt_1492 .inputField,._p23Grid_vsdwt_1603 .inputField,._p28Grid_vsdwt_1789 .inputField,._p89Grid_vsdwt_1900 .inputField{font-size:1.1rem!important;min-height:60px!important}._p02Grid_vsdwt_1363 .inputField .box,._p03Grid_vsdwt_1492 .inputField .box,._p23Grid_vsdwt_1603 .inputField .box,._p28Grid_vsdwt_1789 .inputField .box,._p89Grid_vsdwt_1900 .inputField .box{min-height:60px!important;height:auto!important;align-items:flex-start!important;padding-top:1rem!important;padding-bottom:1rem!important}._p02Grid_vsdwt_1363 .inputField input,._p02Grid_vsdwt_1363 .inputField select,._p02Grid_vsdwt_1363 .inputField textarea,._p03Grid_vsdwt_1492 .inputField input,._p03Grid_vsdwt_1492 .inputField select,._p03Grid_vsdwt_1492 .inputField textarea,._p23Grid_vsdwt_1603 .inputField input,._p23Grid_vsdwt_1603 .inputField select,._p23Grid_vsdwt_1603 .inputField textarea,._p28Grid_vsdwt_1789 .inputField input,._p28Grid_vsdwt_1789 .inputField select,._p28Grid_vsdwt_1789 .inputField textarea,._p89Grid_vsdwt_1900 .inputField input,._p89Grid_vsdwt_1900 .inputField select,._p89Grid_vsdwt_1900 .inputField textarea{font-size:1.1rem!important;padding:1rem 1.25rem!important;min-height:60px!important;line-height:1.7!important;white-space:normal!important;word-wrap:break-word!important;overflow-wrap:break-word!important;height:auto!important;overflow-y:visible!important;overflow-x:visible!important;width:100%!important;box-sizing:border-box!important}._p02Grid_vsdwt_1363 .inputField input[type=text]:not([readonly]),._p03Grid_vsdwt_1492 .inputField input[type=text]:not([readonly]),._p23Grid_vsdwt_1603 .inputField input[type=text]:not([readonly]),._p28Grid_vsdwt_1789 .inputField input[type=text]:not([readonly]),._p89Grid_vsdwt_1900 .inputField input[type=text]:not([readonly]){font-size:1.15rem!important;padding:1.1rem 1.35rem!important;min-height:64px!important;line-height:1.8!important;width:100%!important;box-sizing:border-box!important;overflow-x:visible!important}._p02Grid_vsdwt_1363 .inputField select,._p03Grid_vsdwt_1492 .inputField select,._p23Grid_vsdwt_1603 .inputField select,._p28Grid_vsdwt_1789 .inputField select,._p89Grid_vsdwt_1900 .inputField select{overflow-x:visible!important;overflow-y:visible!important;white-space:normal!important;text-overflow:clip!important;width:100%!important;min-width:0!important;max-width:none!important}._p02Grid_vsdwt_1363 .inputField .box,._p03Grid_vsdwt_1492 .inputField .box,._p23Grid_vsdwt_1603 .inputField .box,._p28Grid_vsdwt_1789 .inputField .box,._p89Grid_vsdwt_1900 .inputField .box{overflow:visible!important;min-width:0!important;width:100%!important}._p02Grid_vsdwt_1363 .inputField input[readonly],._p03Grid_vsdwt_1492 .inputField input[readonly],._p23Grid_vsdwt_1603 .inputField input[readonly],._p28Grid_vsdwt_1789 .inputField input[readonly],._p89Grid_vsdwt_1900 .inputField input[readonly]{white-space:pre-wrap!important;word-wrap:break-word!important;overflow-wrap:break-word!important;height:auto!important;min-height:60px!important;padding-top:1rem!important;padding-bottom:1rem!important;font-size:1.1rem!important}._p02Grid_vsdwt_1363 .inputField input::placeholder,._p02Grid_vsdwt_1363 .inputField textarea::placeholder,._p03Grid_vsdwt_1492 .inputField input::placeholder,._p03Grid_vsdwt_1492 .inputField textarea::placeholder,._p23Grid_vsdwt_1603 .inputField input::placeholder,._p23Grid_vsdwt_1603 .inputField textarea::placeholder,._p28Grid_vsdwt_1789 .inputField input::placeholder,._p28Grid_vsdwt_1789 .inputField textarea::placeholder,._p89Grid_vsdwt_1900 .inputField input::placeholder,._p89Grid_vsdwt_1900 .inputField textarea::placeholder{font-size:1.1rem!important}._p02Grid_vsdwt_1363 .inputField select option,._p03Grid_vsdwt_1492 .inputField select option,._p23Grid_vsdwt_1603 .inputField select option,._p28Grid_vsdwt_1789 .inputField select option,._p89Grid_vsdwt_1900 .inputField select option{font-size:1.1rem!important;padding:.75rem!important}._p02Grid_vsdwt_1363 .inputField textarea,._p03Grid_vsdwt_1492 .inputField textarea,._p23Grid_vsdwt_1603 .inputField textarea,._p28Grid_vsdwt_1789 .inputField textarea,._p89Grid_vsdwt_1900 .inputField textarea{font-size:1.15rem!important;padding:1.1rem 1.35rem!important;min-height:80px!important;line-height:1.8!important;resize:vertical!important}._p02Grid_vsdwt_1363>div,._p03Grid_vsdwt_1492>div,._p23Grid_vsdwt_1603>div,._p28Grid_vsdwt_1789>div,._p89Grid_vsdwt_1900>div{min-width:0!important;overflow:visible!important;width:auto!important;min-width:fit-content!important}._p02Grid_vsdwt_1363 .inputField,._p03Grid_vsdwt_1492 .inputField,._p23Grid_vsdwt_1603 .inputField,._p28Grid_vsdwt_1789 .inputField,._p89Grid_vsdwt_1900 .inputField{width:100%!important;min-width:0!important;max-width:none!important}._p02MinWidth_vsdwt_1347>*,._p03MinWidth_vsdwt_1482>*,._p23MinWidth_vsdwt_1593>*,._p28MinWidth_vsdwt_1779>*,._p89MinWidth_vsdwt_1890>*{min-width:fit-content!important}._p02Grid_vsdwt_1363>div,._p03Grid_vsdwt_1492>div,._p23Grid_vsdwt_1603>div,._p28Grid_vsdwt_1789>div,._p89Grid_vsdwt_1900>div{min-width:0!important}._fileInput_1gy4i_1{display:none}._fileUploadWrapper_1gy4i_5{max-width:700px;margin:0 auto;width:100%}._iconOnlyButton_1gy4i_12{background:#007bff;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;width:40px;height:40px;transition:all .2s ease}._iconOnlyButton_1gy4i_12:hover:not(:disabled){background:#0056b3;transform:scale(1.05)}._iconOnlyButton_1gy4i_12:disabled{background:#6c757d;cursor:not-allowed;opacity:.6}._columnsContainer_1gy4i_37{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:flex-start}._columnsContainer_1gy4i_37._vertical_1gy4i_45{display:flex;flex-direction:column;gap:15px}._columnsContainer_1gy4i_37._vertical_1gy4i_45 ._leftColumn_1gy4i_52{width:100%;margin-bottom:0}._columnsContainer_1gy4i_37._vertical_1gy4i_45 ._rightColumn_1gy4i_57{width:100%}._columnsContainer_1gy4i_37._singleColumn_1gy4i_61{grid-template-columns:1fr;gap:0;max-width:340px;margin:0 auto}._leftColumn_1gy4i_52{display:flex;flex-direction:column;gap:10px}._rightColumn_1gy4i_57{display:flex;flex-direction:column;gap:15px;width:100%}._fileInputContainer_1gy4i_83{border:2px solid #ddd;background-color:#fff;padding:15px 20px;border-radius:8px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:space-between;min-height:50px;width:100%;box-sizing:border-box}._fileInputContainer_1gy4i_83:hover{border-color:#007bff;background-color:#f8f9fa}._fileInputContainer_1gy4i_83._disabled_1gy4i_103{background-color:#f5f5f5;cursor:not-allowed;opacity:.6}._fileInputLabel_1gy4i_109{font-size:14px;color:#333;font-weight:500}._fileInputIcon_1gy4i_115{width:24px;height:24px;flex-shrink:0}._errorMessages_1gy4i_121{min-height:0px;display:flex;flex-direction:column;gap:5px;margin-top:5px}._errorMessage_1gy4i_121{color:#dc3545;font-size:12px;font-weight:500;display:flex;align-items:center;gap:5px}._downloadFormatBtn_1gy4i_138{background:#fff;color:#2fad30;border:1px solid #2FAD30;padding:10px 20px;border-radius:100px;cursor:pointer;font-size:14px;font-weight:700;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;min-height:40px;box-sizing:border-box;width:100%}._downloadFormatBtn_1gy4i_138:hover{background:#2fad30;color:#fff}._downloadFormatBtn_1gy4i_138:active{background:#26962a;border-color:#26962a}._filePreview_1gy4i_167{display:flex;flex-direction:column;gap:8px;max-height:288px;overflow-y:auto;padding-right:4px}._filePreview_1gy4i_167::-webkit-scrollbar{width:6px}._filePreview_1gy4i_167::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}._filePreview_1gy4i_167::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}._filePreview_1gy4i_167::-webkit-scrollbar-thumb:hover{background:#a8a8a8}._fileItem_1gy4i_197{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid #9B9998;border-radius:12px;padding:8px 16px;transition:all .2s ease;flex-wrap:nowrap;gap:10px;overflow:visible}._fileItem_1gy4i_197:hover{border-color:#7a7978}._fileInfo_1gy4i_220{display:flex;flex-direction:column;gap:5px;flex:1;margin-right:10px}._fileName_1gy4i_228{font-size:14px;color:#9b9998;font-weight:500;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex-shrink:1;min-width:100px;max-width:300px}._estadoSubida_1gy4i_244{font-size:12px;font-weight:600;padding:2px 8px;border-radius:12px;margin-left:8px}._estadoSubida_1gy4i_244._subiendo_1gy4i_252{background:#fff3cd;color:#856404;border:1px solid #ffeaa7}._estadoSubida_1gy4i_244._subido_1gy4i_258{background:#d4edda;color:#155724;border:1px solid #c3e6cb}._estadoSubida_1gy4i_244._error_1gy4i_121{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}._estadoSubida_1gy4i_244._enCola_1gy4i_270{background:#cce7ff;color:#0056b3;border:1px solid #99d3ff}._itemEnCola_1gy4i_277{border-color:#007bff!important;background-color:#f8fcff!important}._enColaText_1gy4i_282{color:#007bff;font-size:11px;font-weight:500}._fileMetadata_1gy4i_288{display:flex;gap:6px}._fileSize_1gy4i_293{font-size:11px;color:#9b9998;background:#f0f0f0;padding:2px 6px;border-radius:10px}._fileType_1gy4i_301{font-size:11px;color:#9b9998;background:#e5e5e5;padding:2px 6px;border-radius:10px;font-weight:600}._removeBtn_1gy4i_310{background:transparent;border:none;border-radius:50%;width:24px;height:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0;padding:0}._removeBtn_1gy4i_310:hover{background:#f0f0f0}._removeBtn_1gy4i_310:hover svg path{stroke:#6c757d}._removeBtn_1gy4i_310:disabled{opacity:.5;cursor:not-allowed}._downloadBtn_1gy4i_338{background:transparent;border:none;border-radius:50%;width:24px;height:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0;padding:0}._downloadBtn_1gy4i_338:hover{background:#e8f5e8}._downloadBtn_1gy4i_338:hover svg path{stroke:#28a745}._downloadBtn_1gy4i_338:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){._fileUploadWrapper_1gy4i_5{max-width:100%;margin:0}._columnsContainer_1gy4i_37{grid-template-columns:1fr;gap:15px}._columnsContainer_1gy4i_37._singleColumn_1gy4i_61{gap:0;max-width:unset}._rightColumn_1gy4i_57{width:100%}._fileName_1gy4i_228{max-width:200px}}._itemExtraContent_1gy4i_393{width:auto;padding-top:0;border-top:none;margin-top:0;margin-left:10px;display:flex;justify-content:flex-start;flex-grow:1}._spinner_1gy4i_408{width:20px;height:20px;border:2px solid #f3f3f3;border-top:2px solid #3498db;border-radius:50%;animation:_spin_1gy4i_408 1s linear infinite;flex-shrink:0}@keyframes _spin_1gy4i_408{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._itemLoading_1gy4i_431{border-color:#3498db;background-color:#f0f8ff}._itemError_1gy4i_436{border-color:#dc3545;background-color:#fff8f8}._loadingText_1gy4i_441{color:#3498db;font-size:11px;margin-left:5px}._errorText_1gy4i_447{color:#dc3545;font-size:11px;margin-left:5px;font-weight:700}._fileCounters_1gy4i_455{display:flex;gap:8px;margin-bottom:8px;flex-wrap:wrap}._counterBadge_1gy4i_462{background-color:#e9ecef;color:#495057;border-radius:12px;padding:2px 8px;font-size:11px;font-weight:600;border:1px solid #ced4da}._wrapper_tnczs_3{width:100%;min-height:100vh;padding:2vh 2vw;background:#f5f5f7;box-sizing:border-box}._header_tnczs_11{margin-bottom:2rem}._headerContent_tnczs_15{display:flex;align-items:center;gap:1.5rem}._volverBtnHeader_tnczs_21{border:2px solid #6c757d!important;color:#6c757d!important;background:transparent!important;min-width:auto!important;padding:.5rem 1.25rem!important}._volverBtnHeader_tnczs_21:hover:not(:disabled){background:#fff!important;color:#dc3545!important;border-color:#dc3545!important}._tabsContainer_tnczs_36{margin-bottom:1rem;border-bottom:1px solid #696664}._tabsRow_tnczs_41{display:flex;align-items:center;justify-content:space-between;gap:1rem}._refreshButton_tnczs_48{display:inline-flex;align-items:center;justify-content:center;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#495057;width:34px;height:34px;padding:0;cursor:pointer;transition:all .2s ease}._refreshButton_tnczs_48:hover:not(:disabled){border-color:#9ca3af;color:#1f2937}._refreshButton_tnczs_48:disabled{opacity:.65;cursor:not-allowed}._refreshIcon_tnczs_73{display:block}._refreshSpinning_tnczs_77{animation:_spinRefresh_tnczs_1 1s linear infinite}@keyframes _spinRefresh_tnczs_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._contentSection_tnczs_91{background:#fff;box-shadow:0 2px 8px #0000001a;overflow:visible;position:relative}._tabsBar_tnczs_101{background:transparent;border-bottom:none;padding:0;margin:0}._customTabs_tnczs_109 [class*=tabsBar]{margin-bottom:0!important;padding-bottom:0!important}._customTabs_tnczs_109 [class*=tab]{border-radius:8px 8px 0 0!important}._tab_tnczs_36{padding:.75rem 1.5rem;border:none;background:#f8f9fa;color:#6c757d;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;border-radius:8px 8px 0 0;margin-right:.25rem}._tab_tnczs_36:hover{background:#e9ecef;color:#495057}._tabActive_tnczs_137{color:#dc3545;background:#fff;font-weight:600;box-shadow:0 -2px 8px #0000001a}._customTabs_tnczs_109 ._tabActive_tnczs_137:hover,._customTabs_tnczs_109 [class*=tabActive]:hover{background:#fff!important;color:#dc3545!important;cursor:default}._tabContent_tnczs_159{padding:0;min-height:400px}._formularioContainer_tnczs_164{width:100%;margin:0}._formularioHeader_tnczs_169{margin-bottom:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}._formularioHeader_tnczs_169 h2{margin:0;color:#2c3e50;font-size:1.25rem}._versionContainer_tnczs_184{display:flex;align-items:center;gap:2rem;flex-wrap:wrap}._versionDropdown_tnczs_191{display:flex;flex-direction:column;gap:.5rem}._dropdownLabel_tnczs_197{font-size:.875rem;color:#6b7280;font-weight:500}._versionSelect_tnczs_203{padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;background:#fff;color:#374151;min-width:200px;cursor:pointer}._versionSelect_tnczs_203:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 .2rem #3b82f640}._versionSelect_tnczs_203:disabled{background-color:#f9fafb;color:#9ca3af;cursor:not-allowed}._version_tnczs_184{color:#6c757d;font-size:.875rem;font-weight:500}._acordeonContainer_tnczs_233{display:flex;flex-direction:column;gap:0}._paso_tnczs_239{border:none;border-radius:0;overflow:visible;position:relative;z-index:1}._paso_tnczs_239:has(._pasoContent_tnczs_251){z-index:2}._paso_tnczs_239:has(._metadatoDateInput_tnczs_256 ._pop_tnczs_256){z-index:1000000!important}._pasoHeader_tnczs_261{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#e8e8e8;border:1px solid #9B9998;cursor:pointer;transition:background-color .2s ease}._pasoHeader_tnczs_261:hover{background:#e9ecef}._pasoHeader_tnczs_261 h3{margin:0;font-size:1rem;font-weight:600;color:#2c3e50}._pasoToggle_tnczs_283{background:none;border:none;font-size:1rem;color:#6c757d;cursor:pointer;transition:transform .3s cubic-bezier(.4,0,.2,1),color .2s ease;transform-origin:center}._pasoToggle_tnczs_283:hover{color:#495057}._pasoToggle_tnczs_283._expanded_tnczs_298{transform:rotate(180deg)}._pasoContent_tnczs_251{padding:2rem;background:#fff;border-top:1px solid #dee2e6;overflow:hidden;position:relative;opacity:1;transform:translateY(0);transition:all .4s cubic-bezier(.25,.46,.45,.94)}._pasoContent_tnczs_251._collapsed_tnczs_317{max-height:0;opacity:0;transform:translateY(-20px);padding-top:0;padding-bottom:0;border-top:none;transition:all .4s cubic-bezier(.25,.46,.45,.94)}._pasoContent_tnczs_251 p{margin:0 0 1rem;color:#6c757d;line-height:1.6}._uploadSection_tnczs_334{border-top:1px solid #dee2e6;padding-top:1rem;margin-top:1rem}._uploadLabel_tnczs_340{display:block;margin-bottom:.5rem;color:#495057;font-weight:500;font-size:.875rem}._multipleFiles_tnczs_348{display:flex;flex-direction:column;gap:.5rem}@media(max-width:768px){._tabsRow_tnczs_41{flex-direction:column;align-items:flex-start}._wrapper_tnczs_3{padding:1rem}._tab_tnczs_36{padding:.5rem 1rem;font-size:.8rem;margin-right:.125rem}._tabContent_tnczs_159{padding:1rem}._formularioContainer_tnczs_164{max-width:100%}._pasoHeader_tnczs_261{padding:.75rem 1rem}._pasoHeader_tnczs_261 h3{font-size:.9rem}._pasoContent_tnczs_251{padding:1rem}}._actionButtons_tnczs_393{display:flex;justify-content:flex-end;gap:1rem;padding:2rem 0;margin-top:1rem}._actionButtons_tnczs_393 button{min-width:140px;padding:.75rem 2rem}._guardarBtn_tnczs_407{border:2px solid #dc3545!important}._guardarBtn_tnczs_407:hover:not(:disabled){background:#fff!important;color:#dc3545!important;border-color:#dc3545!important}._readOnlyMessage_tnczs_419{display:flex;align-items:center;justify-content:center;width:100%}._readOnlyMessage_tnczs_419 span{padding:.75rem 1.5rem;background:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;color:#6b7280;font-size:.875rem;font-weight:500}@media(max-width:768px){._actionButtons_tnczs_393{justify-content:center;padding:1.5rem 0;gap:.75rem}._actionButtons_tnczs_393 button{min-width:120px;padding:.75rem 1.5rem}}._metadatosSection_tnczs_451{margin-top:2rem;padding:1.5rem;background:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}._metadatosTitle_tnczs_459{margin:0 0 1rem;font-size:1rem;font-weight:600;color:#333}._metadatosContainer_tnczs_466{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:1000px;margin:1rem 0 1rem auto;position:relative;z-index:1000!important;overflow:visible}._metadatoRow_tnczs_482{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;padding:0;background:transparent;border:none;align-items:center;justify-content:flex-end;margin-left:auto;position:relative;z-index:inherit;max-width:fit-content}._metadatoRowInline_tnczs_504{display:flex!important;gap:.8rem!important;justify-content:flex-start;align-items:center;width:auto;flex-wrap:wrap}._metadatoPreview_tnczs_517{display:flex;align-items:center}._fileItem_tnczs_523{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid #9B9998;border-radius:100px;padding:8px 16px;transition:all .2s ease;width:100%;box-sizing:border-box}._fileItem_tnczs_523:hover{border-color:#7a7978}._fileInfo_tnczs_540{display:flex;flex-direction:column;gap:5px;flex:1;margin-right:10px}._fileName_tnczs_548{font-size:14px;color:#9b9998;font-weight:500;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._removeBtn_tnczs_558{background:transparent;border:none;border-radius:50%;width:24px;height:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0;padding:0}._removeBtn_tnczs_558:hover{background:#f0f0f0}._removeBtn_tnczs_558:hover svg path{stroke:#6c757d}._removeBtn_tnczs_558:disabled{opacity:.5;cursor:not-allowed}._metadatoDateInput_tnczs_256{width:160px!important;max-width:160px!important;--w: 160px !important;--h: 36px !important;margin:0!important}._metadatoDateInput_tnczs_256>div{width:160px!important;max-width:160px!important;min-height:36px!important;padding:0 10px!important}._metadatoDateInput_tnczs_256 ._box_tnczs_605{border:2px solid #CC1515!important;border-radius:8px!important}._metadatoDateInput_tnczs_256 ._iconBtn_tnczs_611{background:transparent!important}._metadatoDateInput_tnczs_256 ._iconBtn_tnczs_611:before{content:"";display:block;width:24px;height:24px;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%23CC1515' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain}._metadatoDateInput_tnczs_256 ._iconBtn_tnczs_611 svg{display:none!important}._metadatoDateInput_tnczs_256 ._input_tnczs_633{color:#9b9998!important}._metadatoDateInput_tnczs_256 ._label_tnczs_638{display:none!important}._metadatoDateInput_tnczs_256 ._box_tnczs_605:focus-within{box-shadow:0 0 0 .2rem #cc151540!important}._metadatosContainer_tnczs_466 ._metadatoField_tnczs_649 ._metadatoDateInput_tnczs_256 ._pop_tnczs_256,._metadatoRow_tnczs_482 ._metadatoField_tnczs_649 ._metadatoDateInput_tnczs_256 ._pop_tnczs_256,._metadatoDateInput_tnczs_256 ._pop_tnczs_256{z-index:9999999!important;position:fixed!important;overflow:visible!important;background:#fff!important;box-shadow:0 4px 20px #00000040!important;left:auto!important;right:0!important;transform:translate(20%);width:280px!important}._metadatoDateInput_tnczs_256{position:relative!important;z-index:10000!important;overflow:visible!important}._metadatoField_tnczs_649{display:flex;flex-direction:column;position:relative;z-index:10000!important;overflow:visible!important}._metadatoField_tnczs_649>*{overflow:visible!important;position:relative;z-index:inherit}@media(max-width:768px){._metadatoRow_tnczs_482{grid-template-columns:1fr;gap:1rem;text-align:center}._metadatosSection_tnczs_451{padding:1rem}._fileName_tnczs_548{max-width:100%;text-align:left}}._periodosSection_tnczs_717{padding:1.5rem 0;margin-top:1rem;border-bottom:1px solid #e9ecef}._periodosTitle_tnczs_723{font-size:1.1rem;font-weight:600;color:#2c3e50;margin:0;text-align:left}._periodosTitleContainer_tnczs_731{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}._periodosProgress_tnczs_740{display:flex;align-items:center}._progressText_tnczs_745{font-size:.875rem;color:#6c757d;font-weight:500;padding:.375rem .75rem;background:#f8f9fa;border-radius:20px;border:1px solid #e9ecef;transition:all .2s ease}._progressText_tnczs_745._progressComplete_tnczs_756{background:#d4edda;color:#155724;border-color:#c3e6cb}._periodosContainer_tnczs_762{display:flex;flex-direction:column;gap:0;width:100%}._periodosGrid_tnczs_770{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:1.5rem;width:100%;min-height:fit-content}._periodoCard_tnczs_780{background:#fff;border:2px solid #e9ecef;border-radius:12px;padding:1rem;transition:all .2s ease;position:relative;box-shadow:0 2px 4px #0000000d;min-height:120px;display:flex;flex-direction:column;justify-content:space-between}._periodoCard_tnczs_780._valido_tnczs_795{border-color:#28a745;box-shadow:0 2px 8px #28a74526}._periodoCard_tnczs_780._valido_tnczs_795:hover{border-color:#218838;box-shadow:0 4px 12px #28a74533;transform:translateY(-2px)}._periodoCard_tnczs_780:hover{border-color:#dc3545;box-shadow:0 4px 12px #dc35451a;transform:translateY(-2px)}._periodoCard_tnczs_780._valido_tnczs_795:hover{border-color:#218838;box-shadow:0 4px 12px #28a74533}._periodoCardHeader_tnczs_819{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}._periodoLabel_tnczs_826{font-weight:600;color:#2c3e50;font-size:.9rem;margin:0}._periodoNumero_tnczs_833{background:linear-gradient(135deg,#dc3545,#c82333);color:#fff;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;box-shadow:0 2px 4px #dc35454d;transition:all .2s ease}._periodoCard_tnczs_780._valido_tnczs_795 ._periodoNumero_tnczs_833{background:linear-gradient(135deg,#28a745,#20c997);box-shadow:0 2px 4px #28a7454d}._rangoContainer_tnczs_854{display:flex;flex-direction:column;width:100%;flex:1}._rangoLabel_tnczs_861{font-size:.8rem;color:#6c757d;margin-bottom:.4rem;font-weight:500}._fechaInput_tnczs_868,._rangoInput_tnczs_869{width:100%;font-size:.85rem}._eliminarPeriodoBtn_tnczs_875{position:absolute;top:-6px;right:-6px;background:#dc3545;border:none;color:#fff;border-radius:50%;width:22px;height:22px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:12px;font-weight:700;transition:all .2s ease;box-shadow:0 2px 6px #dc35454d;z-index:10}._eliminarPeriodoBtn_tnczs_875:hover:not(:disabled){background:#c82333;transform:scale(1.15);box-shadow:0 4px 12px #dc354566}._eliminarPeriodoBtn_tnczs_875:disabled{opacity:.5;cursor:not-allowed;transform:none}._agregarPeriodoContainer_tnczs_909{display:flex;justify-content:center;width:100%;margin-top:.5rem}@media(min-width:1400px){._periodosGrid_tnczs_770{grid-template-columns:repeat(4,1fr);gap:1.5rem}}@media(min-width:1200px)and (max-width:1399px){._periodosGrid_tnczs_770{grid-template-columns:repeat(3,1fr);gap:1.25rem}}@media(min-width:768px)and (max-width:1199px){._periodosGrid_tnczs_770{grid-template-columns:repeat(2,1fr);gap:1rem}._periodoCard_tnczs_780{min-height:110px}}@media(max-width:767px){._periodosSection_tnczs_717{padding:1rem 0}._periodosTitleContainer_tnczs_731{flex-direction:column;align-items:flex-start;gap:.75rem}._periodosGrid_tnczs_770{grid-template-columns:1fr;gap:.75rem}._periodoCard_tnczs_780{padding:.875rem;min-height:100px}._periodoCardHeader_tnczs_819{margin-bottom:.5rem}}@media(max-width:480px){._periodoCard_tnczs_780{padding:.75rem;min-height:90px}._periodoLabel_tnczs_826{font-size:.85rem}._rangoLabel_tnczs_861{font-size:.75rem}}._periodoNormativa_tnczs_984{border:1px solid #dee2e6;border-radius:6px;margin-bottom:1.5rem;background:#fff}._periodoNormativaTitle_tnczs_991{background:#e9ecef;padding:.75rem 1rem;margin:0;font-size:1rem;font-weight:600;color:#495057;border-bottom:1px solid #dee2e6;border-radius:6px 6px 0 0}._fechasPeriodo_tnczs_1002{font-weight:400;color:#6c757d;margin-left:.5rem}._tvdNormativaContainer_tnczs_1009{display:flex;flex-direction:column;gap:1.5rem;margin-top:1rem;position:relative;z-index:10}._tvdNormativaCard_tnczs_1018{background:#fff;border:2px solid #e9ecef;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000000d;transition:all .2s ease;position:relative;z-index:15;overflow:visible}._tvdNormativaCard_tnczs_1018:hover{border-color:#dc3545;box-shadow:0 4px 16px #dc35451a;transform:translateY(-1px)}._tvdCardHeader_tnczs_1036{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e9ecef}._tvdPeriodoInfo_tnczs_1045{display:flex;flex-direction:column;gap:.25rem}._tvdPeriodoTitulo_tnczs_1051{margin:0;font-size:1.1rem;font-weight:600;color:#2c3e50}._tvdRangoDisplay_tnczs_1058{font-size:.875rem;color:#6c757d;font-weight:500}._tvdPeriodoNumero_tnczs_1064{background:linear-gradient(135deg,#dc3545,#c82333);color:#fff;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;box-shadow:0 2px 6px #dc35454d}._tvdFechasSection_tnczs_1078{margin-bottom:1.5rem;position:relative;z-index:20}._tvdSeccionTitulo_tnczs_1084{margin:0 0 1rem;font-size:1rem;font-weight:600;color:#495057;display:flex;align-items:center;gap:.5rem}._tvdSeccionTitulo_tnczs_1084:before{content:"";width:4px;height:16px;background:#dc3545;border-radius:2px}._tvdFechasGrid_tnczs_1102{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}._tvdFechaField_tnczs_1108{display:flex;flex-direction:column;position:relative;z-index:25}._tvdArchivosSection_tnczs_1115{border-top:1px solid #f1f3f4;padding-top:1.5rem;position:relative;z-index:15}._tvdUploadContainer_tnczs_1122{background:#f8f9fa;border-radius:8px;padding:1rem;border:1px dashed #dee2e6;position:relative;z-index:16}._tvdCardCompleta_tnczs_1132{border-color:#28a745!important;box-shadow:0 2px 8px #28a74526!important}._tvdCardCompleta_tnczs_1132:hover{border-color:#218838!important;box-shadow:0 4px 16px #28a74533!important;transform:translateY(-1px)}._tvdCardCompleta_tnczs_1132 ._tvdPeriodoNumero_tnczs_1064{background:linear-gradient(135deg,#28a745,#20c997)!important;box-shadow:0 2px 6px #28a7454d!important}@media(max-width:768px){._tvdNormativaCard_tnczs_1018{padding:1rem}._tvdCardHeader_tnczs_1036{flex-direction:column;align-items:flex-start;gap:.75rem}._tvdFechasGrid_tnczs_1102{grid-template-columns:1fr;gap:.75rem}._tvdPeriodoNumero_tnczs_1064{width:28px;height:28px;font-size:.75rem}}@media(max-width:480px){._tvdNormativaContainer_tnczs_1009{gap:1rem}._tvdNormativaCard_tnczs_1018{padding:.875rem}._tvdSeccionTitulo_tnczs_1084{font-size:.9rem}}._periodoInfo_tnczs_1186{display:flex;flex-direction:column;gap:.25rem}._rangoDisplay_tnczs_1192{font-size:.85rem;color:#6c757d;font-weight:400}._questionSection_tnczs_1199{margin:1.5rem 0;padding:1rem;border:1px solid #e3e6ea;border-radius:6px;background:#f8f9fa}._questionLabel_tnczs_1207{font-weight:600;color:#495057;display:block;margin-bottom:1rem;font-size:1rem}._radioGroup_tnczs_1215{display:flex;gap:2rem}._radioOption_tnczs_1220{display:flex;align-items:center;cursor:pointer;font-weight:400}._radioOption_tnczs_1220 input[type=radio]{margin-right:.5rem;cursor:pointer}._radioOption_tnczs_1220 input[type=radio]:disabled{cursor:not-allowed}._radioLabel_tnczs_1236{font-size:1rem;color:#495057}._noDocumentsMessage_tnczs_1241{background:#d1edff;border:1px solid #0084ff;border-radius:6px;padding:1rem;color:#004085;font-weight:500;margin-top:1rem}._colaSubidaIndicador_tnczs_1252{position:fixed;top:20px;right:20px;z-index:10000;background:#fff;border:2px solid #007bff;border-radius:8px;box-shadow:0 4px 12px #007bff26;padding:.75rem 1rem;min-width:250px;animation:_slideInRight_tnczs_1 .3s ease-out}._colaSubidaContent_tnczs_1266{display:flex;align-items:center;gap:.75rem}._colaSubidaIcon_tnczs_1272{font-size:1.25rem;flex-shrink:0}._colaSubidaTexto_tnczs_1277{font-size:.875rem;font-weight:500;color:#007bff;flex:1}._colaSubidaSpinner_tnczs_1284{flex-shrink:0}._spinner_tnczs_1288{width:16px;height:16px;border:2px solid #e3f2fd;border-top:2px solid #007bff;border-radius:50%;animation:_spin_tnczs_1288 1s linear infinite}@keyframes _slideInRight_tnczs_1{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@media(max-width:768px){._colaSubidaIndicador_tnczs_1252{top:10px;right:10px;left:10px;min-width:auto;padding:.5rem .75rem}._colaSubidaTexto_tnczs_1277{font-size:.8rem}._colaSubidaIcon_tnczs_1272{font-size:1rem}}._errorGeneralContainer_tnczs_1333{background:#fee2e2;border:1px solid #ef4444;border-radius:6px;padding:1rem 1.5rem;margin:1.5rem 0}._errorGeneralContent_tnczs_1341{display:flex;align-items:center;gap:.75rem}._errorGeneralIcon_tnczs_1347{font-size:1.5rem;flex-shrink:0}._errorGeneralText_tnczs_1352{margin:0;color:#991b1b;font-weight:600;font-size:.95rem;line-height:1.5}._exitoGuardadoContainer_tnczs_1361{background:#d1f4e0;border:1px solid #10b981;border-radius:6px;padding:1rem 1.5rem;margin:1.5rem 0}._exitoGuardadoContent_tnczs_1369{display:flex;align-items:center;gap:.75rem}._exitoGuardadoIcon_tnczs_1375{font-size:1.5rem;flex-shrink:0;color:#059669;font-weight:700}._exitoGuardadoText_tnczs_1382{margin:0;color:#065f46;font-weight:600;font-size:.95rem;line-height:1.5}._loadingOverlay_tnczs_1391{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999}._loadingSpinner_tnczs_1404{background:#fff;padding:2rem 3rem;border-radius:12px;box-shadow:0 4px 20px #0003;display:flex;flex-direction:column;align-items:center;gap:1.5rem}._spinner_tnczs_1288{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #dc3545;border-radius:50%;animation:_spin_tnczs_1288 1s linear infinite}@keyframes _spin_tnczs_1288{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._loadingText_tnczs_1429{margin:0;font-size:1rem;font-weight:500;color:#333}._container_mi9ja_4{padding:var(--spacing-lg);max-width:1400px;margin:0 auto}._header_mi9ja_13{margin-bottom:var(--spacing-xl);padding-bottom:var(--spacing-lg);border-bottom:1px solid var(--color-border);display:flex;flex-direction:column;gap:1.5rem;align-items:flex-start}._header_mi9ja_13 .Button,._header_mi9ja_13 button{max-width:240px;width:auto;align-self:flex-start}._groupsList_mi9ja_33{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-top:2.5rem}._groupsList_mi9ja_33>*{min-width:0}._emptyState_mi9ja_48{grid-column:1 / -1;text-align:center;padding:var(--spacing-3xl);background-color:var(--color-bg-secondary);border-radius:var(--border-radius-lg);color:var(--color-text-secondary);font-size:var(--font-size-md)}._emptyState_mi9ja_48 p{margin:0}@media(max-width:1200px){._groupsList_mi9ja_33{grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}}@media(max-width:768px){._container_mi9ja_4{padding:var(--spacing-md)}._groupsList_mi9ja_33{grid-template-columns:1fr}}@media(max-width:480px){._container_mi9ja_4{padding:var(--spacing-sm)}._header_mi9ja_13{padding-bottom:var(--spacing-md)}._emptyState_mi9ja_48{padding:var(--spacing-xl)}}._dropdownContainer_qgy3q_1{width:100%}._dropdown_qgy3q_1{width:100%;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;background-color:#fff;font-size:14px;color:#374151;cursor:pointer;transition:border-color .2s ease}._dropdown_qgy3q_1:hover{border-color:#9ca3af}._dropdown_qgy3q_1:focus{outline:none;border-color:#cc1515;box-shadow:0 0 0 3px #cc15151a}._dropdown_qgy3q_1:disabled{background-color:#f9fafb;color:#9ca3af;cursor:not-allowed}._errorContainer_qgy3q_33{width:100%;padding:8px 12px;background-color:#fef2f2;border:1px solid #fecaca;border-radius:6px}._errorText_qgy3q_41{color:#dc2626;font-size:14px}._inputNombreGrupoWrapper_1d6ih_1,._cardContainer_1d6ih_9 .wrapper{max-width:100%!important;width:100%!important;min-width:0!important;box-sizing:border-box!important;margin-right:0!important;margin-left:0!important}._visualizadorMiembrosGrid_1d6ih_18{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}._visualizadorMiembrosRow_1d6ih_25{display:flex;align-items:center;gap:16px}._visualizadorMiembrosTitulo_1d6ih_31{min-width:110px;font-weight:700;color:#222;text-align:left;font-size:15px}._metadatoPreview_1d6ih_39{display:flex;align-items:center}._fileItem_1d6ih_44{display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #9B9998;border-radius:100px;padding:8px 16px;transition:all .2s ease;width:260px;min-width:180px;max-width:100%;box-sizing:border-box;text-align:center}._fileItem_1d6ih_44:hover{border-color:#7a7978}._fileInfo_1d6ih_64{display:flex;flex-direction:column;gap:5px;flex:1;margin-right:0;align-items:center;justify-content:center}._fileName_1d6ih_74{font-size:14px;color:#9b9998;font-weight:500;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center}._removeBtn_1d6ih_85{background:transparent;border:none;border-radius:50%;width:24px;height:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0;padding:0}._removeBtn_1d6ih_85:hover{background:#f0f0f0}._removeBtn_1d6ih_85:hover svg path{stroke:#6c757d}._removeBtn_1d6ih_85:disabled{opacity:.5;cursor:not-allowed}._archivosPreview_1d6ih_113{display:flex;flex-direction:column;gap:.5rem;max-height:120px;overflow-y:auto}._archivoChip_1d6ih_121{display:flex;align-items:center;gap:.5rem;padding:.25rem .5rem;background:#e9ecef;border-radius:4px;font-size:.8rem}._archivoNombre_1d6ih_131{flex:1;color:#495057;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._eliminarArchivo_1d6ih_140{background:none;border:none;color:#dc3545;cursor:pointer;font-weight:700;font-size:1rem;line-height:1;padding:0;width:16px;height:16px;display:flex;align-items:center;justify-content:center}._miembroFila_1d6ih_156{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem}._miembroTitulo_1d6ih_163{font-weight:700;min-width:110px;color:var(--color-text-primary, #222);font-size:1rem}._miembroChipVacio_1d6ih_182{display:flex;align-items:center;gap:.5rem;padding:.25rem .5rem;background:#f1f3f4;border-radius:4px;font-size:.8rem;color:#b0b0b0;min-width:80px;max-width:180px;font-style:italic;font-weight:500;box-sizing:border-box}._miembrosPreview_1d6ih_198{display:flex;flex-direction:row;gap:.5rem;flex-wrap:wrap;margin-bottom:.5rem}._miembroChip_1d6ih_171{display:flex;align-items:center;gap:.5rem;padding:.25rem .5rem;background:#e9ecef;border-radius:4px;font-size:.8rem;min-width:0;max-width:180px}._miembroNombre_1d6ih_218{flex:1;color:#495057;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._miembroChipVacio_1d6ih_182{display:flex;align-items:center;gap:.5rem;padding:4px 8px;background:#f1f3f4;border-radius:4px;font-size:13px;color:#b0b0b0;min-width:80px;max-width:180px;font-style:italic;font-weight:500;box-sizing:border-box}._cardContainer_1d6ih_9{position:relative;width:100%;display:flex;flex-direction:column;gap:1.2rem}._menuContainer_1d6ih_255{position:absolute;top:-5vh;right:-2vw;z-index:10}@media(max-width:768px){._menuContainer_1d6ih_255{top:-4vh;right:-2vw}}@media(max-width:480px){._menuContainer_1d6ih_255{top:0;right:0;margin:4px}}._menuButton_1d6ih_277{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background-color:transparent;color:var(--color-text-secondary);font-size:24px;cursor:pointer;border-radius:var(--border-radius-sm);transition:all .2s ease}._menuButton_1d6ih_277:hover{background-color:var(--color-bg-hover);color:var(--color-text-primary)}._menuDropdown_1d6ih_297{position:absolute;top:100%;right:0;margin-top:4px;min-width:150px;background-color:#fff;border:1px solid var(--color-border);border-radius:var(--border-radius-md);box-shadow:0 4px 12px #00000026;overflow:hidden;z-index:10}._menuItem_1d6ih_311{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;border:none;background:none;text-align:left;cursor:pointer;font-size:var(--font-size-sm);color:var(--color-text-primary);font-weight:400;transition:background-color .2s ease}._menuItem_1d6ih_311:hover{background-color:var(--color-bg-hover)}._menuText_1d6ih_331{font-weight:700;flex:1;text-align:left}._menuItem_1d6ih_311:not(:last-child){border-bottom:1px solid var(--color-border)}._groupName_1d6ih_344{font-size:var(--font-size-xl);font-weight:var(--font-weight-semibold);color:var(--color-text-primary);margin-bottom:.5rem}._groupDescription_1d6ih_351,._ui-paragraph_1d6ih_351{font-size:var(--font-size-sm);color:var(--color-text-secondary);margin-bottom:1rem;line-height:1.5}._field_1d6ih_361{margin-bottom:var(--spacing-md)}._label_1d6ih_365{display:block;font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);color:var(--color-text-primary);margin-bottom:var(--spacing-xs)}._textarea_1d6ih_373{width:100%;padding:10px 12px;border:1px solid var(--color-border);border-radius:var(--border-radius-md);font-size:var(--font-size-sm);font-family:inherit;resize:vertical;transition:all .2s ease}._textarea_1d6ih_373:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(var(--color-primary-rgb),.1)}._profesionalesContainer_1d6ih_393{display:flex;flex-direction:column;gap:var(--spacing-md);margin-top:var(--spacing-lg);margin-bottom:var(--spacing-lg)}._profesionalField_1d6ih_401{display:flex;flex-direction:column;gap:var(--spacing-xs)}._actions_1d6ih_410{display:flex;gap:1.2rem;justify-content:flex-end;margin-top:var(--spacing-lg);padding-top:var(--spacing-md);border-top:1px solid var(--color-border)}._badge_1d6ih_422{display:inline-block;padding:4px 12px;background-color:var(--color-info);color:#fff;font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);border-radius:12px;margin-top:var(--spacing-md)}@media(max-width:768px){._cardContainer_1d6ih_9{padding:var(--spacing-md)}._cardContent_1d6ih_441{padding-right:32px}._actions_1d6ih_410{flex-direction:column}._actions_1d6ih_410 button{width:100%}}._header_18fso_1{margin-bottom:2rem}._headerBar_18fso_5{display:flex;justify-content:space-between;align-items:center}._filtersRow_18fso_11{display:grid;grid-template-columns:2fr 1fr 1fr;gap:.75rem;margin-top:1rem}@media(max-width:1100px){._filtersRow_18fso_11{grid-template-columns:1fr}}._alertaModulo_18fso_24{color:#cc1515;margin-top:1rem;font-weight:500;padding:1rem;background:#fff5f5;border-radius:8px;border-left:4px solid #CC1515}._alertaError_18fso_34{color:#e34b41;margin-top:1rem;font-weight:600;padding:1rem;background:transparent;border-radius:8px}._columnsLayout_18fso_43{display:flex;flex-direction:row;gap:.25rem;width:100%;margin-top:2.5rem;align-items:stretch;flex-wrap:wrap}@media(max-width:1400px){._columnsLayout_18fso_43{gap:.75rem}}@media(max-width:1200px){._columnsLayout_18fso_43{gap:.5rem}._col_18fso_43{min-width:200px}}@media(max-width:768px){._columnsLayout_18fso_43{flex-direction:column;gap:1.5rem}._col_18fso_43{min-width:unset}._columnsLayout_18fso_43>div{width:100%}}._col_18fso_43{flex:1 1 0;min-width:0;background:#e8e8e8;border-radius:10px;padding:1.2rem 1rem;box-shadow:0 1px 4px #0000000a;display:flex;flex-direction:column;align-items:stretch}._colAsignacion_18fso_96{align-self:stretch;min-height:520px}._colAncha_18fso_101{flex:1.8 1 0}._colDelgada_18fso_105{flex:.7 1 0}._col_18fso_43:has(._tabContent_18fso_109){padding:0;overflow:visible}._columnsLayout_18fso_43>div._colAncha_18fso_101{flex:1.8 1 0;display:flex;flex-direction:column}._columnsLayout_18fso_43>div{display:flex;flex-direction:column}._columnsLayout_18fso_43>div>._col_18fso_43{flex:1}._colHeader_18fso_129{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}._col_18fso_43 h3{font-size:1.1rem;font-weight:600;margin:0;color:#333}._contador_18fso_143{font-size:.875rem;font-weight:600;color:#666;background:#e5e7eb;padding:.25rem .75rem;border-radius:12px}._listaItems_18fso_153{display:flex;flex-direction:column;gap:.75rem;overflow:visible;max-height:none;padding:2px .25rem 2px 2px;flex:1}._profesionalAsignadoSlot_18fso_164{min-height:100px;height:100%;display:flex;align-items:center;justify-content:flex-start;padding:1rem;background:#fff;border-radius:8px;border:2px solid #e5e7eb;font-size:.9rem;font-weight:500;color:#374151;text-align:left;box-sizing:border-box}._profesionalAsignadoSlot_18fso_164:empty:before,._profesionalAsignadoSlot_18fso_164:has(:only-child:empty):before{content:"-";color:#9ca3af;font-size:1.2rem}._acordeonesContainer_18fso_189{display:flex;flex-direction:column;gap:0;margin-top:0;width:100%}._listaEntidades_18fso_198,._listaProfesionales_18fso_199{display:flex;flex-direction:column;gap:.75rem;overflow:visible;max-height:none;padding-right:.25rem}._listaEntidades_18fso_198::-webkit-scrollbar,._listaProfesionales_18fso_199::-webkit-scrollbar{width:6px}._listaEntidades_18fso_198::-webkit-scrollbar-track,._listaProfesionales_18fso_199::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}._listaEntidades_18fso_198::-webkit-scrollbar-thumb,._listaProfesionales_18fso_199::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:10px}._listaEntidades_18fso_198::-webkit-scrollbar-thumb:hover,._listaProfesionales_18fso_199::-webkit-scrollbar-thumb:hover{background:#a8a8a8}._entidadItem_18fso_231,._profesionalItem_18fso_232{padding:.75rem;background:#fff;border-radius:6px;border:1px solid #e5e7eb;transition:all .15s;cursor:pointer}._entidadItem_18fso_231:hover,._profesionalItem_18fso_232:hover{border-color:#cc1515;box-shadow:0 2px 8px #cc15151a}._entidadNombre_18fso_247,._profesionalNombre_18fso_248{display:block;font-weight:600;color:#333;margin-bottom:.25rem}._entidadRadicado_18fso_255,._profesionalCarga_18fso_261{display:block;font-size:.875rem;color:#666}._tabs_18fso_267{display:flex;gap:.5rem;margin-bottom:1rem}._tabBtn_18fso_273{padding:.5rem 1.2rem;border:none;background:#e5e7eb;color:#333;border-radius:6px 6px 0 0;font-weight:600;cursor:pointer;transition:background .15s}._tabBtn_18fso_273:hover{background:#d1d5db}._tabBtn_18fso_273._active_18fso_288{background:#cc1515;color:#fff;border-bottom:none}._tabContent_18fso_109{flex:1;display:flex;flex-direction:column}._searchWrapper_18fso_300{width:100%;max-width:100%;box-sizing:border-box;padding:1rem}._searchWrapper_18fso_300>*{width:100%!important;max-width:100%!important}._tabContent_18fso_109 .wrapper{width:100%!important;max-width:100%;box-sizing:border-box}._listaGrupos_18fso_318{display:flex;flex-direction:column;gap:.75rem;padding:2px 1rem 1rem;overflow:visible}._grupoItem_18fso_326{padding:1rem;background:#fff;border-radius:8px;border:none;cursor:pointer;transition:all .15s;box-shadow:0 2px 4px #00000014}._grupoItem_18fso_326:hover{outline:2px solid #469327;outline-offset:-2px;box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}._grupoNombre_18fso_343{font-weight:600;color:#333;margin-bottom:.75rem;font-size:1rem}._grupoProfesionales_18fso_350{display:flex;flex-direction:column;gap:.5rem}._profesionalRow_18fso_356{display:flex;justify-content:space-between;align-items:center}._profesionalLabel_18fso_362{font-weight:600;color:#333;font-size:.875rem}._profesionalValue_18fso_368{color:#666;font-size:.875rem}._resumenProfesionales_18fso_373{padding:1rem;color:#666;text-align:center}._headerBar_18fso_5{display:flex;align-items:center;justify-content:space-between;gap:2rem}._container_18fso_384{padding:2.5rem;max-width:1200px;margin:0 auto;background:#fff;border-radius:16px;box-shadow:0 2px 12px #0000000f}h1{font-size:2rem;margin-bottom:1rem}p{color:#666;font-size:1.1rem}._card_l1jpy_1{width:100%;height:100%;padding:1rem;background:#fff;border-radius:8px;border:2px solid transparent;text-align:left;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;gap:.75rem;box-sizing:border-box}._sin_asignar_l1jpy_17{border-color:#9b9998}._pendiente_l1jpy_21{border-color:#f59e0b}._confirmada_l1jpy_25{border-color:#10b981}._seleccionada_l1jpy_29{background:linear-gradient(135deg,#fff5f5,#ffe5e5);box-shadow:0 4px 12px #cc151526;transform:translateY(-2px)}._card_l1jpy_1:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px);outline:2px solid #469327;outline-offset:-2px}._card_l1jpy_1:active{transform:translateY(0)}._nombre_l1jpy_46{font-size:.95rem;font-weight:600;color:#1f2937;line-height:1.4;word-break:break-word}._radicado_l1jpy_54{font-size:.8rem;font-weight:600;color:#4b5563}._indicador_l1jpy_60{display:flex;align-items:center;justify-content:flex-start;gap:.5rem}._badgeSinAsignar_l1jpy_67,._badgePendiente_l1jpy_68,._badgeConfirmada_l1jpy_69{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em}._badgeSinAsignar_l1jpy_67{background:#f3f4f6;color:#6b7280}._badgePendiente_l1jpy_68{background:#fef3c7;color:#d97706}._badgeConfirmada_l1jpy_69{background:#d1fae5;color:#059669}._badgeConfirmadaWrapper_l1jpy_94{display:flex;align-items:center;justify-content:flex-start;gap:.375rem;color:#059669}._badgeConfirmadaWrapper_l1jpy_94 svg{flex-shrink:0}._linksRow_l1jpy_106,._adjuntosList_l1jpy_107{display:flex;flex-direction:column;gap:.35rem}._actionLink_l1jpy_113{display:inline-flex;width:fit-content;color:#1f5fbf;text-decoration:none;font-size:.8rem;font-weight:600;border-bottom:1px solid transparent}._actionLink_l1jpy_113:hover{border-bottom-color:#1f5fbf}._linkDisabled_l1jpy_127{color:#9ca3af;font-size:.8rem}._moreAdjuntos_l1jpy_132{color:#6b7280;font-size:.75rem;font-weight:600}@media(max-width:768px){._card_l1jpy_1{padding:.875rem}._nombre_l1jpy_46{font-size:.875rem}._badgeSinAsignar_l1jpy_67,._badgePendiente_l1jpy_68,._badgeConfirmada_l1jpy_69{font-size:.7rem;padding:.2rem .6rem}}._acordeon_1l0hx_1{background:#fff;border-radius:0;border:none;border-bottom:1px solid #e5e7eb;margin-bottom:0;overflow:hidden;width:100%}._header_1l0hx_11{width:100%;padding:1rem;background:#e8e8e8;border:1px solid #9B9998;border-bottom:none;display:flex;align-items:center;gap:.5rem;cursor:pointer;transition:background .15s;text-align:left;box-sizing:border-box}._header_1l0hx_11:hover{background:#e8e8e8}._header_1l0hx_11._expandido_1l0hx_30{background:#e8e8e8;border-bottom:1px solid #9B9998}._titulo_1l0hx_35{font-size:.95rem;font-weight:600;color:#374151;flex:1}._contador_1l0hx_42{font-size:.875rem;color:#6b7280;background:#e5e7eb;padding:.125rem .5rem;border-radius:10px}._icono_1l0hx_50{transition:transform .2s;color:#6b7280}._header_1l0hx_11._expandido_1l0hx_30 ._icono_1l0hx_50{transform:rotate(180deg)}._contenido_1l0hx_59{padding:.75rem;background:#fff}._listaProfesionales_1l0hx_64{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1rem;max-height:none;overflow:visible;padding:.5rem}._profesionalItem_1l0hx_73{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem .5rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .15s;text-align:center;gap:.5rem}._profesionalItem_1l0hx_73:hover{background:#fff5f5;border-color:#cc1515;transform:translateY(-4px);box-shadow:0 4px 8px #0000001a}._profesionalAvatar_1l0hx_95{width:80px;height:80px;border-radius:50%;object-fit:cover;border:2px solid #e5e7eb;transition:border-color .15s}._profesionalItem_1l0hx_73:hover ._profesionalAvatar_1l0hx_95{border-color:#cc1515}._profesionalInfo_1l0hx_108{display:flex;flex-direction:column;gap:.25rem}._profesionalNombre_1l0hx_114{font-size:.875rem;font-weight:600;color:#1f2937;word-break:break-word;line-height:1.3}._profesionalCarga_1l0hx_122{font-size:.8rem;color:#6b7280}._wrapper_1g20v_1{width:100%;min-height:100vh;padding:2vh 2vw;background:#f5f5f7;box-sizing:border-box}._header_1g20v_9{margin-bottom:3rem}._subtitle_1g20v_13{color:#666;font-size:.95rem;margin-top:3rem}._alertaError_1g20v_19{color:#e34b41;margin:1rem 0;font-weight:500;padding:1rem;background:transparent;border-radius:8px}._topActions_1g20v_28{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem;flex-wrap:wrap;gap:1rem}._leftButtons_1g20v_37,._filters_1g20v_42{display:flex;gap:1rem}._filterInput_1g20v_47{padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#374151;font-size:.875rem;min-width:250px}._filterInput_1g20v_47::placeholder{color:#9ca3af}._filterInput_1g20v_47:focus{outline:2px solid #CC1515;outline-offset:2px}._filterSelect_1g20v_66{padding:.5rem 2rem .5rem 1rem;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#374151;font-size:.875rem;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;min-width:150px}._filterSelect_1g20v_66 option{color:#374151}._filterSelect_1g20v_66:focus{outline:2px solid #CC1515;outline-offset:2px}._content_1g20v_90{background:transparent;border-radius:12px;overflow:hidden}._tabs_1g20v_96{display:flex;gap:.5rem;padding:0 1rem;background:transparent;justify-content:flex-start}._subTabs_1g20v_104{display:flex;gap:.25rem;padding:.5rem 1rem;background:#f8f9fa;border-bottom:1px solid #E8E8E8;justify-content:flex-start}._tabBtn_1g20v_113{padding:.75rem 1rem;border:1px solid #E8E8E8;border-bottom:none;margin:0;background:#fff;color:#000;font-size:.875rem;font-weight:700;cursor:pointer;transition:all .2s ease;border-radius:8px 8px 0 0;flex:0 0 auto;text-align:center;white-space:nowrap}._subTabBtn_1g20v_130{padding:.5rem .75rem;border:1px solid #d1d5db;margin:0;background:#fff;color:#374151;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s ease;border-radius:6px;flex:0 0 auto;text-align:center;white-space:nowrap}._tabBtn_1g20v_113:first-child{border-radius:8px 8px 0 0}._tabBtn_1g20v_113:last-child{border-radius:8px 8px 0 0}._tabBtn_1g20v_113:hover{background:#f8f9fa;color:#000}._subTabBtn_1g20v_130:hover{background:#f3f4f6;border-color:#9ca3af}._tabBtn_1g20v_113._active_1g20v_164{background:#cc1515;color:#fff;font-weight:600}._subTabBtn_1g20v_130._activeSubTab_1g20v_170{background:#cc1515;color:#fff;border-color:#cc1515;font-weight:600}._tabContent_1g20v_177{padding:1.5rem;background:#fff;border-radius:0 0 12px 12px;box-shadow:0 2px 8px #0000001a}._updateButtonWrapper_1g20v_184{display:flex;justify-content:flex-end;margin-bottom:1.5rem}._updateBtn_1g20v_190{border:2px solid #F59E0B!important;color:#f59e0b!important}._emptyStateContainer_1g20v_196{padding:4rem 2rem;text-align:center}._emptyStateMessage_1g20v_201{color:#6b7280;font-size:1rem;font-weight:500}._paginador_1g20v_208{display:flex;justify-content:center;align-items:center;gap:1rem;padding:1.5rem 0;margin-top:1rem}._paginadorBtn_1g20v_217{padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#374151;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}._paginadorBtn_1g20v_217:hover:not(:disabled){background:#f9fafb;border-color:#cc1515;color:#cc1515}._paginadorBtn_1g20v_217:disabled{opacity:.5;cursor:not-allowed}._paginadorInfo_1g20v_240{color:#374151;font-size:.875rem;font-weight:500}._actionButtons_1g20v_247{display:flex;justify-content:flex-end;gap:1rem;padding:2rem 0;margin-top:1rem}._actionButtons_1g20v_247 button{min-width:140px;padding:.75rem 2rem}._guardarBtn_1g20v_261{border:2px solid #dc3545!important}@media(max-width:1024px){._topActions_1g20v_28{flex-direction:column;align-items:stretch}._leftButtons_1g20v_37,._filters_1g20v_42{width:100%}._filters_1g20v_42{flex-wrap:wrap}._filterSelect_1g20v_66{flex:1;min-width:120px}}@media(max-width:768px){._tabs_1g20v_96{flex-direction:column}._subTabs_1g20v_104{flex-wrap:wrap;gap:.5rem}._tabBtn_1g20v_113{border-radius:0!important}._tabBtn_1g20v_113:first-child{border-radius:12px 12px 0 0!important}._subTabBtn_1g20v_130{flex:1;min-width:80px}._actionButtons_1g20v_247{justify-content:center;padding:1.5rem 0;gap:.75rem}._actionButtons_1g20v_247 button{min-width:120px;padding:.75rem 1.5rem}}._tableWrapper_95iqi_1{overflow-x:auto}._table_95iqi_1{width:100%;border-collapse:collapse;font-size:.875rem}._table_95iqi_1 thead{background:transparent}._table_95iqi_1 th{padding:1rem;text-align:left;font-weight:700;color:#000;border-bottom:2px solid #e5e7eb}._table_95iqi_1 td{padding:1rem;border-bottom:1px solid #e5e7eb;color:#4b5563}._table_95iqi_1 tbody tr:hover{background:#f9fafb}._estadoBadge_95iqi_33{display:inline-block;padding:.25rem .75rem;border-radius:4px;font-weight:600;font-size:.8rem}._estadoCoincide_95iqi_41{color:#059669}._estadoParcial_95iqi_45{color:#d97706}._estadoNoCoincide_95iqi_49,._estadoFaltante_95iqi_53{color:#dc2626}._success_95iqi_57{background-color:#dcfce7;color:#166534}._warning_95iqi_62{background-color:#fef3c7;color:#92400e}._error_95iqi_67{background-color:#fee2e2;color:#991b1b}._documentosCell_95iqi_72{max-width:200px;word-wrap:break-word;white-space:normal}._resultadoCell_95iqi_78{max-width:300px}._resultadoCell_95iqi_78 details{cursor:pointer}._resultadoText_95iqi_86{max-width:100%;white-space:pre-wrap;word-wrap:break-word;font-family:monospace;font-size:.75rem;background-color:#f8f9fa;padding:.5rem;border-radius:4px;margin-top:.5rem;overflow-x:auto}._enlace_95iqi_99{color:#2563eb;text-decoration:underline;cursor:pointer}._enlace_95iqi_99:hover{color:#1d4ed8}._loadingContainer_95iqi_109,._emptyContainer_95iqi_110{padding:3rem;text-align:center;color:#6b7280}._radicadoCell_95iqi_116{font-weight:600;color:#1f2937}._porcentajeCell_95iqi_121{text-align:center;font-weight:500}._reporteCell_95iqi_126{text-align:center}._verReporteBtn_95iqi_130{background-color:#3b82f6;color:#fff;border:none;padding:.375rem .75rem;border-radius:4px;font-size:.875rem;cursor:pointer;transition:background-color .2s;min-width:120px}._verReporteBtn_95iqi_130:hover:not(:disabled){background-color:#2563eb}._verReporteBtn_95iqi_130:active:not(:disabled){background-color:#1d4ed8}._verReporteBtn_95iqi_130:disabled{background-color:#9ca3af;cursor:not-allowed;opacity:.6}._noDisponible_95iqi_156{color:#6b7280;font-size:.875rem;font-style:italic}._solicitudesList_s3dzf_1{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:3rem;justify-items:center;align-items:stretch}._solicitudCard_s3dzf_9{width:100%;max-width:600px;height:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}._solicitudHeader_s3dzf_19{margin-bottom:1rem;flex-shrink:0}._solicitudContent_s3dzf_24{display:flex;flex-direction:column;gap:1rem;flex-shrink:0}._titulo_s3dzf_31{margin:0;font-size:.875rem;color:var(--color-text-secondary, #6c757d);line-height:1.4}._infoRow_s3dzf_38{display:flex;flex-direction:column;gap:.5rem}._infoItem_s3dzf_44{display:flex;align-items:center;justify-content:space-between;font-size:.875rem;width:100%;line-height:1.4}._label_s3dzf_53{color:var(--color-text-secondary, #6c757d)}._dias_s3dzf_57{font-weight:600;color:var(--color-text-primary, #2c3e50)}._workflow_s3dzf_62{display:flex;flex-direction:column;gap:0;margin-top:1rem}._pasoContainer_s3dzf_69{display:flex;flex-direction:column;position:relative}._pasoItem_s3dzf_75{display:flex;align-items:flex-start;gap:1rem}._pasoIconSection_s3dzf_81{display:flex;flex-direction:column;align-items:center;flex-shrink:0;position:relative;width:32px;height:100%}._circulo_s3dzf_91{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;flex-shrink:0;position:relative;z-index:2;background:#fff}._pasoContent_s3dzf_106{display:flex;flex-direction:column;gap:.5rem;flex:1;padding-bottom:1.5rem;padding-top:.25rem}._pasoNombre_s3dzf_115{font-size:.875rem;color:var(--color-text-secondary, #6c757d);margin:0;line-height:1.2;font-weight:600}._pasoActual_s3dzf_123{font-weight:600;color:var(--color-text-primary, #2c3e50)}._pasoDescripcion_s3dzf_128{font-size:.75rem;color:var(--color-text-muted, #9ca3af);margin:0;line-height:1.3}._pasoBotonContainer_s3dzf_135{margin-top:.25rem}._linea_s3dzf_139{width:2px;background:var(--color-border, #e9ecef);position:absolute;left:50%;top:32px;height:calc(100% - 32px);transform:translate(-50%);z-index:1}._circuloCompletado_s3dzf_151{background-color:#63b443;border:1px solid #469327}._lineaCompletado_s3dzf_156{background-color:#63b443}._nombreCompletado_s3dzf_160,._descripcionCompletado_s3dzf_161{color:#469327}._circuloActual_s3dzf_165{background-color:#f49e2a;border:1px solid #F49E2A}._lineaActual_s3dzf_170{background-color:#f49e2a}._nombreActual_s3dzf_174,._descripcionActual_s3dzf_175{color:#f49e2a}._circuloPendiente_s3dzf_179{background-color:#fff;border:1px solid #9B9998}._lineaPendiente_s3dzf_184{background-color:#9b9998}._nombrePendiente_s3dzf_188,._descripcionPendiente_s3dzf_189{color:#9b9998}._botonVerde_s3dzf_194{background-color:#fff!important;border:1px solid #29740B!important;color:#29740b!important}._botonVerde_s3dzf_194:hover{background-color:#29740b!important;color:#fff!important}._botonAmarillo_s3dzf_205{background-color:#fff!important;border:1px solid #F28C02!important;color:#f28c02!important}._botonAmarillo_s3dzf_205:hover{background-color:#f28c02!important;color:#fff!important}._page_1ac8o_2{width:100%;min-height:100vh;padding:2vh 2vw;background:#f5f5f7;box-sizing:border-box}._headerSection_1ac8o_10{margin-bottom:2rem}._header_1ac8o_10{margin-bottom:1rem}._headerContent_1ac8o_18{display:flex;flex-direction:column;gap:1rem}._loading_1ac8o_24{display:flex;justify-content:center;align-items:center;min-height:50vh;font-size:1.125rem;color:#6c757d}._solicitudesList_1ac8o_33{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:3rem;justify-items:center;align-items:stretch}._emptyState_1ac8o_42{display:flex;justify-content:center;align-items:center;min-height:40vh;padding:2rem}._emptyMessage_1ac8o_50{text-align:center;font-size:1.125rem;color:#6c757d;margin:0;display:flex;flex-direction:column;align-items:center;gap:.5rem}@media(max-width:768px){._page_1ac8o_2{padding:1rem}._solicitudesList_1ac8o_33{grid-template-columns:1fr;gap:2rem}}._overlay_14zsr_1{position:fixed;inset:0;z-index:1400;display:flex;align-items:center;justify-content:center;padding:24px;background:#f5f5f7c7;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}._card_14zsr_13{width:min(100%,360px);display:grid;justify-items:center;gap:14px;padding:24px 28px;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:20px;box-shadow:0 18px 48px #0f172a29;text-align:center}._spinner_14zsr_26{width:42px;height:42px;border:4px solid #f7d8a7;border-top-color:#f49e2a;border-radius:50%;animation:_spin_14zsr_26 .85s linear infinite}._message_14zsr_35{margin:0;font-size:1rem;line-height:1.4;font-weight:600;color:#243447}@keyframes _spin_14zsr_26{to{transform:rotate(360deg)}}@media(max-width:640px){._overlay_14zsr_1{padding:16px}._card_14zsr_13{width:100%;padding:20px;border-radius:16px}._message_14zsr_35{font-size:.95rem}}._infoPanel_1nsvt_1{display:flex;flex-direction:column}._columnsContainer_1nsvt_6{display:flex;gap:2rem}._column_1nsvt_6{flex:1;display:flex;flex-direction:column;gap:1rem;background-color:#fff;padding:1rem;border-radius:4px}._infoRow_1nsvt_21{display:flex;justify-content:space-between;align-items:center;font-size:.875rem}._label_1nsvt_28{font-weight:600;color:#2c3e50}._value_1nsvt_33{color:#6c757d}._descargaItem_1nsvt_37{display:flex;justify-content:space-between;align-items:center}._descargaLabel_1nsvt_43{font-size:.875rem;font-weight:600;color:#2c3e50}._descargaLink_1nsvt_49{font-size:.875rem;color:#007bff;text-decoration:none;background:none;border:0;padding:0;cursor:pointer;text-align:left}._descargaLink_1nsvt_49:hover{text-decoration:underline}._linkButton_1nsvt_64{font-size:.875rem;color:#007bff;text-decoration:none;background:none;border:0;padding:0;cursor:pointer;text-align:left;display:block;margin-bottom:.5rem}._linkButton_1nsvt_64:hover{text-decoration:underline}._descargasPanel_1nsvt_81{margin-top:1.25rem;background-color:#fff;padding:1rem;border-radius:4px}._descargasTitle_1nsvt_88{font-weight:600;color:#2c3e50;margin-bottom:.5rem}._descargasList_1nsvt_94{list-style:none;padding:0;margin:0 0 .75rem}._downloadAllBtn_1nsvt_100{border:1px solid #f49e2a;color:#b46900;background-color:#fff8ef;border-radius:20px;font-size:.85rem;font-weight:600;padding:.45rem .9rem;cursor:pointer}._downloadAllBtn_1nsvt_100:hover{background-color:#ffefda}._aprobacionesEmpty_1nsvt_115{font-size:.85rem;color:#6b7280;margin-bottom:.75rem}._page_cm6eg_1{width:100%;min-height:100vh;padding:2vh 2vw;background:#f5f5f7;box-sizing:border-box}._headerSection_cm6eg_10{margin-bottom:2rem}._headerTop_cm6eg_14{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}._diasRestantes_cm6eg_21{font-size:1.125rem;font-weight:600;color:#2c3e50}._estadoGuardado_cm6eg_27{display:block;font-size:.75rem;color:#6c757d;margin-top:.25rem;font-weight:400}._estadoLectura_cm6eg_35{display:inline-flex;align-items:center;gap:.35rem;margin-top:.5rem;padding:.2rem .5rem;border-radius:999px;background-color:#fef3c7;color:#92400e;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.02em;width:fit-content}._actionButtons_cm6eg_50{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap}._leftButtons_cm6eg_57{display:flex;gap:1rem}._rightButtons_cm6eg_62{display:flex;gap:1rem;margin-left:auto}._btnDescargar_cm6eg_68{background-color:#fff!important;border:1px solid #29740B!important;color:#29740b!important}._btnDescargar_cm6eg_68:hover{background-color:#29740b!important;color:#fff!important}._btnComentarios_cm6eg_79{background-color:#fff!important;border:1px solid #F28C02!important;color:#f28c02!important}._btnComentarios_cm6eg_79:hover{background-color:#f28c02!important;color:#fff!important}._errorValidacion_cm6eg_90{margin-top:1rem;padding:.75rem 1rem;background-color:#fee;border-left:3px solid #dc2626;color:#dc2626;font-size:.875rem;font-weight:500;border-radius:4px}._mainGrid_cm6eg_102{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}._leftColumn_cm6eg_110{display:flex;flex-direction:column;gap:1.5rem}._cumplimientoSection_cm6eg_116{display:flex;flex-direction:column;gap:.5rem}._cumplimientoLabel_cm6eg_122{font-weight:600;color:#2c3e50;font-size:.875rem}._cumplimientoSelect_cm6eg_128{padding:.75rem;border:1px solid #dee2e6;border-radius:4px;font-size:.875rem;background-color:#fff;cursor:pointer;color:#2c3e50}._cumplimientoSelect_cm6eg_128 option{color:#2c3e50;background-color:#fff}._cumplimientoSelect_cm6eg_128:focus{outline:none;border-color:#f28c02}._cumplimientoSelect_cm6eg_128:disabled{background-color:#f3f4f6;border-color:#d1d5db;color:#9ca3af;cursor:not-allowed}._rightColumn_cm6eg_156{display:flex;flex-direction:column;height:100%}._comentarioSection_cm6eg_162{display:flex;flex-direction:column;gap:.5rem;flex:1;height:100%}._comentarioLabel_cm6eg_170{font-weight:600;color:#2c3e50;font-size:.875rem}._comentarioTextarea_cm6eg_176{padding:.75rem 1rem;border:1.5px solid #E0E0E0;border-radius:6px;font-size:.875rem;font-family:inherit;resize:vertical;flex:1;height:100%;background-color:#fff;color:#2c3e50;transition:border-color .2s,box-shadow .2s;line-height:1.5}._comentarioTextarea_cm6eg_176::placeholder{color:#9ca3af}._comentarioTextarea_cm6eg_176:focus{outline:none;border-color:#f28c02;box-shadow:0 0 0 3px #f28c021a}._comentarioTextarea_cm6eg_176:disabled{background-color:#f3f4f6;border-color:#d1d5db;color:#9ca3af;cursor:not-allowed;box-shadow:none}._tabsSection_cm6eg_210{margin-bottom:2rem}._tabs_cm6eg_210{display:flex;gap:.5rem;padding:0 1rem;background:transparent;justify-content:flex-start}._tab_cm6eg_210{padding:.75rem 1rem;border:1px solid #E8E8E8;border-bottom:none;margin:0;background:#fff;color:#000;font-size:.875rem;font-weight:700;cursor:pointer;transition:all .2s ease;border-radius:8px 8px 0 0;flex:0 0 auto;text-align:center;white-space:nowrap}._tab_cm6eg_210:first-child{border-radius:8px 8px 0 0}._tab_cm6eg_210:last-child{border-radius:8px 8px 0 0}._tab_cm6eg_210:hover{background:#f8f9fa;color:#000}._tabActivo_cm6eg_252{background:#cc1515;color:#fff;font-weight:600}._contenidoSection_cm6eg_259{background:#fff;padding:0;border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:hidden}._contenidoSection_cm6eg_259._conComentarios_cm6eg_267{display:flex;flex-direction:row;height:calc(100vh - 300px);min-height:600px;background:#f5f5f7;box-shadow:none}._informeContent_cm6eg_276{flex:1;display:flex;flex-direction:column;overflow:hidden}._previewContainer_cm6eg_283{width:100%;height:100vh;min-height:600px;border:1px solid #E0E0E0;border-radius:6px;overflow:hidden;background:#f8f9fa}._previewIframe_cm6eg_293{width:100%;height:100%;border:none}._noPreview_cm6eg_299{padding:2rem;text-align:center;color:#6c757d;font-size:.875rem}._tablaHeader_cm6eg_306,._tablaRow_cm6eg_307{display:grid;grid-template-columns:1fr 2fr 1fr;border:1px solid #dee2e6}._tablaCell_cm6eg_313{padding:.75rem;border-right:1px solid #dee2e6;font-size:.875rem;display:flex;flex-direction:column;gap:.25rem}._tablaCell_cm6eg_313:last-child{border-right:none}._tituloMemoria_cm6eg_326{font-size:1.125rem;font-weight:700;color:#2c3e50;margin:1rem 0}._contenidoTexto_cm6eg_333{font-size:.875rem;line-height:1.6;color:#495057}._contenidoTexto_cm6eg_333 p{margin-bottom:1rem}@media(max-width:768px){._page_cm6eg_1{padding:1rem}._mainGrid_cm6eg_102{grid-template-columns:1fr}._actionButtons_cm6eg_50{flex-direction:column}._tablaHeader_cm6eg_306,._tablaRow_cm6eg_307{grid-template-columns:1fr}._tablaCell_cm6eg_313{border-right:none;border-bottom:1px solid #dee2e6}._tablaCell_cm6eg_313:last-child{border-bottom:none}}._infoPanel_25xpv_1{display:flex;flex-direction:column}._columnsContainer_25xpv_6{display:flex;gap:2rem}._column_25xpv_6{flex:1;display:flex;flex-direction:column;gap:1rem;background-color:#fff;padding:1rem;border-radius:4px}._infoRow_25xpv_21{display:flex;justify-content:space-between;align-items:center;font-size:.875rem}._label_25xpv_28{font-weight:600;color:#2c3e50}._value_25xpv_33{color:#6c757d}._descargaItem_25xpv_37{display:flex;justify-content:space-between;align-items:center;gap:.75rem;padding:.5rem 0;border-bottom:1px solid #e5e7eb}._descargaLabel_25xpv_46{font-size:.875rem;font-weight:600;color:#2c3e50}._descargaLink_25xpv_52{font-size:.875rem;color:#007bff;text-decoration:none;background:none;border:0;padding:0;cursor:pointer;text-align:left}._descargaLink_25xpv_52:hover{text-decoration:underline}._linkButton_25xpv_67{font-size:.875rem;color:#007bff;text-decoration:none;background:none;border:0;padding:0;cursor:pointer;text-align:left;display:block;margin-bottom:.5rem}._linkButton_25xpv_67:hover{text-decoration:underline}._descargasPanel_25xpv_84{margin-top:1.25rem;background-color:#fff;padding:1rem;border-radius:4px}._descargasTitle_25xpv_91{font-weight:600;color:#2c3e50;margin-bottom:.5rem}._descargasList_25xpv_97{list-style:none;padding:0;margin:0 0 .75rem}._downloadAllBtn_25xpv_103{border:1px solid #f49e2a;color:#b46900;background-color:#fff8ef;border-radius:20px;font-size:.85rem;font-weight:600;padding:.45rem .9rem;cursor:pointer}._downloadAllBtn_25xpv_103:hover{background-color:#ffefda}._aprobaciones_25xpv_118{margin-top:1.5rem;background-color:#fff;padding:1rem;border-radius:4px}._comentarioProfesional_25xpv_125{margin-top:1.5rem;background-color:#fff;padding:1rem;border-radius:4px;border:1px solid #e5e7eb}._comentarioTitle_25xpv_133{font-weight:600;color:#2c3e50;margin-bottom:.5rem}._comentarioBody_25xpv_139{font-size:.875rem;color:#374151;background-color:#f9fafb;padding:.5rem;border-radius:4px}._aprobacionesTitle_25xpv_147{font-weight:600;color:#2c3e50;margin-bottom:.75rem}._aprobacionesList_25xpv_153{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}._aprobacionItem_25xpv_162{border:1px solid #e5e7eb;border-radius:6px;padding:.75rem;display:flex;flex-direction:column;gap:.35rem}._aprobacionMeta_25xpv_171{display:flex;flex-wrap:wrap;gap:.5rem;font-size:.85rem;color:#4b5563}._aprobacionRol_25xpv_179{font-weight:600;color:#1f2937}._aprobacionNombre_25xpv_184{color:#374151}._aprobacionFecha_25xpv_188{color:#6b7280}._aprobacionEstado_25xpv_192{font-size:.85rem;font-weight:600;color:#111827}._aprobacionComentario_25xpv_198{font-size:.85rem;color:#374151;background-color:#f9fafb;padding:.5rem;border-radius:4px}._aprobacionesEmpty_25xpv_206{font-size:.85rem;color:#6b7280}._panel_1fzfz_1{width:400px;height:100%;background:#f8f9fa;border-left:1px solid #e0e0e0;display:flex;flex-direction:column;flex-shrink:0;margin-left:1rem}._header_1fzfz_12{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 1rem;background:#fff;border-bottom:1px solid #e0e0e0}._titulo_1fzfz_21{font-size:1.125rem;font-weight:600;color:#2c3e50;margin:0}._btnCerrar_1fzfz_28{background:transparent;border:none;font-size:1.5rem;color:#6c757d;cursor:pointer;padding:.25rem .5rem;line-height:1;transition:color .2s}._btnCerrar_1fzfz_28:hover{color:#dc2626}._comentariosContainer_1fzfz_43{flex:1;overflow-y:auto;padding:1.5rem 1rem;display:flex;flex-direction:column;gap:1.5rem}._comentarioItem_1fzfz_52{display:flex;flex-direction:column;gap:.5rem;padding:1rem;border-radius:8px;position:relative}._rechazo_1fzfz_62{background:#fff;border:1px solid #e0e0e0;align-self:flex-end;max-width:85%}._respuesta_1fzfz_70{background:#e3f2fd;border:1px solid #90caf9;align-self:flex-start;max-width:85%}._comentarioHeader_1fzfz_77{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}._comentarioAutor_1fzfz_84{font-weight:600;font-size:.875rem;color:#2c3e50}._comentarioFecha_1fzfz_90{font-size:.75rem;color:#6c757d}._comentarioTexto_1fzfz_95{font-size:.875rem;color:#2c3e50;line-height:1.5;margin:0}._comentarioTexto_1fzfz_95 p{margin:0}._badgeRechazo_1fzfz_106,._badgeRespuesta_1fzfz_107{font-size:.75rem;font-weight:500;padding:.25rem .5rem;border-radius:4px;margin-top:.5rem;display:inline-block;align-self:flex-start}._badgeRechazo_1fzfz_106{background:#fee;color:#dc2626;border:1px solid #fca5a5}._badgeRespuesta_1fzfz_107{background:#e3f2fd;color:#1976d2;border:1px solid #90caf9}._comentariosContainer_1fzfz_43::-webkit-scrollbar{width:6px}._comentariosContainer_1fzfz_43::-webkit-scrollbar-track{background:#f1f1f1}._comentariosContainer_1fzfz_43::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}._comentariosContainer_1fzfz_43::-webkit-scrollbar-thumb:hover{background:#a8a8a8}@media(max-width:768px){._panel_1fzfz_1{width:100%}._rechazo_1fzfz_62,._respuesta_1fzfz_70{max-width:90%}}._page_4g98v_1{width:100%;min-height:100vh;padding:2vh 2vw;background:#f5f5f7;box-sizing:border-box}._headerSection_4g98v_10{margin-bottom:2rem}._headerTop_4g98v_14{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;gap:1rem;flex-wrap:wrap}._diasRestantes_4g98v_23{font-size:1.125rem;font-weight:600;color:#2c3e50}._estadoGuardado_4g98v_29{display:block;font-size:.75rem;color:#6c757d;margin-top:.25rem;font-weight:400}._actionButtons_4g98v_37{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap}._leftButtons_4g98v_44{display:flex;gap:1rem;flex-wrap:wrap}._rightButtons_4g98v_50{display:flex;gap:1rem;margin-left:auto;flex-wrap:wrap}._actionButton_4g98v_37{min-width:12.5rem;justify-content:center}._btnDescargar_4g98v_62{background-color:#fff!important;border:1px solid #29740B!important;color:#29740b!important}._btnDescargar_4g98v_62:hover{background-color:#29740b!important;color:#fff!important}._btnComentarios_4g98v_73{background-color:#fff!important;border:1px solid #F28C02!important;color:#f28c02!important}._btnComentarios_4g98v_73:hover{background-color:#f28c02!important;color:#fff!important}._btnRechazar_4g98v_84{background-color:#fff!important;border:1px solid #CC1515!important;color:#cc1515!important}._btnRechazar_4g98v_84:hover:not(:disabled){background-color:#cc1515!important;color:#fff!important}._btnRechazar_4g98v_84:disabled{background-color:#f5f5f5!important;border:1px solid #d0d0d0!important;color:#a0a0a0!important;cursor:not-allowed!important;opacity:.65!important}._btnRechazar_4g98v_84:disabled:hover{background-color:#f5f5f5!important;border:1px solid #d0d0d0!important;color:#a0a0a0!important}._btnDisabled_4g98v_110{background-color:#f5f5f5!important;border:1px solid #d0d0d0!important;color:#a0a0a0!important;cursor:not-allowed!important;opacity:.65!important;pointer-events:auto!important}._btnDisabled_4g98v_110:hover{background-color:#f5f5f5!important;border:1px solid #d0d0d0!important;color:#a0a0a0!important}._errorValidacion_4g98v_125{margin-top:1rem;padding:.75rem 1rem;background-color:#fee;border-left:3px solid #dc2626;color:#dc2626;font-size:.875rem;font-weight:500;border-radius:4px}._infoSection_4g98v_137,._tabsSection_4g98v_142{margin-bottom:2rem}._tabs_4g98v_142{display:flex;gap:.5rem;padding:0 1rem;background:transparent;justify-content:flex-start;overflow-x:auto;scrollbar-width:thin}._tab_4g98v_142{padding:.75rem 1rem;border:1px solid #E8E8E8;border-bottom:none;margin:0;background:#fff;color:#000;font-size:.875rem;font-weight:700;cursor:pointer;transition:all .2s ease;border-radius:8px 8px 0 0;flex:0 0 auto;text-align:center;white-space:nowrap}._tab_4g98v_142:first-child{border-radius:8px 8px 0 0}._tab_4g98v_142:last-child{border-radius:8px 8px 0 0}._tab_4g98v_142:hover{background:#f8f9fa;color:#000}._tabActivo_4g98v_186{background:#cc1515;color:#fff;font-weight:600}._contenidoSection_4g98v_193{background:#fff;padding:0;border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:hidden}._contenidoSection_4g98v_193._conComentarios_4g98v_201{display:flex;flex-direction:row;height:calc(100vh - 300px);min-height:600px;background:#f5f5f7;box-shadow:none}._informeContent_4g98v_210{flex:1;display:flex;flex-direction:column;overflow:hidden}._previewContainer_4g98v_217{width:100%;height:min(72vh,920px);min-height:520px;border:1px solid #E0E0E0;border-radius:6px;overflow:hidden;background:#f8f9fa;position:relative}._comunicacionContent_4g98v_228{display:flex;flex-direction:column;gap:1rem}._previewActionsBar_4g98v_234{display:flex;justify-content:flex-end;align-items:center;gap:.75rem;flex-wrap:wrap}._previewActionButton_4g98v_242{min-width:13rem;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}._btnInfoAdicional_4g98v_250{position:absolute;top:1rem;right:1rem;z-index:10;background-color:#fff!important;border:1px solid #29740B!important;color:#29740b!important}._btnInfoAdicional_4g98v_250:hover{background-color:#29740b!important;color:#fff!important}._previewIframe_4g98v_265{width:100%;height:100%;border:none}._noPreview_4g98v_271{padding:2rem;text-align:center;color:#6c757d;font-size:.875rem}._tablaHeader_4g98v_278,._tablaRow_4g98v_279{display:grid;grid-template-columns:1fr 2fr 1fr;border:1px solid #dee2e6}._tablaCell_4g98v_285{padding:.75rem;border-right:1px solid #dee2e6;font-size:.875rem;display:flex;flex-direction:column;gap:.25rem}._tablaCell_4g98v_285:last-child{border-right:none}._tituloMemoria_4g98v_298{font-size:1.125rem;font-weight:700;color:#2c3e50;margin:1rem 0}._contenidoTexto_4g98v_305{font-size:.875rem;line-height:1.6;color:#495057}._contenidoTexto_4g98v_305 p{margin-bottom:1rem}._graficasContent_4g98v_315{padding:clamp(1rem,2vw,2rem);text-align:center;color:#6c757d}._emptyComunicacion_4g98v_321{display:flex;flex-direction:column;align-items:center;gap:1rem}@media(max-width:768px){._page_4g98v_1{padding:1rem}._mainGrid_4g98v_334{grid-template-columns:1fr}._actionButtons_4g98v_37{flex-direction:column}._leftButtons_4g98v_44,._rightButtons_4g98v_50{width:100%;margin-left:0}._actionButton_4g98v_37{width:100%;min-width:0}._tablaHeader_4g98v_278,._tablaRow_4g98v_279{grid-template-columns:1fr}._tablaCell_4g98v_285{border-right:none;border-bottom:1px solid #dee2e6}._tablaCell_4g98v_285:last-child{border-bottom:none}._previewActionsBar_4g98v_234{justify-content:stretch}._previewActionButton_4g98v_242{width:100%;min-width:0}._previewContainer_4g98v_217{height:min(64vh,720px);min-height:360px}}._panel_e2bhe_1{width:350px;background:#fff;border-radius:20px;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;flex-shrink:0;overflow-y:auto;align-self:stretch;box-shadow:0 1px 3px #0000001a}._noSeleccion_e2bhe_15{color:#6c757d;text-align:center;margin-top:2rem}._solicitudHeader_e2bhe_22{margin-bottom:0;flex-shrink:0}._solicitudContent_e2bhe_27{display:flex;flex-direction:column;gap:1rem;flex-shrink:0}._titulo_e2bhe_34{margin:0;font-size:.875rem;color:#6c757d;line-height:1.4}._infoRow_e2bhe_42{display:flex;flex-direction:column;gap:.5rem}._infoItem_e2bhe_48{display:flex;align-items:center;justify-content:space-between;font-size:.875rem;width:100%;line-height:1.4}._label_e2bhe_57{color:#6c757d}._dias_e2bhe_61{font-weight:600;color:#2c3e50}._workflow_e2bhe_67{display:flex;flex-direction:column;gap:0;margin-top:1rem}._pasoContainer_e2bhe_74{display:flex;flex-direction:column;position:relative}._pasoContainer_e2bhe_74:last-child{padding-bottom:0}._pasoItem_e2bhe_84{display:flex;align-items:flex-start;gap:1rem}._pasoIconSection_e2bhe_90{display:flex;flex-direction:column;align-items:center;flex-shrink:0;position:relative;width:32px;height:100%}._circulo_e2bhe_100{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;flex-shrink:0;position:relative;z-index:2;background:#fff}._pasoContent_e2bhe_115{display:flex;flex-direction:column;gap:.5rem;flex:1;padding-bottom:1.5rem;padding-top:.25rem}._pasoNombre_e2bhe_124{font-size:.875rem;color:#6c757d;margin:0;line-height:1.2;font-weight:600}._pasoActual_e2bhe_132{font-weight:600;color:#2c3e50}._pasoDescripcion_e2bhe_137{font-size:.75rem;color:#9ca3af;margin:0;line-height:1.3}._pasoBotonContainer_e2bhe_144{margin-top:.25rem;display:flex;flex-direction:column;gap:.5rem}._linea_e2bhe_151{width:2px;background:#e9ecef;position:absolute;left:50%;top:32px;height:calc(100% - 32px);transform:translate(-50%);z-index:1}._circuloCompletado_e2bhe_163{background-color:#63b443;border:1px solid #469327}._lineaCompletado_e2bhe_168{background-color:#63b443}._nombreCompletado_e2bhe_172,._descripcionCompletado_e2bhe_173{color:#469327}._circuloActual_e2bhe_177{background-color:#f49e2a;border:1px solid #F49E2A}._lineaActual_e2bhe_182{background-color:#f49e2a}._nombreActual_e2bhe_186,._descripcionActual_e2bhe_187{color:#f49e2a}._circuloPendiente_e2bhe_191{background-color:#fff;border:1px solid #9B9998}._lineaPendiente_e2bhe_196{background-color:#9b9998}._nombrePendiente_e2bhe_200,._descripcionPendiente_e2bhe_201{color:#9b9998}._botonVerde_e2bhe_206{background-color:#fff!important;border:1px solid #29740B!important;color:#29740b!important}._botonVerde_e2bhe_206:hover{background-color:#29740b!important;color:#fff!important}._botonAmarillo_e2bhe_217{background-color:#fff!important;border:1px solid #F28C02!important;color:#f28c02!important}._botonAmarillo_e2bhe_217:hover{background-color:#f28c02!important;color:#fff!important}@media(max-width:1024px){._panel_e2bhe_1{width:300px}}@media(max-width:768px){._panel_e2bhe_1{width:100%;border-left:none;border-top:1px solid #e0e0e0}}._page_17jnl_1{display:flex;flex-direction:column;min-height:100vh;background:#f5f5f7;padding:2rem;gap:2rem}._container_17jnl_10{display:flex;flex:1;align-items:stretch;gap:1rem;overflow:hidden}._mainContent_17jnl_18{flex:1;display:flex;flex-direction:column;overflow:hidden}._filtersRow_17jnl_25{display:flex;align-items:center;gap:1rem;margin:1rem 0}._filterGroup_17jnl_32{display:flex;flex-direction:column;gap:.35rem}._filterLabel_17jnl_38{font-size:.8rem;color:#6c757d}._filterSelect_17jnl_43{min-width:220px;padding:.5rem .75rem;border-radius:10px;border:1px solid #e0e0e0;background:#fff;color:#2c3e50;font-size:.875rem}._header_17jnl_53{flex-shrink:0}._titulo_17jnl_57{font-size:1.75rem;font-weight:700;color:#2c3e50;margin:0 0 .5rem}._subtitulo_17jnl_64{font-size:.875rem;color:#6c757d;margin:0;line-height:1.5}._tableContainer_17jnl_71{background:#fff;border-radius:20px;box-shadow:0 1px 3px #0000001a;overflow:hidden;flex:1;display:flex;flex-direction:column;padding:1rem}._table_17jnl_71{width:100%;border-collapse:collapse}._table_17jnl_71 thead{border-bottom:2px solid #e0e0e0}._table_17jnl_71 th{padding:1rem;text-align:left;font-size:.875rem;font-weight:600;color:#2c3e50;text-transform:capitalize}._table_17jnl_71 tbody tr{border-bottom:1px solid #e0e0e0}._tableRow_17jnl_104{cursor:pointer;transition:background-color .2s}._tableRow_17jnl_104:hover{background:#f8f9fa}._rowSelected_17jnl_113{background:#e3f2fd!important}._table_17jnl_71 td{padding:1rem;font-size:.875rem;color:#2c3e50}._cellTipo_17jnl_123{font-weight:600}._emptyState_17jnl_127{display:flex;align-items:center;justify-content:center;padding:4rem 2rem;background:#fff;border-radius:20px;box-shadow:0 1px 3px #0000001a}._emptyMessage_17jnl_137{font-size:1rem;color:#6c757d;text-align:center;margin:0}._loading_17jnl_144{display:flex;justify-content:center;align-items:center;min-height:50vh;font-size:1.125rem;color:#6c757d}._estadoBadge_17jnl_153{display:inline-flex;align-items:center;border-radius:999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;white-space:nowrap;background:#f6f2ea}._estadoActual_17jnl_164{color:#f49e2a;background:#fff4e3}._estadoPendiente_17jnl_169{color:#9b9998;background:#f1f1f1}._estadoCompletado_17jnl_174{color:#469327;background:#edf7e8}@media(max-width:1200px){._container_17jnl_10{flex-direction:column}}@media(max-width:768px){._page_17jnl_1,._mainContent_17jnl_18{padding:1rem}._titulo_17jnl_57{font-size:1.5rem}._tableContainer_17jnl_71{overflow-x:auto}._table_17jnl_71{min-width:800px}}:root{--app-header-offset: 110px}html{scroll-padding-top:calc(var(--app-header-offset) + 14px)}._page_xe4uy_8{min-height:100vh;padding:3vh 4vw;display:flex;flex-direction:column;gap:2vh}._topAnchor_xe4uy_15{height:1px}._header_xe4uy_17{display:flex;justify-content:space-between;align-items:flex-start;gap:2vw}._headerLeft_xe4uy_23{flex:1;min-width:0}._title_xe4uy_25{margin:0;font-size:clamp(16px,1.6vw,22px);font-weight:800;letter-spacing:.2px;text-transform:uppercase}._topRow_xe4uy_33{margin-top:1.5vh;display:flex;gap:1.2vw;align-items:flex-end}._entityField_xe4uy_39{flex:1;min-width:260px}._headerRight_xe4uy_42{min-width:220px}._stats_xe4uy_43{display:flex;flex-direction:column;gap:.8vh;padding:1.2vh 1vw;border:1px solid #E5E7EB;border-radius:12px;background:#fff}._statRow_xe4uy_52{display:flex;justify-content:space-between;align-items:center;font-size:13px;color:#374151}._statRed_xe4uy_59{color:#dc2626}._statYellow_xe4uy_60{color:#d97706}._statGreen_xe4uy_61{color:#16a34a}._statGray_xe4uy_62{color:#6b7280}._componentesStats_xe4uy_65{display:flex;flex-direction:column;gap:.6vh;padding:1.2vh 1vw;border:1px solid #E5E7EB;border-radius:12px;background:#fff;min-width:200px}._componentesTitle_xe4uy_75{font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.4vh}._componenteRow_xe4uy_83{display:flex;justify-content:space-between;align-items:center;gap:.8vw;font-size:12px}._componenteInfo_xe4uy_90{display:flex;align-items:center;gap:.5vw;flex:1;min-width:0}._componenteDot_xe4uy_97{width:8px;height:8px;border-radius:50%;flex-shrink:0}._componenteNombre_xe4uy_103{font-size:12px;color:#374151;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._componenteStats_xe4uy_110{display:flex;align-items:center;gap:.4vw;flex-shrink:0}._componentePct_xe4uy_116{font-size:12px;font-weight:600}._semaforoIcon_xe4uy_120{font-size:10px;line-height:1}._markersWrap_xe4uy_126{display:flex;align-items:center;gap:1vw;padding:1.4vh 1vw;border-radius:14px;background:#fff;border:1px solid #E5E7EB}._markersTrack_xe4uy_135{position:relative;flex:1;height:18px;border-radius:999px;background:#e5e7eb;overflow:hidden}._markersFill_xe4uy_143{position:absolute;top:0;left:0;height:100%;background:#16a34a;opacity:.9;z-index:1}._markersCurrentPosition_xe4uy_153{position:absolute;top:50%;transform:translate(-50%,-50%);width:3px;height:20px;background:#111827;opacity:1;z-index:10;transition:left .1s ease-out;border-radius:2px;box-shadow:0 0 0 2px #ffffffe6;pointer-events:auto;cursor:grab}._markersCurrentPosition_xe4uy_153:active{cursor:grabbing;transition:none}._marker_xe4uy_126{position:absolute;top:50%;transform:translate(-50%,-50%);width:6px;height:14px;border-radius:999px;border:none;background:#11182759;cursor:pointer;z-index:15}._markerSkip_xe4uy_185{background:#dc2626!important;z-index:15}._markerMark_xe4uy_189{background:#f59e0b!important;z-index:15}._markerHabilitada_xe4uy_193{background:#3b82f6!important;width:6px;height:14px;border-radius:999px;animation:_pulseHabilitada_xe4uy_1 2s ease-in-out infinite;box-shadow:0 0 #3b82f6b3;z-index:15}@keyframes _pulseHabilitada_xe4uy_1{0%,to{box-shadow:0 0 #3b82f6b3;transform:translate(-50%,-50%) scale(1)}50%{box-shadow:0 0 0 4px #3b82f600;transform:translate(-50%,-50%) scale(1.1)}}._markerActive_xe4uy_212{width:8px;height:16px;background:#111827;box-shadow:0 0 0 2px #ffffffb3}._markerSkip_xe4uy_185._markerActive_xe4uy_212{background:#dc2626!important;width:8px;height:16px;box-shadow:0 0 0 2px #ffffffb3}._markerMark_xe4uy_189._markerActive_xe4uy_212{background:#f59e0b!important;width:8px;height:16px;box-shadow:0 0 0 2px #ffffffb3}._markerHabilitada_xe4uy_193._markerActive_xe4uy_212{background:#3b82f6!important;width:8px;height:16px;box-shadow:0 0 0 2px #ffffffb3}._markerSlider_xe4uy_239{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}._progressRight_xe4uy_247{display:flex;align-items:center;gap:.8vw}._progressPct_xe4uy_248{font-weight:900;font-size:14px}._progressCount_xe4uy_249{font-size:13px;color:#6b7280;font-weight:700}._card_xe4uy_252{background:#fff;border:1px solid #E5E7EB;border-radius:16px;overflow:visible}._cardHead_xe4uy_258{background:#f3f4f6;padding:1.6vh 1.2vw;display:flex;justify-content:space-between;align-items:center;gap:1vw}._cardTitle_xe4uy_266{font-weight:900;color:#111827;font-size:14px}._cardSubtitle_xe4uy_267{font-weight:800;color:#374151}._qIndex_xe4uy_268{font-size:13px;color:#374151}._cardBody_xe4uy_270{padding:2vh 1.6vw;display:flex;flex-direction:column;gap:1.6vh;overflow:visible;position:relative}._loadingOverlay_xe4uy_280{position:absolute;inset:0;background:#ffffffd9;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;z-index:100;border-radius:16px}._loadingSpinner_xe4uy_295{font-size:14px;color:#6b7280;font-weight:600;display:flex;align-items:center;gap:.8vw}._loadingSpinner_xe4uy_295:before{content:"";width:20px;height:20px;border:3px solid #E5E7EB;border-top-color:#3b82f6;border-radius:50%;animation:_spin_xe4uy_1 .8s linear infinite}@keyframes _spin_xe4uy_1{to{transform:rotate(360deg)}}._uploadSpinner_xe4uy_319{display:inline-block;width:12px;height:12px;border:2px solid #2196F3;border-top-color:transparent;border-radius:50%;animation:_spin_xe4uy_1 1s linear infinite;margin-right:4px;vertical-align:middle}._normaRow_xe4uy_331{font-size:13px;color:#111827}._normaText_xe4uy_332{color:#374151}._questionRow_xe4uy_334{display:flex;flex-direction:column;gap:.6vh;color:#111827;font-size:13px}._questionText_xe4uy_341{color:#374151;line-height:1.35}._sectionBlock_xe4uy_343{border:1px solid #E5E7EB;border-radius:14px;padding:1.4vh 1vw;background:#fff;overflow:visible;position:relative;z-index:1}._sectionTitle_xe4uy_352{font-weight:900;color:#111827;margin-bottom:1.2vh}._fieldBlock_xe4uy_358{display:flex;flex-direction:column;gap:.6vh}._fieldLabel_xe4uy_359{font-size:13px;font-weight:800;color:#111827}._req_xe4uy_360{color:#dc2626;font-weight:900}._pondBadge_xe4uy_362{font-size:12px;color:#6b7280;font-weight:800}._textarea_xe4uy_368{width:100%;border:1px solid #E5E7EB;border-radius:12px;padding:1.2vh 1vw;font-size:13px;outline:none;resize:vertical;min-height:110px;background:#fff!important;color:#111827!important;caret-color:#111827;color-scheme:light}._textarea_xe4uy_368::placeholder{color:#9ca3af;opacity:1}._evidenciaField_xe4uy_385{margin-bottom:1.5vh}._evidenciaTextarea_xe4uy_389{width:95%;border:1px solid #E5E7EB;border-radius:12px;padding:1.2vh 1vw;font-size:13px;outline:none;resize:vertical;min-height:80px;max-height:200px;overflow-y:auto;background:#f9fafb!important;color:#111827!important;cursor:default;font-family:inherit}._evidenciaTextarea_xe4uy_389:focus{outline:none;border-color:#e5e7eb}._fieldInvalid_xe4uy_411{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261f}._inlineAlert_xe4uy_415{font-size:12px;color:#dc2626;font-weight:700;margin-top:.2vh}._inputInvalid_xe4uy_421{outline:2px solid rgba(220,38,38,.25);border-radius:12px}._nested_xe4uy_426{padding-left:1.2vw;border-left:3px solid #E5E7EB}._lowerGrid_xe4uy_431{display:grid;grid-template-columns:1fr 1fr;gap:1.6vw;align-items:start;margin-top:1.2vh}._attachCard_xe4uy_440{border:1px solid #E5E7EB;border-radius:14px;padding:1.4vh 1vw;display:flex;flex-direction:column;gap:1vh}._attachTop_xe4uy_448{display:flex;justify-content:flex-start}._attachLabel_xe4uy_449{font-weight:900;color:#111827}._attachInputRow_xe4uy_451{display:flex;flex-direction:column;gap:.6vh}._fileBtn_xe4uy_452{display:inline-flex;align-items:center;justify-content:space-between;gap:1vw;padding:1vh 1vw;border:1px solid #E5E7EB;border-radius:12px;background:#fff;cursor:pointer;font-weight:800;font-size:13px;color:#111827;width:fit-content;max-width:100%}._fileBtnDisabled_xe4uy_468{opacity:.55;cursor:not-allowed}._fileInput_xe4uy_469{display:none}._fileHint_xe4uy_470{font-size:12px;color:#6b7280;font-weight:600}._attachHintOptional_xe4uy_472{font-size:12px;color:#6b7280;font-weight:500;margin-left:4px}._attachHintRequired_xe4uy_479{font-size:12px;color:#dc2626;font-weight:600;margin-left:4px}._fileList_xe4uy_486{display:flex;flex-direction:column;gap:.8vh;margin-top:.6vh}._fileChip_xe4uy_487{display:flex;align-items:center;justify-content:space-between;gap:1vw;padding:.8vh 1vw;border:1px solid #E5E7EB;border-radius:999px;background:#f9fafb;transition:opacity .2s ease,background-color .2s ease,transform .2s ease}._fileName_xe4uy_498{font-size:12px;font-weight:700;color:#374151;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:text-decoration .2s ease}._fileRemove_xe4uy_507{border:none;background:transparent;color:#6b7280;font-size:18px;cursor:pointer;line-height:1}._moreFiles_xe4uy_515{font-size:12px;color:#2563eb;font-weight:800}._fileChip_xe4uy_487[data-marked-for-delete=true]{opacity:.5;background-color:#ffebee;transform:scale(.98)}._fileChip_xe4uy_487[data-marked-for-delete=true] ._fileName_xe4uy_498{text-decoration:line-through}._fileChip_xe4uy_487._removing_xe4uy_528{animation:_slideOut_xe4uy_1 .3s ease forwards}@keyframes _slideOut_xe4uy_1{0%{opacity:1;transform:translate(0);max-height:100px;margin-bottom:.8vh}to{opacity:0;transform:translate(100%);max-height:0;margin-bottom:0;padding-top:0;padding-bottom:0}}._commentsCard_xe4uy_550{border:1px solid #E5E7EB;border-radius:14px;padding:1.4vh 1vw;display:flex;flex-direction:column;gap:1vh}._optionsGroup_xe4uy_560{display:flex;flex-direction:column;gap:.9vh;margin-top:.6vh}._optionRow_xe4uy_566{display:flex;align-items:center;gap:.8vw;padding:1vh 1vw;border:1px solid #E5E7EB;border-radius:12px;background:#fff}._optionRow_xe4uy_566:hover{border-color:#d1d5db}._optionInput_xe4uy_576{width:18px;height:18px;accent-color:#111827}._optionLabel_xe4uy_577{color:#111827;font-weight:700}._grupoEspecial_xe4uy_580{display:flex;flex-direction:column;gap:.4vh;margin-bottom:.8vh}._grupoHeader_xe4uy_587{font-weight:800}._grupoLabel_xe4uy_591{font-weight:800;color:#111827}._subcriteriosContainer_xe4uy_596{padding-left:2vw;display:flex;flex-direction:column;gap:.3vh;margin-top:.4vh;border-left:2px solid #E5E7EB;padding-left:1.2vw}._subcriterioRow_xe4uy_606{opacity:.95}._accordion_xe4uy_611{border:1px solid #E5E7EB;border-radius:14px;overflow:hidden;background:#fff}._accordionHeader_xe4uy_617{width:100%;border:none;background:#f3f4f6;padding:1.6vh 1.2vw;display:flex;justify-content:space-between;align-items:center;cursor:pointer}._accordionTitle_xe4uy_627{font-weight:900;color:#111827}._chev_xe4uy_628{transition:transform .15s ease;color:#111827;font-weight:900}._chevOpen_xe4uy_629{transform:rotate(180deg)}._accordionBody_xe4uy_630{padding:1.6vh 1.2vw;display:flex;flex-direction:column;gap:1.2vh}._readBlock_xe4uy_637{display:flex;flex-direction:column;gap:1vh}._readLabel_xe4uy_638{font-weight:900;color:#111827}._readArea_xe4uy_640{width:100%;border:1px solid #E5E7EB;border-radius:12px;padding:1.2vh 1vw;background:#fff;color:#111827}._readOnlyInput_xe4uy_648 input{background:#fff!important;color:#111827!important}._muted_xe4uy_652{color:#6b7280;font-weight:700}._chips_xe4uy_654{display:flex;flex-wrap:wrap;gap:.6vh .6vw}._chip_xe4uy_654{padding:.6vh 1vw;border:1px solid #E5E7EB;border-radius:999px;background:#f9fafb;font-weight:800;color:#374151;font-size:12px}._readFilesWrap_xe4uy_665{margin-top:.6vh}._readFilesRow_xe4uy_666{display:flex;align-items:center;justify-content:space-between;gap:1vw}._readFilesChips_xe4uy_672{display:flex;align-items:center;gap:.6vw;flex-wrap:wrap}._fileChipLink_xe4uy_678{padding:.6vh 1vw;border:1px solid #E5E7EB;border-radius:999px;background:#fff;color:#6b7280;font-weight:800;font-size:12px;text-decoration:none}._fileChipLink_xe4uy_678:hover{border-color:#d1d5db}._disabledMsg_xe4uy_690{display:flex;align-items:flex-start;gap:.8vw;padding:1.2vh 1vw;border-radius:12px;border:1px solid rgba(245,158,11,.35);background:#f59e0b1a;color:#92400e}._warnIcon_xe4uy_700{font-weight:900}._inconsistencyRow_xe4uy_702{margin-top:1.2vh;display:flex;align-items:center;gap:.8vw;padding:1.2vh 1vw;border-radius:12px;border:1px solid #E5E7EB}._inconsistencyBad_xe4uy_711{border-color:#dc262659;background:#dc262614;color:#991b1b}._inconsistencyOk_xe4uy_716{border-color:#16a34a59;background:#16a34a14;color:#166534}._infoIcon_xe4uy_721{font-weight:900}._footer_xe4uy_724{display:flex;justify-content:space-between;align-items:center;gap:1vw;padding-top:1vh}._footerLeft_xe4uy_731,._footerRight_xe4uy_732{display:flex;align-items:center;gap:.8vw}._btnNext_xe4uy_734{min-width:140px}._btnAction_xe4uy_737{border-radius:999px!important;padding:1.05vh 1.2vw!important;font-weight:900!important;letter-spacing:.2px;line-height:1!important;white-space:nowrap}._btnSkip_xe4uy_745{background:#dc2626!important;border-color:#dc2626!important;color:#fff!important}._btnMark_xe4uy_750{background:#fff!important;border-color:#f59e0b!important;color:#d97706!important}@media(max-width:1024px){._header_xe4uy_17{flex-direction:column;align-items:stretch}._headerRight_xe4uy_42{min-width:0}._topRow_xe4uy_33{flex-direction:column;align-items:stretch}._entityField_xe4uy_39{min-width:0}._lowerGrid_xe4uy_431{grid-template-columns:1fr}}@media(max-width:720px){._page_xe4uy_8{padding:2.4vh 4vw;gap:1.6vh}._markersWrap_xe4uy_126{padding:1.2vh 3vw;gap:3vw}._cardBody_xe4uy_270{padding:1.8vh 3vw}._readFilesRow_xe4uy_666{flex-direction:column;align-items:stretch;gap:1vh}._footer_xe4uy_724{flex-direction:column;align-items:stretch;gap:1.2vh}._footerLeft_xe4uy_731,._footerRight_xe4uy_732{width:100%;display:flex;flex-direction:column;align-items:stretch;gap:1.2vh}._footerLeft_xe4uy_731>*,._footerRight_xe4uy_732>*{width:100%}._btnNext_xe4uy_734{width:100%}}._inputCriteriosContainer_xe4uy_797{display:flex;flex-direction:column;gap:1.4vh;margin-top:.8vh;overflow:visible;position:relative;z-index:1}._inputCriterioItem_xe4uy_808{display:flex;flex-direction:column;gap:.5vh;padding:1.2vh 1.2vw;border:1px solid #E5E7EB;border-radius:12px;background:#f9fafb;overflow:visible;position:relative;z-index:1}._inputCriterioItem_xe4uy_808 .pop{z-index:2147483647!important;position:fixed!important;visibility:visible!important;opacity:1!important;display:block!important;pointer-events:auto!important;transform:none!important}._inputCriterioItem_xe4uy_808 .box{position:relative;z-index:1}._fieldBlock_xe4uy_358{overflow:visible}._inputCriterioLabel_xe4uy_846{font-size:12px;font-weight:700;color:#374151;margin-bottom:.2vh}._page_59ff7_1,._page_1gedr_1{width:100%;min-height:100vh;padding:2vh 2vw;background:#f5f5f7;box-sizing:border-box}._headerSection_1gedr_10{margin-bottom:2rem}._formContainer_1gedr_15{max-width:600px;margin:0 auto;background:#fff;border-radius:20px;padding:2rem;box-shadow:0 2px 8px #00000014}._formContainer_1gedr_15>h1{text-align:center;margin-bottom:2rem}._formSection_1gedr_30{margin-bottom:2rem;padding:1.5rem;border:1px solid #9B9998;border-radius:12px}._sectionLabel_1gedr_37{font-size:.875rem;color:#cc1515;margin-bottom:1.5rem;font-weight:400}._formGrid_1gedr_45{display:flex;flex-direction:column;gap:1.5rem}._formField_1gedr_51{display:flex;flex-direction:row;align-items:center;gap:1rem}._formField_1gedr_51>:last-child{flex:1;max-width:300px;margin-left:auto}._formFieldFull_1gedr_64{display:flex;flex-direction:row;align-items:center;gap:1rem}._formFieldFull_1gedr_64>:last-child{flex:1;max-width:300px;margin-left:auto}._fieldLabel_1gedr_77{font-size:.875rem;font-weight:600;color:#2c3e50;min-width:200px;flex-shrink:0}._select_1gedr_85{padding:.75rem 2.5rem .75rem .75rem;border:1px solid #dee2e6;border-radius:8px;font-size:1rem;color:#2c3e50;background-color:#fff;cursor:pointer;transition:border-color .2s;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%23CC1515' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:1.5rem;width:100%}._select_1gedr_85:focus{outline:none;border-color:#29740b}._errorValidacion_1gedr_109{margin-bottom:1.5rem;padding:.75rem;background-color:#fff3cd;border:1px solid #ffc107;border-radius:8px;color:#856404;font-size:.875rem}._actionButtons_1gedr_120{display:flex;justify-content:space-between;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}._rightButtons_1gedr_128{display:flex;gap:1rem;margin-left:auto}._btnGuardadoParcial_1gedr_134{background-color:#fff!important;border:1px solid #F49E2A!important;color:#f49e2a!important}._btnGuardadoParcial_1gedr_134:hover{background-color:#f49e2a!important;color:#fff!important}._infoText_1gedr_146{font-size:.875rem;color:#6c757d;text-align:center;margin-top:1rem}._archivoGuardado_1gedr_153{display:flex;align-items:center;gap:.75rem;font-size:.85rem;color:#4b5563;margin-top:.5rem}._archivoGuardadoBtn_1gedr_162{border:none;background:transparent;color:#f49e2a;font-weight:600;cursor:pointer;padding:0}._archivoGuardadoBtn_1gedr_162:hover{text-decoration:underline}._page_m8g0f_1{width:100%;min-height:100vh;padding:0;background:#f5f5f7;box-sizing:border-box}._page_1eej3_1{display:flex;width:100%;min-height:calc(100vh - 120px);background-color:#f5f5f5;gap:16px;align-items:stretch}._sidebar_1eej3_14{width:300px;max-width:320px;background-color:#fff;border-right:1px solid #e0e0e0;padding:0;overflow-y:auto;display:flex;flex-direction:column;gap:24px}._tabs_1eej3_27{display:flex;border-bottom:1px solid #e0e0e0;background-color:#fafafa}._tab_1eej3_27{flex:1;padding:16px;border:none;background:transparent;font-size:14px;font-weight:500;color:#666;cursor:pointer;transition:all .2s;border-bottom:2px solid transparent}._tab_1eej3_27:hover{background-color:#f0f0f0}._tabActive_1eej3_50{color:#ff6b00;border-bottom-color:#ff6b00;background-color:#fff}._sidebarTitle_1eej3_56{font-size:18px;font-weight:600;color:#333;margin:0 0 16px;padding:0 16px}._entidadesList_1eej3_64{display:flex;flex-direction:column;gap:12px;flex:1;padding:0 16px}._entidadItem_1eej3_72{display:flex;align-items:center;gap:12px;padding:12px;background-color:#fafafa;border-radius:4px;border:1px solid #e0e0e0;transition:background-color .2s}._entidadItem_1eej3_72:hover{background-color:#f0f0f0}._indicador_1eej3_87{width:12px;height:12px;border-radius:50%;flex-shrink:0}._indicador_1eej3_87._verde_1eej3_94{background-color:#4caf50}._indicador_1eej3_87._amarillo_1eej3_98{background-color:#ffb800}._indicador_1eej3_87._rojo_1eej3_102{background-color:#f44336}._entidadInfo_1eej3_106{display:flex;flex-direction:column;gap:4px;min-width:0}._entidadNombre_1eej3_113{font-size:14px;font-weight:500;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._entidadCodigo_1eej3_122{font-size:12px;color:#666}._filtrosList_1eej3_128{display:flex;flex-direction:column;gap:16px;padding:0 16px;flex:1}._filtroItem_1eej3_136{display:flex;align-items:center;gap:12px;padding:12px;background-color:#fafafa;border-radius:4px;border:1px solid #e0e0e0;cursor:pointer;transition:background-color .2s}._filtroItem_1eej3_136:hover{background-color:#f0f0f0}._checkbox_1eej3_152{width:18px;height:18px;cursor:pointer;accent-color:#FF6B00}._filtroLabel_1eej3_159{font-size:14px;font-weight:500;color:#333;flex:1}._leyenda_1eej3_167{padding:16px;border-top:1px solid #e0e0e0}._leyendaTitle_1eej3_172{font-size:14px;font-weight:600;color:#333;margin:0 0 12px}._leyendaItem_1eej3_179{display:flex;align-items:center;gap:8px;padding:6px 0;font-size:13px;color:#666}._calendarContainer_1eej3_192{flex:1;padding:24px;overflow-y:auto;min-width:0}._calendarContainer_1eej3_192 .fc .fc-toolbar-title{font-size:clamp(2rem,4vw,3rem);white-space:nowrap}._calendarContainer_1eej3_192 .fc .fc-toolbar.fc-header-toolbar{flex-wrap:wrap;gap:10px}._calendarContainer_1eej3_192 .fc .fc-toolbar-chunk{min-width:0}._formGrid_1eej3_217{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:16px}._field_1eej3_224{display:flex;flex-direction:column;gap:8px}._fieldWide_1eej3_230{grid-column:span 2;display:flex;flex-direction:column;gap:8px}._label_1eej3_237{font-size:14px;font-weight:500;color:#333}._detalleGrid_1eej3_243{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:16px}._detalleItem_1eej3_250{display:flex;flex-direction:column;gap:6px;padding:12px;border:1px solid #e5e7eb;border-radius:10px;background:#fafafa;min-width:0}._detalleItemFull_1eej3_261{grid-column:1 / -1}._detalleLabel_1eej3_265{font-size:12px;color:#6b7280;font-weight:600}._detalleValue_1eej3_271{font-size:14px;color:#111827;font-weight:500;word-break:break-word}._asignacionPopupCard_1eej3_278{width:min(900px,96vw)!important;max-height:90vh!important;overflow-y:auto!important}._detallePopupCard_1eej3_284{width:min(820px,96vw)!important;max-height:90vh!important;overflow-y:auto!important}._detalleSimpleBody_1eej3_290{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 18px;margin-top:10px;padding-top:8px;border-top:1px solid #e5e7eb}._detalleSimpleField_1eej3_299,._detalleSimpleFieldFull_1eej3_300{display:flex;flex-direction:column;gap:6px}._detalleSimpleFieldFull_1eej3_300{grid-column:1 / -1}._detalleSimpleLabel_1eej3_310{font-size:16px;font-weight:700;color:#334155}._detalleSimpleValue_1eej3_316{font-size:clamp(15px,1.2vw,18px);line-height:1.35;color:#1f2937;word-break:break-word}@media(max-width:1280px){._sidebar_1eej3_14{width:260px}._calendarContainer_1eej3_192{padding:16px}._calendarContainer_1eej3_192 .fc .fc-toolbar-title{font-size:clamp(1.6rem,3vw,2.2rem)}}@media(max-width:1100px){._page_1eej3_1{flex-direction:column;gap:0;min-height:auto}._sidebar_1eej3_14{width:100%;max-width:none;border-right:none;border-bottom:1px solid #e0e0e0;max-height:unset}._filtrosList_1eej3_128{flex-direction:row;flex-wrap:wrap;padding:0 16px 16px}._filtroItem_1eej3_136{flex:1 1 220px}}@media(max-width:768px){._page_1eej3_1{flex-direction:column;gap:0;min-height:auto}._sidebar_1eej3_14{width:100%;max-width:none;max-height:240px;border-right:none;border-bottom:1px solid #e0e0e0}._calendarContainer_1eej3_192{padding:12px}._formGrid_1eej3_217{grid-template-columns:1fr}._fieldWide_1eej3_230{grid-column:span 1}._detalleGrid_1eej3_243{grid-template-columns:1fr}._detalleItemFull_1eej3_261{grid-column:auto}._calendarContainer_1eej3_192 .fc .fc-toolbar-title{white-space:normal;text-align:center;line-height:1.1}._asignacionPopupCard_1eej3_278,._detallePopupCard_1eej3_284{width:98vw!important}._detalleSimpleBody_1eej3_290{grid-template-columns:1fr}}._root_szo43_1{min-height:80vh;padding:4vh 4vw;display:flex;align-items:center;justify-content:center}._card_szo43_9{width:42vw;max-width:520px}._inner_szo43_15{display:flex;flex-direction:column;gap:3vh}._header_szo43_22{display:flex;flex-direction:column;gap:1.6vh}._headerTitle_szo43_28{margin:0;font-weight:600;color:#111827}._entidadField_szo43_35{width:80%!important}._body_szo43_40{display:flex;flex-direction:column;gap:2.2vh}._rowInfo_szo43_46{display:flex;align-items:center;justify-content:space-between;gap:2vw}._rowLabel_szo43_53{font-size:1.5vh;color:#4b5563}._rowValue_szo43_58{font-size:1.5vh;font-weight:600;color:#111827}._diasWrapper_szo43_64{display:flex;justify-content:center}._uploadRow_szo43_69{display:flex;flex-direction:column;gap:.7rem;align-items:flex-start}._fileName_szo43_76{font-size:1rem;color:#4b5563;word-break:break-word}._footer_szo43_83{display:flex;flex-direction:column;align-items:center;gap:1.8vh}._footerRow_szo43_90{width:100%;display:flex;justify-content:center;gap:1vw;flex-wrap:wrap}._hint_szo43_98{margin:0;font-size:1.4vh;color:#9ca3af;text-align:center;max-width:90%;margin-inline:auto}._footerRow_szo43_90 button{min-width:200px}@media(min-width:721px)and (max-width:1024px){._root_szo43_1{padding:6vh 6vw}._card_szo43_9{width:60vw;max-width:560px}._entidadField_szo43_35{width:90%!important}._diasField_szo43_128{width:60%!important;max-width:320px}._footerRow_szo43_90 button{width:60%;max-width:320px}}@media(max-width:720px){._root_szo43_1{min-height:100vh;padding:4vh 4vw;align-items:flex-start;justify-content:flex-start}._card_szo43_9{width:100%;max-width:none}._entidadField_szo43_35{width:100%!important}._rowInfo_szo43_46{gap:4vw}._diasField_szo43_128{width:100%!important;max-width:260px}._footerRow_szo43_90{gap:1.2vh}._footerRow_szo43_90 button{width:100%;max-width:260px}._hint_szo43_98{font-size:1.3vh;padding:0 4vw}}._page_1id1e_1{display:flex;flex-direction:column;gap:2rem;padding:1rem;width:100%;margin:0}._infoCard_1id1e_10{display:flex;flex-direction:column;gap:1.5rem;padding:2rem;width:100%;max-width:none;min-width:0;--card-w: 100%;--card-w-max: 100%;--card-w-min: 0}._infoHeader_1id1e_23{display:flex;align-items:center;justify-content:space-between;gap:1rem}._infoHeader_1id1e_23 h2{margin:0}._infoBody_1id1e_34{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}._label_1id1e_40{color:#6b7280;margin-bottom:.2rem}._value_1id1e_45{margin:0;font-weight:600}._actions_1id1e_50{display:flex;gap:.8rem;flex-wrap:wrap;align-items:center}._previewCard_1id1e_57{padding:1rem;display:flex;flex-direction:column;gap:1rem;width:100%;max-width:none;min-width:0;--card-w: 100%;--card-w-max: 100%;min-height:80vh}._previewBody_1id1e_70{border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;min-height:900px;height:clamp(900px,90vh,2000px);display:flex;flex:1;background:#f9fafb}._previewIframe_1id1e_81{width:100%;flex:1;border:0;display:block}._previewHeader_1id1e_88{display:flex;align-items:center;justify-content:space-between;gap:1rem}@media(max-width:768px){._page_1id1e_1{padding:1.5rem}._previewBody_1id1e_70{min-height:500px}}._page_10rln_1{--pad-x: 2vw;--pad-t: 2vh;--gap-y: 2vh;padding:var(--pad-t) var(--pad-x) 6vh;background:#fff;min-height:100vh}._header_10rln_11{display:grid;gap:1.6vh;margin-bottom:5vh}._title_10rln_17{margin-bottom:2.5vh}._help_10rln_21{margin:0}._actions_10rln_26{margin-top:2.5vh;white-space:nowrap}._grid_10rln_32{display:grid;grid-template-columns:repeat(3,minmax(220px,1fr));gap:2.2vw;align-items:start}@media(max-width:1200px){._grid_10rln_32{grid-template-columns:repeat(3,minmax(200px,1fr));gap:2vw}}@media(max-width:992px){._page_10rln_1{--pad-x: 4vw}._grid_10rln_32{grid-template-columns:repeat(2,minmax(220px,1fr))}}@media(max-width:640px){._page_10rln_1{--pad-x: 5vw}._grid_10rln_32{grid-template-columns:1fr;gap:2.4vh}._actions_10rln_26{margin-top:2vh}}._page_6dh55_1{padding:2rem 2.4rem;display:grid;gap:1.2rem}._header_6dh55_8{display:grid;grid-template-columns:1fr minmax(360px,520px);align-items:end;gap:1rem}._headerRight_6dh55_14{display:flex;gap:.8rem;align-items:end;justify-content:flex-end;flex-wrap:wrap}._depSelect_6dh55_21{flex:1 1 260px;min-width:240px}._headerBtns_6dh55_25{display:flex;gap:.8rem;align-items:center;justify-content:flex-end;flex:0 0 auto;flex-wrap:wrap}._toolsRow_6dh55_33{display:grid;grid-template-columns:1fr max-content;gap:.8rem;align-items:end}._tabs_6dh55_41{display:flex;gap:.5rem;border-bottom:1px solid #e5e7eb;padding-bottom:.4rem;flex-wrap:wrap}._tab_6dh55_41{border:none;background:#f3f4f6;padding:.5rem .8rem;border-radius:.6rem;font-weight:600;color:#374151;white-space:nowrap}._tabActive_6dh55_57{background:#dc2626;color:#fff}._accordions_6dh55_60{display:grid;gap:12px}._accordion_6dh55_60{border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;background:#fff}._accHeader_6dh55_72{width:100%;text-align:left;background:#f3f4f6;padding:10px 16px;font-weight:700;display:flex;align-items:center;justify-content:space-between;border:none;cursor:pointer;color:#111827}._accTitle_6dh55_86{display:inline-flex}._accCaret_6dh55_90{opacity:.6}._cardList_6dh55_95{display:grid;gap:10px;padding:10px}._card_6dh55_95{border:1px solid #eef0f3;border-radius:12px;padding:12px 14px;background:#fff;display:grid;grid-template-columns:1fr max-content;grid-template-areas:"id   btn" "meta btn" "text btn";row-gap:6px;column-gap:12px}._cardId_6dh55_116{grid-area:id;font-weight:700}._cardMeta_6dh55_121{grid-area:meta;font-size:.9rem;color:#6b7280}._cardText_6dh55_127{grid-area:text}._cardActions_6dh55_131{grid-area:btn;display:flex;align-items:center}._footer_6dh55_138{display:flex;justify-content:flex-end;margin-top:2rem}._footerBtns_6dh55_143{display:flex;gap:.8rem;flex-wrap:wrap}@media(max-width:1024px){._header_6dh55_8,._toolsRow_6dh55_33{grid-template-columns:1fr}._headerRight_6dh55_14{justify-content:flex-start}._depSelect_6dh55_21{flex-basis:100%;min-width:100%}._headerBtns_6dh55_25{width:100%;justify-content:flex-end}._tabs_6dh55_41{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:.25rem}}@media(max-width:640px){._page_6dh55_1{padding:1.6rem 1.2rem;gap:1rem}._header_6dh55_8 h1{margin:0;font-size:clamp(22px,5.6vw,28px)}._card_6dh55_95{grid-template-columns:1fr;grid-template-areas:"id" "meta" "text" "btn"}._cardActions_6dh55_131{justify-content:flex-end}}._page_13g84_1{padding:2rem 2.4rem;display:grid;gap:1.2rem}._header_13g84_8{display:grid;grid-template-columns:1fr minmax(360px,520px);align-items:end;gap:1rem}._headerRight_13g84_14{display:flex;gap:.8rem;align-items:end;justify-content:flex-end;flex-wrap:wrap}._depSelect_13g84_21{flex:1 1 260px;min-width:240px}._headerBtns_13g84_25{display:flex;gap:.8rem;align-items:center;justify-content:flex-end;flex:0 0 auto;flex-wrap:wrap}._toolsRow_13g84_33{display:grid;grid-template-columns:1fr max-content;gap:.8rem;align-items:end}._tabs_13g84_41{display:flex;gap:.5rem;border-bottom:1px solid #e5e7eb;padding-bottom:.4rem;flex-wrap:wrap}._tab_13g84_41{border:none;background:#f3f4f6;padding:.5rem .8rem;border-radius:.6rem;font-weight:600;color:#374151;white-space:nowrap}._tabActive_13g84_57{background:#dc2626;color:#fff}._accordions_13g84_60{display:grid;gap:12px}._accordion_13g84_60{border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;background:#fff}._accHeader_13g84_72{width:100%;text-align:left;background:#f3f4f6;padding:10px 16px;font-weight:700;display:flex;align-items:center;justify-content:space-between;border:none;cursor:pointer;color:#111827}._accTitle_13g84_86{display:inline-flex}._accCaret_13g84_90{opacity:.6}._cardList_13g84_95{display:grid;gap:10px;padding:10px}._card_13g84_95{border:1px solid #eef0f3;border-radius:12px;padding:12px 14px;background:#fff;display:grid;grid-template-columns:1fr max-content;grid-template-areas:"id   btn" "meta btn" "text btn";row-gap:6px;column-gap:12px}._cardId_13g84_116{grid-area:id;font-weight:700}._cardMeta_13g84_121{grid-area:meta;font-size:.9rem;color:#6b7280}._cardText_13g84_127{grid-area:text}._cardActions_13g84_131{grid-area:btn;display:flex;align-items:center}._footer_13g84_138{display:flex;justify-content:flex-end;margin-top:2rem}._footerBtns_13g84_143{display:flex;gap:.8rem;flex-wrap:wrap}@media(max-width:1024px){._header_13g84_8,._toolsRow_13g84_33{grid-template-columns:1fr}._headerRight_13g84_14{justify-content:flex-start}._depSelect_13g84_21{flex-basis:100%;min-width:100%}._headerBtns_13g84_25{width:100%;justify-content:flex-end}._tabs_13g84_41{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:.25rem}}@media(max-width:640px){._page_13g84_1{padding:1.6rem 1.2rem;gap:1rem}._header_13g84_8 h1{margin:0;font-size:clamp(22px,5.6vw,28px)}._card_13g84_95{grid-template-columns:1fr;grid-template-areas:"id" "meta" "text" "btn"}._cardActions_13g84_131{justify-content:flex-end}}._root_zj487_1{padding:2rem 3rem;display:grid;gap:1rem;background:#f8fafc}._title_zj487_9{margin:0}._controlsRow_zj487_12{display:flex;gap:12px;align-items:center;flex-wrap:wrap}._toolsRow_zj487_19{display:grid;grid-template-columns:1fr;gap:.8rem;align-items:end}@media(max-width:640px){._toolsRow_zj487_19{grid-template-columns:1fr}}._tabs_zj487_33{display:flex;gap:8px;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:.25rem}._tabBtn_zj487_40{padding:6px 12px;border-radius:999px;border:1px solid #e5e7eb;background:#fff;color:#111827;font-weight:600;white-space:nowrap;cursor:pointer}._tabBtnActive_zj487_50{background:#e11d48;color:#fff}._tabBtnDisabled_zj487_54{opacity:.5;cursor:not-allowed;background:#f3f4f6;color:#9ca3af}._accordions_zj487_62{display:grid;gap:12px}._accordion_zj487_62{border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;background:#fff}._accHeader_zj487_71{width:100%;text-align:left;background:#f3f4f6;padding:10px 16px;font-weight:700;display:flex;align-items:center;justify-content:space-between;border:none;cursor:pointer;color:#111827}._accTitle_zj487_84{display:inline-flex}._accCaret_zj487_85{opacity:.6}._cardList_zj487_88{display:grid;gap:10px;padding:10px}._card_zj487_88{border:1px solid #eef0f3;border-radius:12px;padding:12px 14px;background:#fff;display:grid;grid-template-columns:1fr max-content;grid-template-areas:"id   btn" "meta btn" "text btn";row-gap:6px;column-gap:12px}._cardId_zj487_103{grid-area:id;font-weight:700}._cardMeta_zj487_104{grid-area:meta;font-size:.9rem;color:#6b7280}._cardText_zj487_105{grid-area:text}._cardActions_zj487_106{grid-area:btn;display:flex;align-items:center}._actions_zj487_109{display:flex;justify-content:flex-end;gap:12px;margin-top:.5rem}@media(max-width:1024px){._root_zj487_1{padding:1.5rem}}@media(max-width:640px){._root_zj487_1{padding:1rem;gap:.75rem}._card_zj487_88{grid-template-columns:1fr;grid-template-areas:"id" "meta" "text" "btn"}._cardActions_zj487_106{justify-content:flex-end}}._page_vr7m4_1{--pad-x: 2vw;--pad-t: 2vh;--gap-y: 2vh;padding:var(--pad-t) var(--pad-x) 6vh;background:#fff;min-height:100vh}._header_vr7m4_11{display:grid;gap:1.6vh;margin-bottom:5vh}._title_vr7m4_17{margin-bottom:2.5vh}._help_vr7m4_21{margin:0}._grid_vr7m4_26{display:grid;grid-template-columns:repeat(3,minmax(220px,1fr));gap:2.2vw;align-items:start}._cardContent_vr7m4_34{display:flex;flex-direction:column;gap:.8vh;flex:1}._cardTitle_vr7m4_41{margin:0;font-weight:600;font-size:1.05rem;color:var(--text-title)}._fechas_vr7m4_48{display:flex;flex-direction:column;gap:.4vh;margin-top:.8vh}._cardFooter_vr7m4_55{margin-top:2vh;display:flex;justify-content:flex-end}@media(max-width:1200px){._grid_vr7m4_26{grid-template-columns:repeat(3,minmax(200px,1fr));gap:2vw}}@media(max-width:992px){._page_vr7m4_1{--pad-x: 4vw}._grid_vr7m4_26{grid-template-columns:repeat(2,minmax(220px,1fr))}}@media(max-width:640px){._page_vr7m4_1{--pad-x: 5vw}._grid_vr7m4_26{grid-template-columns:1fr;gap:2.4vh}}._tarjeta_rnqsp_5{border-radius:20px;padding:60px 24px;box-shadow:0 2px 8px #0000001a;transition:box-shadow .3s ease;display:flex;flex-direction:column;gap:16px;position:relative;min-height:400px}._tarjeta_rnqsp_5:hover{box-shadow:0 4px 12px #00000026}._activa_rnqsp_22{background-color:#fff;border:1px solid #e0e0e0}._realizada_rnqsp_28{background-color:#e7e7e7;border:1px solid #d0d0d0}._nueva_rnqsp_34{background-color:#fff;border:2px solid #ff9800}._encabezado_rnqsp_40{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}._numeroRadicado_rnqsp_47{font-size:16px;font-weight:700;color:#1a1a1a;margin:0}._btnCerrar_rnqsp_54{background:none;border:none;font-size:12px;color:#e53935;cursor:pointer;padding:4px 8px;text-decoration:underline;transition:color .2s ease}._btnCerrar_rnqsp_54:hover{color:#c62828}._selectorRadicado_rnqsp_70{flex:1;display:flex;flex-direction:column;gap:8px}._selectorRadicado_rnqsp_70 label{font-size:14px;font-weight:500;color:#333}._select_rnqsp_70{width:100%;padding:10px 12px;border:1px solid #ccc;border-radius:4px;font-size:14px;color:#333;background-color:#fff;cursor:pointer;transition:border-color .2s ease}._select_rnqsp_70:focus{outline:none;border-color:#1976d2}._select_rnqsp_70 option{color:#333;background-color:#fff}._descripcion_rnqsp_106{font-size:14px;color:#666;line-height:1.5;margin:0}._campo_rnqsp_114{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:8px}._campo_rnqsp_114 strong{font-size:13px;color:#333;font-weight:700;white-space:nowrap}._campo_rnqsp_114 span{font-size:14px;color:#666;text-align:right}._tiempoAjustes_rnqsp_136{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex:1;text-align:right}._dias_rnqsp_145{font-size:16px;font-weight:600;color:#1976d2}._linkProrroga_rnqsp_151{font-size:13px;color:#1976d2;text-decoration:none;cursor:pointer;transition:color .2s ease}._linkProrroga_rnqsp_151:hover{color:#1565c0;text-decoration:underline}._acciones_rnqsp_165{display:flex;align-items:center;gap:12px;margin-top:auto;padding-top:8px}._acciones_rnqsp_165 svg{flex-shrink:0}._acciones_rnqsp_165 button{flex:1}._mensajePendiente_rnqsp_181{font-size:13px;color:#666;line-height:1.4}@media(max-width:768px){._tarjeta_rnqsp_5{padding:16px}._acciones_rnqsp_165{flex-direction:column}._acciones_rnqsp_165 button{width:100%}}._page_c101b_5{width:100%;min-height:100vh;background-color:#f5f5f5;padding:32px}._encabezado_c101b_13{margin-bottom:32px;display:flex;flex-direction:column;gap:16px;align-items:flex-start}._toolbar_c101b_21{display:flex;flex-direction:column;gap:12px;width:100%;max-width:520px}._filtroLabel_c101b_29{font-size:14px;font-weight:600;color:#333}._filtroInput_c101b_35{width:100%;padding:10px 12px;border:1px solid #d0d0d0;border-radius:8px;font-size:14px;background:#fff}._filtroInput_c101b_35:focus{outline:none;border-color:#b21f2d;box-shadow:0 0 0 2px #b21f2d1f}._paginacion_c101b_50{display:flex;align-items:center;gap:12px;flex-wrap:wrap}._paginacionInfo_c101b_57{font-size:14px;color:#555}._titulo_c101b_62{font-size:32px;font-weight:700;color:#1a1a1a;margin:0 0 8px}._subtitulo_c101b_69{font-size:14px;color:#666;margin:0;line-height:1.5}._contenido_c101b_77{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}._cargando_c101b_84{grid-column:1 / -1;text-align:center;padding:48px;font-size:16px;color:#666}._sinMesas_c101b_92{grid-column:1 / -1;text-align:center;padding:48px;background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a}._sinMesas_c101b_92 p{margin:8px 0;color:#666;font-size:16px}._popupContenido_c101b_108{display:grid;grid-template-columns:1fr 1fr;gap:20px 32px}._popupCampo_c101b_114{display:flex;flex-direction:column;gap:4px}._popupCampo_c101b_114 strong{font-size:14px;font-weight:700;color:#333}._popupCampo_c101b_114 span{font-size:14px;color:#666;line-height:1.5}@media(max-width:1024px){._contenido_c101b_77{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@media(max-width:768px){._page_c101b_5{padding:16px}._encabezado_c101b_13 button{width:100%}._toolbar_c101b_21{max-width:100%}._paginacion_c101b_50{width:100%;justify-content:space-between}._titulo_c101b_62{font-size:24px}._subtitulo_c101b_69{font-size:13px}._contenido_c101b_77{grid-template-columns:1fr;gap:16px}}._popupMensaje_c101b_172{grid-column:1 / -1;font-size:15px;color:#666;line-height:1.6;margin:0;text-align:center;padding:0 16px}._page_1hs2j_5{display:flex;flex-direction:column;width:100%;min-height:100vh;background-color:#f5f5f5}._encabezado_1hs2j_14{padding:24px 24px 16px;background-color:#fff;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;align-items:flex-start;gap:24px}._tituloContainer_1hs2j_24{flex:1}._titulo_1hs2j_24{font-size:32px;font-weight:700;color:#1a1a1a;margin:0 0 8px}._subtitulo_1hs2j_35{font-size:14px;color:#666;margin:0;line-height:1.5}._calendarioContainer_1hs2j_46{flex:1;padding:24px;overflow-y:auto}._sinEspacios_1hs2j_53{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 24px;text-align:center;gap:16px;background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a}._sinEspacios_1hs2j_53 svg{margin-bottom:8px}._sinEspacios_1hs2j_53 h3{font-size:20px;font-weight:600;color:#333;margin:0}._sinEspacios_1hs2j_53 p{font-size:16px;color:#666;margin:0;line-height:1.6}._sinEspacios_1hs2j_53 a{color:#1976d2;text-decoration:none;font-weight:500}._sinEspacios_1hs2j_53 a:hover{text-decoration:underline}._popupContenido_1hs2j_95{display:grid;grid-template-columns:1fr 1fr;gap:20px 32px;padding:0}._popupCampo_1hs2j_102{display:flex;flex-direction:column;gap:8px}._popupCampo_1hs2j_102 strong{font-size:14px;font-weight:600;color:#333}._popupCampo_1hs2j_102 span{font-size:14px;color:#666}._popupCampoFull_1hs2j_119{grid-column:1 / -1;display:flex;flex-direction:column;gap:8px}._popupCampoFull_1hs2j_119 label{font-size:14px;font-weight:600;color:#333}._textarea_1hs2j_132{width:100%;padding:12px;border:1px solid #ddd;border-radius:4px;font-family:inherit;font-size:14px;resize:vertical;min-height:80px}._textarea_1hs2j_132:focus{outline:none;border-color:#007bff}@media(max-width:768px){._page_1hs2j_5{padding:16px}._encabezado_1hs2j_14{flex-direction:column;gap:16px}._encabezado_1hs2j_14 button{width:100%}._titulo_1hs2j_24{font-size:24px}._subtitulo_1hs2j_35{font-size:13px}._leyenda_1hs2j_171{flex-direction:column;gap:12px}}._tarjeta_1h30c_5{border-radius:20px;padding:32px 24px;box-shadow:0 2px 8px #0000001a;transition:box-shadow .3s ease;display:flex;flex-direction:column;gap:16px;position:relative;min-height:350px}._tarjeta_1h30c_5:hover{box-shadow:0 4px 12px #00000026}._activa_1h30c_22{background-color:#fff;border:1px solid #e0e0e0}._realizada_1h30c_28{background-color:#e7e7e7;border:1px solid #d0d0d0}._nueva_1h30c_34{background-color:#fff;border:2px solid #ff9800}._encabezado_1h30c_40{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}._numeroRadicado_1h30c_47{font-size:16px;font-weight:700;color:#1a1a1a;margin:0}._iconoAdvertencia_1h30c_54{flex-shrink:0;width:45px;height:45px}._descripcion_1h30c_61{font-size:14px;color:#666;line-height:1.5;margin:0}._campo_1h30c_69{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:8px}._campo_1h30c_69 strong{font-size:13px;color:#333;font-weight:700;white-space:nowrap}._campo_1h30c_69 span{font-size:14px;color:#666;text-align:right}._acciones_1h30c_91{display:flex;gap:12px;margin-top:auto;padding-top:16px}._acciones_1h30c_91 button{flex:1}._mensajePendiente_1h30c_102{font-size:13px;color:#666;line-height:1.4}._page_oh4s1_5{width:100%;min-height:100vh;background-color:#f5f5f5;padding:32px}._encabezado_oh4s1_13{margin-bottom:32px;display:flex;flex-direction:column;gap:8px}._titulo_oh4s1_20{font-size:32px;font-weight:700;color:#1a1a1a;margin:0}._subtitulo_oh4s1_27{font-size:16px;color:#666;margin:0}._toolbar_oh4s1_33{display:flex;flex-direction:column;gap:12px;width:100%;max-width:520px}._filtroLabel_oh4s1_41{font-size:14px;font-weight:600;color:#333}._filtroInput_oh4s1_47{width:100%;padding:10px 12px;border:1px solid #d0d0d0;border-radius:8px;font-size:14px;background:#fff;color:#1a1a1a}._filtroInput_oh4s1_47:focus{outline:none;border-color:#b21f2d;box-shadow:0 0 0 2px #b21f2d1f}._filtroInput_oh4s1_47::placeholder{color:#8c8c8c}._paginacion_oh4s1_67{display:flex;align-items:center;gap:12px;flex-wrap:wrap}._paginacionInfo_oh4s1_74{font-size:14px;color:#555}._contenido_oh4s1_80{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}._cargando_oh4s1_87{grid-column:1 / -1;text-align:center;padding:60px 20px;color:#666;font-size:16px}._sinMesas_oh4s1_95{grid-column:1 / -1;text-align:center;padding:60px 20px}._sinMesas_oh4s1_95 p{margin:8px 0;color:#666;font-size:16px}._popupContenido_oh4s1_108{display:grid;grid-template-columns:1fr 1fr;gap:20px 32px}._popupCampo_oh4s1_114{display:flex;flex-direction:column;gap:4px}._popupCampo_oh4s1_114 strong{font-size:14px;font-weight:700;color:#333}._popupCampo_oh4s1_114 span{font-size:14px;color:#666;line-height:1.5}@media(max-width:1024px){._contenido_oh4s1_80{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@media(max-width:768px){._page_oh4s1_5{padding:16px}._encabezado_oh4s1_13{margin-bottom:24px}._titulo_oh4s1_20{font-size:24px}._subtitulo_oh4s1_27{font-size:14px}._contenido_oh4s1_80{grid-template-columns:1fr;gap:16px}._toolbar_oh4s1_33{max-width:100%}._paginacion_oh4s1_67{width:100%;justify-content:space-between}}._page_hhxg6_5{width:100%;min-height:100vh;background-color:#f5f5f5;padding:32px}._encabezado_hhxg6_12{margin-bottom:24px}._titulo_hhxg6_16{font-size:32px;font-weight:700;color:#1a1a1a;margin:0}._accionesSuperiores_hhxg6_24{display:flex;gap:12px;margin-bottom:24px;align-items:stretch;flex-wrap:wrap}._accionesSuperiores_hhxg6_24>*{min-width:0}._fileUploadContainer_hhxg6_37{display:flex;flex-direction:column;gap:12px;flex:1 1 360px;min-width:280px}._fileUploadContainer_hhxg6_37 .fileUploadWrapper{margin:0!important;width:auto!important}._fileUploadContainer_hhxg6_37 .columnsContainer{display:flex!important;flex-direction:column!important;gap:12px!important;align-items:flex-start!important;margin:0!important}._fileUploadContainer_hhxg6_37 .leftColumn{width:auto!important}._fileUploadContainer_hhxg6_37 .rightColumn{width:100%!important}._accionesSuperiores_hhxg6_24 ._btnDescargarFormato_hhxg6_68{color:#469327!important;border-color:#469327!important}._accionesSuperiores_hhxg6_24 ._btnDescargarFormato_hhxg6_68:hover:not(:disabled){background:#469327!important;color:#fff!important;border-color:#469327!important}._btnDerecha_hhxg6_80{margin-left:auto}._topActionButton_hhxg6_84{flex:0 1 auto;white-space:nowrap}._btnIcono_hhxg6_89{padding:8px;background-color:transparent;border:none;color:#333;cursor:pointer;display:flex;align-items:center;justify-content:center}._btnIcono_hhxg6_89:hover{color:#f49e2a}._previewActions_hhxg6_104{display:flex;justify-content:flex-end;margin-bottom:12px;gap:12px;flex-wrap:wrap}._tabsSection_hhxg6_113{margin-bottom:2rem}._tabs_hhxg6_113{display:flex;gap:.5rem;padding:0 1rem;background:transparent;justify-content:flex-start;overflow-x:auto;scrollbar-width:thin}._tab_hhxg6_113{padding:.75rem 1rem;border:1px solid #E8E8E8;border-bottom:none;margin:0;background:#fff;color:#000;font-size:.875rem;font-weight:700;cursor:pointer;transition:all .2s ease;border-radius:8px 8px 0 0;flex:0 0 auto;text-align:center;white-space:nowrap}._tab_hhxg6_113:first-child{border-radius:8px 8px 0 0}._tab_hhxg6_113:last-child{border-radius:8px 8px 0 0}._tab_hhxg6_113:hover{background:#f8f9fa;color:#000}._tabActivo_hhxg6_157{background:#cc1515;color:#fff;font-weight:600}._contenidoSection_hhxg6_164{background:#fff;padding:32px;border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:hidden;min-height:500px}._editorContainer_hhxg6_173{width:100%;min-height:400px}._comunicacionForm_hhxg6_178{display:grid;gap:16px;margin-bottom:24px}._formRow_hhxg6_184{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}._formField_hhxg6_190{display:grid;gap:8px;font-size:14px;color:#333}._formField_hhxg6_190 label{font-weight:600}._formActions_hhxg6_201{display:flex;justify-content:flex-start;gap:12px}._readonlyBox_hhxg6_207{padding:10px 12px;border:1px solid #e3e3e3;border-radius:8px;background:#f9f9f9;color:#333;min-height:42px;display:flex;align-items:center}._infoText_hhxg6_218{color:#666;font-size:14px}._informeContent_hhxg6_224{flex:1;display:flex;flex-direction:column;overflow:hidden}._previewContainer_hhxg6_231{width:100%;height:min(72vh,920px);min-height:520px;border:1px solid #E0E0E0;border-radius:6px;overflow:hidden;background:#f8f9fa}._previewIframe_hhxg6_241{width:100%;height:100%;border:none}._noPreview_hhxg6_247{padding:2rem;text-align:center;color:#6c757d;font-size:.875rem}@media(max-width:1180px){._accionesSuperiores_hhxg6_24{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}._fileUploadContainer_hhxg6_37{grid-column:1 / -1;min-width:0}._btnDerecha_hhxg6_80{margin-left:0}._topActionButton_hhxg6_84{width:100%;white-space:normal}}@media(max-width:768px){._page_hhxg6_5{padding:16px}._titulo_hhxg6_16{font-size:24px}._accionesSuperiores_hhxg6_24{flex-direction:column;align-items:stretch}._fileUploadContainer_hhxg6_37{width:100%;min-width:0}._btnDerecha_hhxg6_80{margin-left:0}._tabs_hhxg6_113{padding:0;gap:.25rem}._tab_hhxg6_113{font-size:.75rem;padding:.5rem .75rem}._contenidoSection_hhxg6_164{padding:16px}._previewContainer_hhxg6_231{height:min(64vh,680px);min-height:360px}._formRow_hhxg6_184{grid-template-columns:1fr}._previewActions_hhxg6_104>*{width:100%}}._card_gfjjm_5{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:24px;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;min-width:150px}._icon_gfjjm_18{font-size:32px;margin-bottom:12px;color:#f28c02}._value_gfjjm_24{font-size:48px;font-weight:700;color:#000;margin-bottom:8px;line-height:1}._label_gfjjm_32{font-size:14px;font-weight:600;color:#000;text-align:center;max-width:200px}._container_1uj9b_5{background:#fff;border-radius:8px;padding:24px;box-shadow:0 1px 3px #0000001a}._title_1uj9b_12{font-size:18px;font-weight:700;color:#000;margin:0 0 24px}._chart_1uj9b_19{display:flex;flex-direction:column;gap:16px}._row_1uj9b_25{display:grid;grid-template-columns:minmax(120px,220px) 48px 1fr;align-items:center;gap:12px;position:relative}._label_1uj9b_33{font-size:14px;color:#333;text-align:right}._value_1uj9b_39{font-size:14px;color:#333;text-align:left}._barContainer_1uj9b_45{height:32px;background:#f0f0f0;border-radius:4px;overflow:visible;position:relative;cursor:pointer}._bar_1uj9b_45{height:100%;background:linear-gradient(90deg,#f28c02,#f49e2a);border-radius:4px;transition:width .3s ease}._tooltip_1uj9b_61{position:absolute;top:-44px;left:calc(var(--bar-width) + 8px);background:#1f2933;color:#fff;padding:8px 10px;border-radius:6px;font-size:12px;min-width:160px;opacity:0;transform:translateY(6px);transition:opacity .15s ease,transform .15s ease;pointer-events:none;box-shadow:0 6px 18px #0000002e;z-index:1}._tooltipTitle_1uj9b_79{display:block;font-weight:600}._tooltipValue_1uj9b_84{display:block;opacity:.85}._tooltipMeta_1uj9b_89{display:block;opacity:.75}._barContainer_1uj9b_45:hover ._tooltip_1uj9b_61{opacity:1;transform:translateY(0)}._footer_1uj9b_99{display:flex;justify-content:flex-start;margin-top:16px}._toggle_1uj9b_105{background:none;border:none;color:#f28c02;cursor:pointer;font-size:14px;font-weight:600;padding:0}._toggle_1uj9b_105:hover{text-decoration:underline}._container_1vvet_5{background:#fff;border-radius:8px;padding:24px;box-shadow:0 1px 3px #0000001a}._title_1vvet_12{font-size:18px;font-weight:700;color:#000;margin:0 0 24px}._chart_1vvet_19{width:100%;height:250px;position:relative}._tooltip_1vvet_25{position:absolute;transform:translate(-50%,-110%);background:#1f2933;color:#fff;padding:8px 10px;border-radius:6px;font-size:12px;min-width:120px;box-shadow:0 6px 18px #0000002e;pointer-events:none}._tooltipTitle_1vvet_38{display:block;font-weight:600}._tooltipValue_1vvet_43{display:block;opacity:.85}._point_1vvet_48{cursor:pointer}._chartsGrid_1wvqr_5{display:grid;grid-template-columns:1fr 1fr;gap:24px}@media(max-width:1024px){._chartsGrid_1wvqr_5{grid-template-columns:1fr}}._tableContainer_1msqz_5{margin-bottom:32px;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000001a}._table_1msqz_5{width:100%;border-collapse:collapse}._table_1msqz_5 thead{background:#f5f5f5}._table_1msqz_5 th{padding:16px;text-align:left;font-weight:600;font-size:14px;color:#333;border-bottom:2px solid #e0e0e0}._table_1msqz_5 tbody tr{border-bottom:1px solid #f0f0f0}._table_1msqz_5 tbody tr:last-child{border-bottom:none}._table_1msqz_5 tbody tr:hover{background:#fafafa}._table_1msqz_5 td{padding:16px;font-size:14px;color:#666;text-align:left}._table_1msqz_5 td:first-child{font-weight:500;color:#333}._container_164wx_5{background:#fff;padding:24px;border-radius:8px;box-shadow:0 1px 3px #0000001a}._title_164wx_12{font-size:16px;font-weight:600;color:#333;margin:0 0 4px}._subtitle_164wx_19{font-size:12px;color:#666;margin:0 0 24px}._gaugeContainer_164wx_25{position:relative;width:100%;max-width:200px;margin:0 auto}._gauge_164wx_25{width:100%;height:auto}._valueContainer_164wx_37{position:absolute;bottom:20px;left:50%;transform:translate(-50%);text-align:center}._value_164wx_37{font-size:32px;font-weight:700;color:#4caf50;display:block;line-height:1}._label_164wx_53{font-size:12px;color:#666;display:block;margin-top:4px}._container_w2oyi_5{background:#fff;padding:24px;border-radius:8px;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}._title_w2oyi_17{font-size:16px;font-weight:600;color:#333;margin:0 0 16px}._valueContainer_w2oyi_24{display:flex;flex-direction:column;align-items:center;gap:4px}._value_w2oyi_24{font-size:48px;font-weight:700;color:#4caf50;line-height:1}._unit_w2oyi_38{font-size:14px;color:#666}._efficiencyGrid_1ixp8_5{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px}._eficienciaGeneral_1ixp8_12,._cargaLaboral_1ixp8_13{background:#fff;padding:24px;border-radius:8px;box-shadow:0 1px 3px #0000001a}._chartTitle_1ixp8_20{font-size:16px;font-weight:600;color:#333;margin:0 0 4px}._chartSubtitle_1ixp8_27{font-size:12px;color:#666;margin:0 0 16px}._barrasHorizontales_1ixp8_33{display:flex;flex-direction:column;gap:12px}._barraItem_1ixp8_39{display:grid;grid-template-columns:120px 1fr 40px;align-items:center;gap:12px}._barraLabel_1ixp8_46{font-size:14px;color:#333;text-align:right}._barraContainer_1ixp8_52{height:24px;background:#e3f2fd;border-radius:4px;overflow:visible;position:relative;cursor:pointer}._barraFill_1ixp8_61{height:100%;background:linear-gradient(90deg,#1976d2,#42a5f5);transition:width .3s ease}._barraTooltip_1ixp8_67{position:absolute;top:-40px;left:calc(var(--bar-width) + 8px);background:#1f2933;color:#fff;padding:8px 10px;border-radius:6px;font-size:12px;min-width:140px;opacity:0;transform:translateY(6px);transition:opacity .15s ease,transform .15s ease;pointer-events:none;box-shadow:0 6px 18px #0000002e}._barraTooltipTitle_1ixp8_84{display:block;font-weight:600}._barraTooltipValue_1ixp8_89{display:block;opacity:.85}._barraContainer_1ixp8_52:hover ._barraTooltip_1ixp8_67{opacity:1;transform:translateY(0)}._barraValor_1ixp8_99{font-size:14px;font-weight:600;color:#333;text-align:right}._metricsGrid_1ixp8_106{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media(max-width:1024px){._efficiencyGrid_1ixp8_5,._metricsGrid_1ixp8_106{grid-template-columns:1fr}}._container_hndib_5{background:#fff;padding:24px;border-radius:8px;box-shadow:0 1px 3px #0000001a;height:100%}._title_hndib_13{font-size:16px;font-weight:600;color:#333;margin:0 0 32px}._funnelContainer_hndib_20{display:flex;flex-direction:column;gap:4px;align-items:center;padding:20px 0}._funnelItem_hndib_28{width:100%;display:flex;justify-content:center}._funnelBar_hndib_34{padding:20px 24px;display:flex;justify-content:center;align-items:center;position:relative;transition:all .3s ease;clip-path:polygon(10% 0%,90% 0%,95% 100%,5% 100%);min-height:80px}._funnelBar_hndib_34:first-child{clip-path:polygon(5% 0%,95% 0%,90% 100%,10% 100%)}._funnelContent_hndib_49{display:flex;flex-direction:column;align-items:center;gap:8px}._funnelLabel_hndib_56{font-size:14px;font-weight:500;color:#fff;text-align:center}._funnelValues_hndib_63{display:flex;gap:8px;align-items:baseline}._funnelValue_hndib_63{font-size:20px;font-weight:700;color:#fff}._funnelPercentage_hndib_75{font-size:14px;font-weight:500;color:#fff}._usuarioGrid_1m8e4_5{display:grid;grid-template-columns:1fr 1fr;gap:24px}._rankingContainer_1m8e4_11{background:#fff;padding:24px;border-radius:8px;box-shadow:0 1px 3px #0000001a}._chartTitle_1m8e4_18{font-size:16px;font-weight:600;color:#333;margin:0 0 4px}._chartSubtitle_1m8e4_25{font-size:12px;color:#666;margin:0 0 16px}._barrasHorizontales_1m8e4_31{display:flex;flex-direction:column;gap:12px}._barraItem_1m8e4_37{display:grid;grid-template-columns:120px 1fr 40px;align-items:center;gap:12px}._barraLabel_1m8e4_44{font-size:14px;color:#333;text-align:right}._barraContainer_1m8e4_50{height:24px;background:#e3f2fd;border-radius:4px;overflow:hidden;position:relative}._barraFillUsuario_1m8e4_58{height:100%;background:linear-gradient(90deg,#1565c0,#1976d2);transition:width .3s ease}._barraValor_1m8e4_64{font-size:14px;font-weight:600;color:#333;text-align:right}@media(max-width:1024px){._usuarioGrid_1m8e4_5{grid-template-columns:1fr}}._container_y0y8w_5{width:100%}._title_y0y8w_9{font-size:20px;font-weight:600;color:#333;margin:0 0 24px}._tableWrapper_y0y8w_16{background:#fff;border-radius:8px;overflow-x:auto;box-shadow:0 1px 3px #0000001a}._table_y0y8w_16{width:100%;border-collapse:collapse;min-width:2000px}._table_y0y8w_16 thead{background:#f5f5f5;position:sticky;top:0;z-index:10}._table_y0y8w_16 th{padding:12px 16px;text-align:left;font-weight:600;font-size:12px;color:#333;border-bottom:2px solid #e0e0e0;white-space:nowrap;min-width:120px}._table_y0y8w_16 tbody tr{border-bottom:1px solid #f0f0f0}._table_y0y8w_16 tbody tr:last-child{border-bottom:none}._table_y0y8w_16 tbody tr:hover{background:#fafafa}._table_y0y8w_16 td{padding:12px 16px;font-size:13px;color:#666;white-space:nowrap}._linkBtn_y0y8w_66{background:none;border:none;color:#1976d2;text-decoration:underline;cursor:pointer;font-size:13px;padding:0}._linkBtn_y0y8w_66:hover{color:#1565c0}._container_1cfhy_5{width:100%}._title_1cfhy_9{font-size:20px;font-weight:600;color:#333;margin:0 0 24px}._tableWrapper_1cfhy_16{background:#fff;border-radius:8px;overflow-x:auto;box-shadow:0 1px 3px #0000001a}._table_1cfhy_16{width:100%;border-collapse:collapse;min-width:1400px}._table_1cfhy_16 thead{background:#f5f5f5;position:sticky;top:0;z-index:10}._table_1cfhy_16 th{padding:12px 16px;text-align:left;font-weight:600;font-size:12px;color:#333;border-bottom:2px solid #e0e0e0;white-space:nowrap;min-width:100px}._table_1cfhy_16 tbody tr{border-bottom:1px solid #f0f0f0}._table_1cfhy_16 tbody tr:last-child{border-bottom:none}._table_1cfhy_16 tbody tr:hover{background:#fafafa}._table_1cfhy_16 td{padding:12px 16px;font-size:13px;color:#666;white-space:nowrap}._page_x8bl8_5{width:100%;min-height:100vh;background-color:#f5f5f5;padding:0;display:flex;flex-direction:column}._header_x8bl8_15{background:transparent;padding:16px 24px;display:flex;justify-content:space-between;align-items:flex-start;gap:16px}._headerContent_x8bl8_24{display:flex;flex-direction:column;gap:12px;flex:1}._filtrosTitulo_x8bl8_31{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:#333}._filtrosContainer_x8bl8_40{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8vw;align-items:start;width:100%}._filterField_x8bl8_48{min-width:0}._filterInput_x8bl8_52{--h: 3.8vh;--radius: 12px;--padX: .8vw;--padY: .5vh;--label: 1.15vh;--font: 1.4vh;width:100%;gap:.4vh}._filterInput_x8bl8_52 .tagsWrap{margin-top:.4vh;gap:.3vw}._filterInput_x8bl8_52 .tagChip{padding:.2vh .6vw;border-radius:999px;font-size:1.2vh}._filterInput_x8bl8_52 .tagText,._filterInput_x8bl8_52 .tagRemove{font-size:1.2vh}._filterInput_x8bl8_52 .iconBtn{display:none}._filterInput_x8bl8_52 .iconBtn:last-child{display:grid}._filterInput_x8bl8_52 .pop{top:calc(100% + .6vh)!important;bottom:auto!important}._filtersError_x8bl8_95{margin:8px 0 0;font-size:12px;color:#c0392b}._select_x8bl8_101{padding:8px 12px;border:1px solid #ddd;border-radius:6px;font-size:14px;background:#fff;color:#333;flex:1 1 auto;min-width:150px}._select_x8bl8_101:focus{outline:none;border-color:#f28c02}._exportBtn_x8bl8_117{width:40px;height:40px;border-radius:50%;background:#f28c02;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}._exportBtn_x8bl8_117:hover{background:#d47a02}._exportIcon_x8bl8_134{color:#fff;font-weight:700;font-size:16px}._mainContainer_x8bl8_141{display:flex;height:calc(100vh - 80px)}._sidebar_x8bl8_147{width:80px;background:#e8e8e8;display:flex;flex-direction:column;align-items:center;padding:24px 0;gap:16px;border:1px solid #A9A9A9;border-radius:50px;max-height:500px;align-self:flex-start;margin-top:32px}._sidebarBtn_x8bl8_162{width:48px;height:48px;background:transparent;border:none;border-radius:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#000;transition:all .2s}._sidebarBtn_x8bl8_162:hover{background:#f5f5f5;border:1px solid #A9A9A9;color:#000}._content_x8bl8_183{flex:1;padding:32px;overflow-y:auto}._statsGrid_x8bl8_190{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px;margin-bottom:32px}._tableContainer_x8bl8_198{margin-bottom:32px;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000001a}._table_x8bl8_198{width:100%;border-collapse:collapse}._table_x8bl8_198 thead{background:#f5f5f5}._table_x8bl8_198 th{padding:16px;text-align:left;font-weight:600;font-size:14px;color:#333;border-bottom:2px solid #e0e0e0}._table_x8bl8_198 tbody tr{border-bottom:1px solid #f0f0f0}._table_x8bl8_198 tbody tr:last-child{border-bottom:none}._table_x8bl8_198 tbody tr:hover{background:#fafafa}._table_x8bl8_198 td{padding:16px;font-size:14px;color:#666;text-align:left}._table_x8bl8_198 td:first-child{font-weight:500;color:#333}._chartsGrid_x8bl8_249{display:grid;grid-template-columns:1fr 1fr;gap:24px}._efficiencyGrid_x8bl8_256{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px}._eficienciaGeneral_x8bl8_263,._cargaLaboral_x8bl8_264{background:#fff;padding:24px;border-radius:8px;box-shadow:0 1px 3px #0000001a}._chartTitle_x8bl8_271{font-size:16px;font-weight:600;color:#333;margin:0 0 4px}._chartSubtitle_x8bl8_278{font-size:12px;color:#666;margin:0 0 16px}._barrasHorizontales_x8bl8_284{display:flex;flex-direction:column;gap:12px}._barraItem_x8bl8_290{display:grid;grid-template-columns:120px 1fr 40px;align-items:center;gap:12px}._barraLabel_x8bl8_297{font-size:14px;color:#333;text-align:right}._barraContainer_x8bl8_303{height:24px;background:#e3f2fd;border-radius:4px;overflow:hidden;position:relative}._barraFill_x8bl8_311{height:100%;background:linear-gradient(90deg,#1976d2,#42a5f5);transition:width .3s ease}._barraValor_x8bl8_317{font-size:14px;font-weight:600;color:#333;text-align:right}._metricsGrid_x8bl8_325{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}._usuarioGrid_x8bl8_332{display:grid;grid-template-columns:1fr 1fr;gap:24px}._rankingContainer_x8bl8_338{background:#fff;padding:24px;border-radius:8px;box-shadow:0 1px 3px #0000001a}._barraFillUsuario_x8bl8_345{height:100%;background:linear-gradient(90deg,#1565c0,#1976d2);transition:width .3s ease}@media(max-width:1024px){._chartsGrid_x8bl8_249,._efficiencyGrid_x8bl8_256,._metricsGrid_x8bl8_325,._usuarioGrid_x8bl8_332{grid-template-columns:1fr}}@media(max-width:768px){._page_x8bl8_5{display:flex;flex-direction:column}._header_x8bl8_15{order:2;padding:16px}._filtrosContainer_x8bl8_40{flex-wrap:wrap;gap:12px}._select_x8bl8_101{flex:1 1 calc(50% - 6px);min-width:150px}._mainContainer_x8bl8_141{display:contents}._sidebar_x8bl8_147{width:100%;flex-direction:row;padding:16px;overflow-x:auto;border:1px solid #A9A9A9;border-radius:50px;max-height:none;margin-top:0;justify-content:center;order:1}._content_x8bl8_183{padding:16px;order:3}._statsGrid_x8bl8_190{grid-template-columns:1fr 1fr}}._page_7bzpc_1{padding:2.4vh 3vw}._header_7bzpc_5{display:flex;align-items:flex-start;justify-content:space-between;gap:2vw;margin-bottom:2vh;flex-wrap:wrap}._left_7bzpc_14{display:flex;flex-direction:column;gap:.8vh;min-width:280px}._selector_7bzpc_21{max-width:320px}._titleRow_7bzpc_25{display:flex;align-items:center;gap:.8rem}._estadoBadge_7bzpc_31{padding:.2rem .7rem;border-radius:999px;background:#f6f2ef;color:#8a6d5a;font-size:.75rem;font-weight:600;text-transform:uppercase}._metaRow_7bzpc_41{display:flex;gap:1.5rem;color:#6f6a67;font-size:.9rem}._right_7bzpc_48{display:flex;align-items:center;gap:1.2vw;flex-wrap:wrap}._errorBox_7bzpc_55{background:#fff5f5;border:1px solid #f4c7c7;color:#9b2c2c;padding:.8rem 1rem;border-radius:12px;margin-bottom:1rem}._stepsRow_7bzpc_64{display:flex;align-items:center;gap:.8rem;padding:.6rem 0;overflow-x:auto}._stepItem_7bzpc_72{display:flex;align-items:center;gap:.5rem;white-space:nowrap}._stepIcon_7bzpc_79{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;font-size:.75rem;font-weight:700}._stepIconDone_7bzpc_90{background:#3c8b2f;color:#fff}._stepIconCurrent_7bzpc_95{background:#f28c02;color:#fff}._stepIconPending_7bzpc_100{background:#fff;border:1px solid #cfc7c2;color:#9b9998}._stepIconRejected_7bzpc_106{background:#b9382e;color:#fff}._stepLabel_7bzpc_111{font-size:.85rem;font-weight:600}._stepLabelDone_7bzpc_116{color:#2f6e26}._stepLabelCurrent_7bzpc_120{color:#a05700}._stepLabelPending_7bzpc_124{color:#9b9998}._stepLabelRejected_7bzpc_128{color:#b9382e}._stepLine_7bzpc_132{height:2px;width:28px;border-radius:2px}._stepLineDone_7bzpc_138{background:#3c8b2f}._stepLinePending_7bzpc_142{background:#d9d4cf}._stepLineRejected_7bzpc_146{background:#b9382e}._rechazoBox_7bzpc_150{display:flex;justify-content:space-between;gap:1rem;background:#fff5f5;border:1px solid #f4c7c7;color:#9b2c2c;padding:.9rem 1rem;border-radius:12px;margin:.8rem 0 1rem}._tabsWrap_7bzpc_162,._content_7bzpc_166{margin-top:1rem}._previewArea_7bzpc_170{min-height:420px}._previewContainer_7bzpc_174{border:1px solid #e6e1dc;border-radius:14px;overflow:hidden;background:#faf8f6}._previewIframe_7bzpc_181{width:100%;height:70vh;border:none}._noPreview_7bzpc_187,._loadingText_7bzpc_188{padding:2rem;text-align:center;color:#9b9998}
