*{font-size:var(--font-size-sm)}:root{--bp-md: 768px;--bp-lg: 1024px;--sidebar-collapsed: 60px;--sidebar-full: 200px;--sidebar-expanded: 240px;--font-size-base: 1rem;--font-size-smaller: clamp(.6rem, 1vw, .8rem);--font-size-small: clamp(.8rem, 1vw, 1rem);--font-size-sm: clamp(1rem, 1vw, 1.2rem);--font-size-medium: clamp(1rem, 2vw, 1.8rem);--font-size-ml: clamp(1.5rem, 3vw, 2rem);--font-size-large: clamp(2rem, 3vw, 2.2rem);--font-size-larger: clamp(2rem, 3vw, 2.4rem);--font-size-clock: clamp(2.6rem, 3vw, 2.6rem);--primary-color: #34495e;--font-family-base: "Comfortaa", sans-serif;--content-max:1120px;--radius-lg:.75rem;--radius-md:.5rem;--shadow-card:0 2px 10px rgba(52,73,94,.12)}.vertical-menu{position:fixed;top:0;left:0;right:0;background:#f0f4f8;z-index:100}.content-container{display:flex;margin-left:200px!important;min-height:90vh;height:auto;overflow:visible}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;padding:90px;z-index:4000;width:100%;cursor:default;pointer-events:auto}.modal-container{position:relative;width:min(520px,92vw);max-height:86vh;overflow:auto;background:#fff;border:1px solid #e8e8e8;border-radius:12px;box-shadow:0 10px 28px #0000002e;border-top:5px solid #e67e3e}.modal-container.confirm{border-top:4px solid #f59e0b}.modal-container.error{border-top:4px solid #ef4444}.modal-container.success{border-top:4px solid #10b981}.mobile-menu-button,.mobile-header{display:none}@media (max-width: 768px){.mobile-header{display:flex;position:fixed;top:0;left:0;right:0;height:60px;background:#34495e;box-shadow:0 2px 5px #0000001a;z-index:3001;align-items:center;padding-left:12px}.mobile-menu-button{display:block!important;background:none;border:none;font-size:1.8rem;cursor:pointer;color:#ccc;z-index:3002}.vertical-menu{top:60px;height:calc(100vh - 60px)!important;transform:translate(-100%);transition:transform .3s ease;z-index:3000;overflow-y:auto}.vertical-menu.open{transform:translate(0)!important}.content-container{margin-top:80px;margin-left:0!important}}.rs__menu-portal,.react-select__menu-portal{z-index:5000!important}.content-container:has(.login-container){margin-left:0!important;min-height:100dvh;display:grid;place-items:center}.vertical-menu:has(+.content-container .login-container){display:none!important}.vertical-menu{box-shadow:5px 0 5px #0000001a;display:flex;flex-direction:column;justify-content:space-between;width:200px;border-radius:0 10px 10px 0;height:100vh;overflow-y:auto}.vertical-menu h4{margin:1rem;font-size:var(--font-size-smaller)}.menu-list{flex-grow:1;list-style:none;padding:0;margin:0}.menu-item{display:flex;align-items:center;padding:1rem;cursor:pointer;border-radius:5px;transition:background .2s}.menu-item-container.active{background-color:#d0d0d0}.menu-label{font-size:var(--font-size-smaller)}.menu-footer{padding:10px 0;border-top:1px solid #e0e0e0}.logout-item{color:#d32f2f}.menu-item:hover{background-color:#ddd}.icon{margin-right:.5rem;font-size:var(--font-size-smaller)}.label{flex-grow:1;font-size:var(--font-size-smaller)}.submenu{list-style:none;padding-left:1.5rem;margin-top:.3rem}.submenu-item{padding:.3rem .9rem;border-radius:4px;cursor:pointer;margin-top:.2rem}.submenu-item:hover{background-color:#e0e0e0}.submenu-item.active{background-color:#d0d0d0}.arrow-icon{margin-right:.5rem;display:flex;align-items:center}.user-actions{margin-left:auto;display:inline-flex;gap:8px;align-items:center}.rt-link{background:none;border:none;padding:6px 8px;text-decoration:underline;cursor:pointer}.menu-footer{margin-top:auto;padding:12px;border-top:1px solid rgba(0,0,0,.06);display:grid;gap:8px;background:var(--sidebar-bg, #fff)}.menu-item.action-item{width:100%;display:inline-flex;align-items:center;gap:10px;padding:10px 12px;border-radius:12px;background:var(--bg-card, #fff);border:1px solid rgba(0,0,0,.06);box-shadow:var(--shadow-card, 0 1px 2px rgba(0,0,0,.04));cursor:pointer;font:inherit;color:inherit;text-align:left;transition:transform .06s ease,background .15s ease,box-shadow .15s ease}.menu-item.action-item:hover{background:var(--bg-hover, #f7f7f8);transform:translateY(-1px)}.menu-item.action-item .icon{width:20px;display:inline-flex;justify-content:center}.menu-item.action-item.logout-item{border-color:#b91c1c26;color:#b91c1c;background:#fff}.menu-item.action-item.logout-item:hover{background:#fff5f5}@media (max-width: 768px){.vertical-menu{display:flex;flex-direction:column;height:100dvh}.menu-footer{position:sticky;bottom:0;padding-bottom:max(12px,env(safe-area-inset-bottom));background:var(--sidebar-bg, #fff)}}.resetPass-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#1118278c;display:flex;justify-content:center;align-items:center;padding:16px;-webkit-backdrop-filter:saturate(1.2) blur(2px);backdrop-filter:saturate(1.2) blur(2px)}.resetPass-modal{width:100%;max-width:480px;background:#fff;border-radius:14px;box-shadow:0 20px 40px #0000002e,0 2px 6px #00000014;overflow:hidden}.resetPass-head{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px 14px;border-bottom:1px solid rgba(0,0,0,.06);background:#fff}.resetPass-head h3{margin:0;font-size:16px;font-weight:700}.resetPass-close{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:transparent;width:32px;height:32px;border-radius:8px;cursor:pointer}.resetPass-close:hover{background:#0000000f}.resetPass-body{padding:14px;display:grid;gap:12px}.resetPass-field span{display:block;font-size:12px;color:#475569;margin-bottom:6px}.resetPass-input{width:100%;height:38px;padding:8px 12px;border-radius:10px;border:1px solid rgba(0,0,0,.12);background:#fff;outline:none;transition:box-shadow .15s ease,border-color .15s ease}.resetPass-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.resetPass-error{border:1px solid rgba(185,28,28,.2);background:#fff5f5;color:#b91c1c;padding:8px 10px;border-radius:10px}.resetPass-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding-top:4px}.resetPass-actions .resetPass-btn{width:100%;min-width:0}.resetPass-btn{--btn-h: 38px;height:var(--btn-h);border-radius:10px;border:none;cursor:pointer;color:#fff;font-weight:700;letter-spacing:.2px;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:linear-gradient(90deg,#e67e3e,#fe9858);box-shadow:0 2px 10px #e67e3e47;transition:transform .06s ease,box-shadow .15s ease,filter .15s ease}.resetPass-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 18px #e67e3e59;filter:brightness(1.02)}.resetPass-btn:active:not(:disabled){transform:translateY(0);filter:brightness(.98)}.resetPass-btn:focus-visible{outline:none;box-shadow:0 0 0 2px #fff,0 0 0 4px color-mix(in srgb,#fe9858 45%,transparent)}.resetPass-btn:disabled{opacity:.65;cursor:not-allowed;box-shadow:none}.resetPass-btn--ghost{background:#fff;color:var(--text, #111827);border:1px solid var(--border, #e5e7eb);box-shadow:0 1px 2px #0000000f}.resetPass-btn--ghost:hover:not(:disabled){border-color:color-mix(in srgb,#fe9858 35%,var(--border, #e5e7eb));color:#e67e3e}.resetPass-btn.is-loading{position:relative;pointer-events:none}.resetPass-btn.is-loading:after{content:"";width:16px;height:16px;border-radius:50%;border:2px solid #fff;border-right-color:transparent;animation:resetPassSpin .75s linear infinite}@keyframes resetPassSpin{to{transform:rotate(360deg)}}@media (max-width: 480px){.resetPass-backdrop{align-items:flex-end}.resetPass-modal{max-width:100%;border-bottom-left-radius:0;border-bottom-right-radius:0;animation:resetPassSheetUp .18s ease-out}@keyframes resetPassSheetUp{0%{transform:translateY(16px);opacity:.98}to{transform:none;opacity:1}}}.loading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fffc;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:9999}.loading-spinner{border:8px solid #e0e0e0;border-top:8px solid #007bff;border-radius:50%;width:60px;height:60px;animation:spin 1s linear infinite}.loading-text{margin-top:16px;font-size:18px;color:#333;font-weight:700}.rt-auth-v2{--bg: #f8f9fa;--bg-2: #e9ecef;--card: #ffffff;--chip: #e67e3e;--field: #f8f9fa;--ring: #e67e3e;--text: #111827;--muted: #6b7280;--accent: #e67e3e;--accent-2: #fe9858;--rt: 22px;--shadow: 0 20px 60px -25px rgba(52, 73, 94, .18);font:400 18px/1.55 Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial;min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:clamp(24px,5vw,48px);color:var(--text)}.rt-container{width:min(1440px,98vw);display:grid;gap:24px;grid-template-columns:1fr;background:linear-gradient(180deg,#fff,#f6f7f9);border:1px solid #e5e7eb;border-radius:32px;padding:clamp(16px,2.4vw,24px);box-shadow:0 30px 80px -30px #2c3e5040}@media (min-width: 980px){.rt-container{grid-template-columns:600px 1fr}}.rt-panel{background:linear-gradient(135deg,#34495e,#2c3e50);border-radius:28px;border:1px solid rgba(0,0,0,.05);box-shadow:0 12px 36px -20px #2c3e5047;padding:14px}.rt-panel-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.rt-chip{display:inline-flex;align-items:center;gap:.4rem;background:linear-gradient(135deg,var(--chip),#fe9858);border:1px solid rgba(255,255,255,.2);color:#fff;font-weight:600;font-size:.85rem;padding:.35rem .7rem;border-radius:999px;box-shadow:0 4px 12px #e67e3e4d}.rt-ghost{color:#fe9858;text-decoration:none;font-size:.9rem;transition:color .2s ease}.rt-ghost:hover{color:#ffa976;text-decoration:underline}.rt-media{position:relative;height:560px;border-radius:20px;background-size:cover;background-position:center;overflow:hidden;isolation:isolate;border:1px solid rgba(255,255,255,.2)}@media (max-width: 979.98px){.rt-media{height:420px}}.rt-media:before{content:none}.rt-media-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:flex;flex-direction:column;justify-content:flex-end;padding:16px;gap:6px}.rt-media-overlay h3{margin:0;font-size:clamp(1.1rem,2.6vw,1.6rem);letter-spacing:.2px;color:#2c3e50;background:#ffffffa6;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);padding:.4rem .7rem;border-radius:999px;border:1px solid rgba(44,62,80,.12);display:inline-block}.rt-media-overlay p{margin:0;color:#ffffffe6;max-width:40ch}.rt-dots{display:flex;gap:8px;margin-top:10px}.rt-dots span{width:26px;height:4px;border-radius:999px;background:#ffffff4d}.rt-dots span:first-child{background:linear-gradient(90deg,#e67e3e,#fe9858);box-shadow:0 2px 8px #e67e3e80}.rt-card{background:var(--card);border-radius:28px;border:1px solid #eef0f2;box-shadow:0 10px 30px -18px #2c3e5038;padding:clamp(22px,3.6vw,34px);display:grid;grid-template-rows:auto 1fr auto;gap:14px}.rt-head h1{margin:.2rem 0;font-size:clamp(1.6rem,2.8vw,2.2rem);letter-spacing:.3px;color:#111827;font-weight:700}.rt-head p{margin:.3rem 0 0;color:var(--muted)}.rt-form{display:grid;gap:12px;align-content:start}.rt-field{display:grid;gap:6px}.rt-field>span{color:#374151;font-size:.92rem;font-weight:600}.rt-input{width:100%;padding:14px 16px;border-radius:12px;color:#111827;background:var(--field);border:1px solid #d1d5db;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease;font-size:1rem}.rt-input::placeholder{color:#9ca3af}.rt-input:focus{outline:none;border-color:var(--ring);background:#fff;box-shadow:0 0 0 4px #e67e3e1f}.rt-pass{position:relative}.rt-peek{position:absolute;right:.6rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#6b7280;opacity:.8;cursor:pointer;font-size:1.05rem;transition:opacity .2s ease,color .2s ease}.rt-peek:hover{opacity:1;color:#e67e3e}.rt-btn{padding:14px 16px;border-radius:12px;border:none;cursor:pointer;background:linear-gradient(135deg,var(--accent),var(--accent-2));color:#fff;font-weight:700;letter-spacing:.2px;box-shadow:0 10px 25px -10px #e67e3e66;transition:transform .15s ease,box-shadow .2s ease;font-size:1rem}.rt-btn:hover{transform:translateY(-2px);box-shadow:0 14px 32px -8px #e67e3e80}.rt-btn:active{transform:translateY(0)}.rt-btn[disabled]{opacity:.6;cursor:not-allowed;filter:grayscale(.3)}.rt-error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b;border-radius:12px;padding:.75rem .9rem;font-size:.95rem}.rt-line{height:1px;background:linear-gradient(90deg,transparent,#e5e7eb,transparent);margin-top:.35rem}.rt-help{margin:0;color:var(--muted);font-size:.95rem}.rt-help .rt-ghost{color:#e67e3e;font-weight:600}.rt-foot{border-top:1px solid #e5e7eb;padding-top:10px;color:#9ca3af;display:flex;justify-content:space-between;font-size:.88rem}body{font-family:Inter,sans-serif;margin:0;padding:0;background-color:#f9f9f9;color:#333;display:flex;justify-content:center;align-items:center;min-height:100vh}.error-message-creation{background-color:#34495e;padding:10px;border-radius:5px;text-align:center;margin-bottom:20px;color:#fff}.formularios-container-creation::-webkit-scrollbar{width:8px}.formularios-container-creation::-webkit-scrollbar-track{background:#f0f0f0}.formularios-container-creation::-webkit-scrollbar-thumb{background-color:#fe9858;border-radius:4px;border:2px solid #f0f0f0}.form-builder-creation{display:flex;flex-direction:column;max-height:100vh;padding:1rem;box-sizing:border-box;overflow:hidden}.formularios-list-creation{flex:1 1 auto;overflow:hidden;display:flex;flex-direction:column}.formularios-container-creation{flex:1;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#34495e #f0f0f0}.main-title{font-size:var(--font-size-medium);margin-bottom:1rem}.section-title-creation{font-size:var(--font-size-sm);color:#34495e;margin-bottom:.5rem}.toggle-button-creation{padding:12px 18px;background:linear-gradient(to bottom right,#fe9858,#e67e3e);color:#fff;border-radius:5px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:var(--font-size-sm);transition:background-color .2s,transform .1s;box-shadow:0 2px 4px #e67e3e33;margin-block:1rem}.toggle-button-creation:hover{background:linear-gradient(to bottom right,#e67e3e,#d66a2e);transform:translateY(-1px)}.toggle-button-creation:active{transform:translateY(0)}.no-formularios-message{text-align:center;color:#999}.formulario-item-creation{background:#f5f5f5;border-radius:8px;transition:all .2s;padding:.1rem;margin-top:10px;gap:.1rem;border:1px solid #e0e0e0}.formulario-header-creation{display:flex;justify-content:space-between;align-items:center;cursor:pointer;padding:1rem;gap:1rem;color:#34495e}.formulario-body-creation{padding:.7rem;border-top:1px solid #e0e0e0;display:flex;flex-direction:column;gap:.9rem}.formulario-input-creation{width:90%;padding:12px;border-radius:8px;border:1px solid #e0e0e0;background-color:#fff;color:#34495e;font-size:1rem}.formulario-buttons-creation{display:flex;gap:.5rem}.edit-button,.save-button,.cancel-button,.formulario-button-creation{padding:4px;border:none;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;min-width:28px;min-height:28px;font-size:.9rem;transition:background-color .2s,transform .1s}.edit-button{background-color:#e9ecef;color:#34495e}.edit-button:hover{background-color:#dee2e6;transform:translateY(-1px)}.save-button,.formulario-button-creation{background:linear-gradient(to bottom right,#fe9858,#e67e3e);color:#fff;box-shadow:0 2px 4px #e67e3e33}.save-button:hover,.formulario-button-creation:hover{background:linear-gradient(to bottom right,#e67e3e,#d66a2e);transform:translateY(-1px)}.save-button:disabled,.formulario-button-creation:disabled{background:linear-gradient(to bottom right,#ffc5a3,#f5b795);cursor:not-allowed;transform:none;box-shadow:none}.cancel-button-edit{margin-top:10px;padding:8px 16px;background-color:#f1f1f1;color:#333;border:1px solid #ddd;border-radius:5px;cursor:pointer;font-weight:600;transition:background-color .2s}.cancel-button-edit:hover{border:1px solid #d17036;color:#d17036;transform:translateY(-1px);border-color:#e67e3e}.formulario-button-creation{margin-top:10px;padding:6px 12px}.Cancel-button-edit{padding:6px 12px;margin-top:10px;border-radius:4px;font-size:.9rem}.crear-formulario-creation{margin-top:2rem}.crear-input-creation{padding:10px;border-radius:5px;background-color:#fff;border:1px solid #e0e0e0}.crear-button-creation{width:100%;padding:10px;background:linear-gradient(to bottom right,#fe9858,#e67e3e);border:none;border-radius:8px;color:#fff;cursor:pointer}.formulario-descripcion-title-creation{font-size:1.25rem;font-weight:700;gap:5rem;margin-bottom:10px;color:#34495e}.loader-container{display:flex;justify-content:center;align-items:center;position:fixed;top:0;left:0;width:100vw;height:100vh;background:#f9f9f9cc;z-index:9999}.loader{width:100px;height:100px;display:flex;justify-content:center;align-items:center;border-radius:50%;background:linear-gradient(0deg,#fff 50%,#fe9858);animation:spin 1s linear infinite}.inner-circle{width:90%;height:90%;background-color:#f9f9f9;border-radius:50%}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;justify-content:center;align-items:center;z-index:1000}.popup-content{display:flex;flex-direction:column;gap:20px;background:#fff;padding:2rem;border-radius:10px;width:400px}.popup-content h3{font-size:var(--font-size-medium);color:#e67e3e}.popup-content input,.popup-content textarea{padding:10px;border-radius:5px;border:1px solid #e0e0e0;background-color:#f9f9f9;font-size:var(--font-size-sm);max-width:380px;max-height:250px}.popup-buttons{display:flex;justify-content:space-between;gap:10px;margin-top:20px}.confirm-button{background:linear-gradient(to bottom right,#fe9858,#e67e3e);padding:10px;font-size:var(--font-size-sm);font-weight:700;border-radius:5px;cursor:pointer;transition:background-color .2s ease-in-out;text-align:center;color:#fff}.confirm-button:hover{background:linear-gradient(to bottom right,#e67e3e,#d66a2e)}.cancel-button{background:#ccc;padding:10px;font-size:var(--font-size-sm);font-weight:700;border-radius:5px;cursor:pointer;transition:background-color .2s ease-in-out;text-align:center;color:#333}.cancel-button:hover{background-color:#bbb}@keyframes fadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.logout-button{position:relative;right:5px;background:linear-gradient(to bottom right,#fe9858,#e67e3e);color:#fff;border:none;border-radius:5px;padding:10px 15px;font-size:16px;cursor:pointer;box-shadow:0 4px 6px #e67e3e33;transition:background-color .3s ease}.logout-button:hover{background:linear-gradient(to bottom right,#e67e3e,#d66a2e)}.popup-confirmacion-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;justify-content:center;align-items:center;z-index:1200}.popup-confirmacion-content{padding:20px 30px;border-radius:8px;text-align:center;max-width:400px;width:90%;box-shadow:0 4px 8px #e67e3e33;font-family:Arial,sans-serif;animation:fadeIn .3s ease}.popup-confirmacion-success,.popup-confirmacion-error{background-color:#fff;color:#34495e;border:1px solid #e67e3e}.popup-confirmacion-button{margin-top:15px;background:linear-gradient(to bottom right,#fe9858,#e67e3e);color:#fff;border:none;border-radius:5px;padding:10px 20px;cursor:pointer;font-size:14px;font-weight:700;transition:background-color .3s ease}.popup-confirmacion-button:hover{background:linear-gradient(to bottom right,#e67e3e,#d66a2e)}.container-creation{display:flex;flex-direction:column;width:calc(90vw - 200px);border-radius:5px;margin:auto;box-shadow:0 0 5px #34495e;padding:1rem 2rem;margin-block:1rem}@media (max-width: 1200px){.formularios-container-creation{height:60vh}.popup-content{padding:20px}.logout-button{font-size:14px;padding:8px 10px}}@media (max-width: 480px){.logout-button{font-size:10px;padding:4px 8px;padding-inline:10px;gap:.5rem;margin-right:px}.container-creation{width:75vw}.crear-button-creation{font-size:14px;padding:8px}.popup-content{padding:15px}.formulario-buttons-creation{flex-wrap:nowrap;flex-direction:column}}.modal-header h3{margin:0;font-size:var(--font-size-sm)}.modal-close{background:none;border:none;cursor:pointer;color:#999}.form-grid{display:grid;gap:1rem;padding:20px}.form-group input{background-color:#f7f7f7;padding:.5rem;border:1px solid #ccc;border-radius:5px;font-size:var(--font-size-small)}.form-select{width:100%;cursor:pointer;padding:.5rem;border:1px solid #ccc;border-radius:5px;font-size:var(--font-size-small)}.form-select:disabled{cursor:not-allowed}.modal-footer{display:flex;justify-content:flex-end;padding:1rem 2rem;border-top:1px solid #e8e8e8}.modal-confirm-button{padding:8px 16px;background-color:#e67e3e;color:#fff;border:none;border-radius:5px;cursor:pointer;font-weight:600;transition:background-color .2s}.modal-confirm-button:hover{background-color:#d17036}.modal-cancel-button{padding:8px 16px;background-color:#f1f1f1;color:#333;border:1px solid #ddd;border-radius:5px;cursor:pointer;font-weight:600;transition:background-color .2s}.modal-cancel-button:hover{border:1px solid #d17036;color:#d17036}.asignar-formulario-modal input.error,.asignar-formulario-modal select.error{border-color:#e74c3c}.asignar-formulario-modal .select-loading{display:flex;align-items:center;gap:8px;padding:10px;background-color:#f7f7f7;border:1px solid #ccc;border-radius:4px;color:#666;font-size:var(--font-size-small)}.asignar-formulario-modal .error-message{color:#e74c3c;font-size:var(--font-size-small);margin-top:5px}.asignar-formulario-modal .animate-spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--page-side-gap: 200px;--table-max-h: calc(140vh - 360px) ;--radius: 8px;--rsz: 14px;--primary: #6c5ce7;--radius-lg: 12px;--radius-md: 10px;--text: #111827;--muted: #6b7280;--bg: #ffffff;--border: #e5e7eb;--warning: #f59e0b;--delete: #ef4444;--info: #0ea5e9;--success: #10b981}.registro-solicitudes-container{display:flex;flex-direction:column;width:calc(90vw - var(--page-side-gap));max-width:1400px;margin:1rem auto;padding:1rem 1.25rem;background:#fff6ea;border-radius:var(--radius);box-shadow:0 0 5px #34495e;max-height:var(--table-max-h);overflow:auto}.registro-solicitudes-title{font-size:var(--font-size-medium)}.empty-state-container{min-height:240px;display:flex;align-items:center;justify-content:center}.empty-state{display:flex;flex-direction:column;align-items:center;text-align:center;padding:32px 20px;width:100%;max-width:520px;margin-inline:auto}.empty-state svg{margin-bottom:16px;opacity:.7}.empty-state h3{font-size:18px;font-weight:600;margin-bottom:6px;color:#333}.empty-state p{font-size:14px;color:#666}.registro-solicitudes-error{background:#ffecec;color:#721c24;padding:8px;border-radius:4px;margin-bottom:12px;border:1px solid #f5c6cb;font-size:13px}.registro-solicitudes-success{background:#d4edda;color:#155724;padding:8px;border-radius:4px;margin-bottom:12px;border:1px solid #c3e6cb;font-size:13px}.registro-solicitudes-filters{margin-bottom:1rem;background:#f8f9fa;border:1px solid #ddd;border-radius:var(--radius)}.filter-toggle-button{width:100%;padding:8px 18px;display:flex;align-items:center;justify-content:center;cursor:pointer}.filter-toggle-button svg{margin-inline:.5rem}.filter-toggle-button span{font-size:var(--font-size-smaller)}.filters-container{padding:.5rem .75rem .75rem}.filters-row{display:grid;gap:10px;margin-bottom:1rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.filter-item{min-width:0;display:flex;flex-direction:column;gap:4px}.filter-item label{font-weight:500;font-size:var(--font-size-smaller);color:#555}.filter-item select,.filter-input{padding:.5rem;border:1px solid #ddd;border-radius:5px;font-size:var(--font-size-smaller);height:31px;width:100%;max-width:100%}.date-range{display:flex;align-items:center;gap:8px;flex-wrap:wrap;max-width:100%}.filter-date-input{width:100%;min-width:140px;height:31px;padding:4px 30px 4px 10px;font-size:var(--font-size-smaller);color:#333;background:#fff;border:1px solid #ddd;border-radius:5px;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none}.date-range .filter-date-input{flex:1 1 140px;min-width:0;width:auto;box-sizing:border-box}.date-range>span{flex:0 0 auto}.filter-actions{display:flex;gap:10px;flex-wrap:wrap}.apply-filters-button,.clear-filters-button{padding:.5rem;border-radius:5px;cursor:pointer;font-size:var(--font-size-smaller)}.apply-filters-button{background:linear-gradient(to bottom right,#fe9858,#e67e3e);color:#fff}.clear-filters-button{border:1px solid #ddd;color:#333}.clear-filters-button:hover{border-color:#e67e3e}.pagination-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.items-per-page{display:flex;align-items:center;gap:10px}.items-per-page label,.items-per-page span{font-size:var(--font-size-smaller)}.items-per-page select{padding:5px;border:1px solid #ddd;border-radius:5px;font-size:var(--font-size-smaller)}.pagination-info{font-size:var(--font-size-smaller);color:#666;text-align:end}.registro-solicitudes-table-container{border:1px solid #ddd;border-radius:var(--radius);overflow:auto;max-height:var(--table-max-h);min-height:220px;background:#fff}.registro-solicitudes-table-container{overflow-x:auto}.registro-solicitudes-table{width:100%;border-collapse:separate;border-spacing:0;font-size:var(--font-size-smaller);background:#fff}.registro-solicitudes-table thead{position:sticky;top:0;z-index:2;background:#fe9858;color:#fff}.registro-solicitudes-table tr:nth-child(2n){background:#f9f9f9}.registro-solicitudes-table tr:hover{background:#fe9858;color:#fff}.registro-solicitudes-table th,.registro-solicitudes-table td{padding:.3rem;white-space:nowrap;min-width:80px;text-align:justify;border-bottom:1px solid #eee}.registro-solicitudes-table input,.registro-solicitudes-table select{width:100%;max-width:320px;padding:4px 6px;border:1px solid #ddd;border-radius:4px;height:28px;font-size:13px}.registro-solicitudes-table-tr{outline:1px solid #34495e30;border-radius:5px}.estado-1{color:#ff9800;font-weight:500}.estado-2{color:#2196f3;font-weight:500}.estado-3{color:#4caf50;font-weight:500}.estado-4{color:#f44336;font-weight:500}.pagination{display:flex;justify-content:center;gap:5px;margin-block:1rem}.pagination-button{padding:5px;background:#fff;border:1px solid #ddd;border-radius:5px;cursor:pointer;min-width:30px;font-size:var(--font-size-smaller)}.pagination-button.active{background:#34495e;color:#fff;border-color:#34495e}.edit-actions-container{display:flex;gap:15px;margin-block:1rem;flex-wrap:wrap}.save-changes-button,.cancel-changes-button{position:relative;display:flex;align-items:center;justify-content:center;gap:10px;padding:.5rem;border-radius:5px;font-weight:600;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 2px 10px #00000014;overflow:hidden;flex:1 1 220px}.save-changes-button{background:linear-gradient(to right,#38b2ac,#4fd1c5);color:#fff}.save-changes-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px #38b2ac4d}.cancel-changes-button{background:linear-gradient(to right,#f56565,#fc8181);color:#fff}.cancel-changes-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px #f565654d}.crear-solicitud-button{position:relative;display:flex;align-items:center;justify-content:center;gap:10px;padding:.5rem;background:linear-gradient(to right,#e67e3e,#fe9858);color:#fff;border-radius:5px;font-weight:600;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 2px 10px #e67e3e4d;overflow:hidden;flex:1 1 220px}.crear-solicitud-button:hover{transform:translateY(-2px);box-shadow:0 5px 15px #e67e3e66}.asignar-button,.desasignar-button{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:4px;border:none;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;padding:0;margin:0}.asignar-button{background:#e9f2ff;color:#e67e3e}.asignar-button:hover{background:#d5e7ff;color:#d66a2e;box-shadow:0 2px 4px #e67e3e33}.desasignar-button{background:#ffebeb;color:#e53935}.desasignar-button:hover{background:#ffd7d7;color:#c62828;box-shadow:0 2px 4px #e5393533}.has-ejecutor:after{content:"";position:absolute;top:3px;right:3px;width:6px;height:6px;border-radius:50%;background:#10b981}.pending-changes{background:#ffe6c880;font-weight:500;border-left:2px solid #e67e3e;position:relative}.pending-changes:after{content:"";position:absolute;width:6px;height:6px;background:#e67e3e;border-radius:50%;top:4px;right:4px}.editable-cell:hover{background:#f0f0f080}.editable-cell-container{position:relative}.input-wrapper.has-error .editable-cell-input{border:1px solid #ff4d4f;background:#fff2f0}.field-error-message{position:absolute;bottom:-24px;left:0;background:#ff4d4f;color:#fff;padding:2px 8px;border-radius:2px;font-size:12px;z-index:10;white-space:nowrap;display:flex;align-items:center;gap:4px}@keyframes pulse-border{0%{border-color:#ccc}50%{border-color:#e67e3e}to{border-color:#ccc}}.loading-container{position:fixed;top:0;right:0;bottom:0;left:0;background:#fffc;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:9999}.loader{width:60px;height:60px;border-radius:50%;border:3px solid rgba(230,126,62,.2);border-top:3px solid #e67e3e;animation:spin 1s linear infinite;position:relative}.inner-circle{position:absolute;width:40px;height:40px;border-radius:50%;background:#fff;top:50%;left:50%;transform:translate(-50%,-50%)}.loading-container p{margin-top:12px;font-size:16px;font-weight:500;color:#333}.btn-actualizar{padding:.5rem;background:linear-gradient(to right,#e67e3e,#fe9858);color:#fff;border:none;border-radius:5px;display:flex;align-items:center;gap:6px;font-size:var(--font-size-smaller);cursor:pointer}.finalizar-button{background:#10b981;color:#fff;border-radius:6px;padding:6px;border:none;cursor:pointer}.ms-input .dropdown-container{border:1px solid #ddd;border-radius:5px;min-height:34px;height:34px;font-size:12px;background:#fff}.ms-input .dropdown-heading{min-height:34px;height:34px;padding:6px 10px}.ms-input .dropdown-heading-value{display:flex;align-items:center}.ms-input .chip{display:none!important}.ms-input .clear-selected-button{top:6px;right:6px}.ms-input .panel-content{max-height:260px;border:1px solid #eee}.ms-input .search{padding:6px 8px}.ms-input .select-item{padding:6px 10px;font-size:12px}.ms-input .selected{background:#ffe3d0;color:#a5521f}.ms-input .not-selected:hover{background:#e67e3e14}.react-select__menu-portal,.mf__menu-portal{z-index:99999!important}.registro-solicitudes-table-container{position:relative;z-index:1}.registro-solicitudes-filters{position:relative;z-index:2}.filter-item .filter-text-input{width:240px;max-width:100%;height:34px;padding:6px 10px;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#111827;font-size:var(--font-size-small, .95rem);line-height:1.2;outline:none;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.filter-item .filter-text-input::placeholder{color:#9ca3af;opacity:1}.filter-item .filter-text-input:hover{border-color:#9ca3af}.filter-item .filter-text-input:focus{border-color:var(--primary, #6c5ce7);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary, #6c5ce7) 25%,transparent)}.filter-item .filter-text-input.is-error{border-color:#ef4444;box-shadow:0 0 0 3px color-mix(in srgb,#ef4444 20%,transparent)}.field-error-message{margin-top:4px;font-size:var(--font-size-smaller, .8rem);color:#b91c1c}.filter-item>label{display:block;margin-bottom:6px;font-weight:600;font-size:var(--font-size-small, .95rem);color:#374151}.modal-header{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:14px 16px 10px;border-bottom:1px solid #f0f0f0}.modal-header h3{margin:0;font-size:1.05rem;font-weight:700}.modal-header>button{border:none;background:transparent;padding:6px;border-radius:8px;cursor:pointer;color:var(--muted);transition:background .15s ease,color .15s ease}.modal-header>button:hover{background:#f3f4f6;color:#374151}.modal-content{padding:14px 6px 10px;color:#374151;line-height:1.45}.modal-content{position:relative;width:min(520px,92vw);max-height:86vh;overflow:auto;background:#fff;border:1px solid #e8e8e8;border-radius:12px;box-shadow:0 10px 28px #0000002e;border-top:5px solid #e67e3e}.notification-container.success{box-shadow:0 -3px 0 var(--success) inset,0 14px 34px #00000038}.notification-container.error{box-shadow:0 -3px 0 var(--delete) inset,0 14px 34px #00000038}.notification-header{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:6px 6px 10px;border-bottom:1px solid var(--border)}.notification-header h3{margin:0;font-size:1.02rem;font-weight:700}.notification-close{border:none;background:transparent;padding:6px;border-radius:8px;cursor:pointer;color:var(--muted);transition:background .15s ease,color .15s ease}.notification-close:hover{background:#f3f4f6;color:#374151}.notification-content{display:grid;grid-template-columns:28px 1fr;align-items:flex-start;gap:10px;padding:12px 6px 8px}.notification-content p{margin:0;color:#374151;line-height:1.45}.notification-icon{display:grid;place-items:center;height:28px}.success-icon{color:var(--success)}.error-icon{color:var(--delete)}.notification-footer{display:flex;justify-content:flex-end;padding:10px 6px 2px}.confirmation-dialog-container{position:relative;width:min(520px,92vw);background:var(--bg);color:var(--text);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:0 10px 28px #0000002e;padding:14px 14px 12px;transform:translate(-50%,-50%);left:15%;animation:rs-scale-in .18s cubic-bezier(.2,.8,.2,1) both}.confirmation-dialog-header{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:6px 6px 10px;border-bottom:1px solid var(--border)}.confirmation-dialog-header h3{margin:0;font-size:1.05rem;font-weight:700}.confirmation-dialog-header>button{border:none;background:transparent;padding:6px;border-radius:8px;cursor:pointer;color:var(--muted);transition:background .15s ease,color .15s ease}.confirmation-dialog-header>button:hover{background:#f3f4f6;color:#374151}.confirmation-dialog-content{display:grid;grid-template-columns:40px 1fr;align-items:flex-start;gap:12px;padding:14px 6px 10px}.confirmation-dialog-content p{margin:0;line-height:1.45;font-size:.95rem;color:#374151}.confirmation-dialog-icon{display:grid;place-items:center;height:40px}.warning-icon{color:var(--warning)}.delete-icon{color:var(--delete)}.info-icon{color:var(--info)}.confirmation-dialog-footer{display:flex;justify-content:flex-end;gap:10px;padding:12px 6px 4px;border-top:1px solid var(--border)}.mf__menu-portal,.rmsc .dropdown-portal{z-index:99999!important}@media (max-width: 768px){:root{--page-side-gap: 90px}.registro-solicitudes-container{width:calc(115vw - var(--page-side-gap));padding:1rem}.filters-row{grid-template-columns:1fr}}.modal-container .form-group input,.modal-container .form-group select,.modal-container .form-group textarea{width:100%;padding:10px 12px;font-size:var(--font-size-small);color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:10px;box-sizing:border-box;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}body{display:flex;justify-content:center;align-items:center;height:100vh;margin:0;background:#f9f9f9;font-family:Inter,sans-serif}.back-button{position:absolute;color:#d66a2e;padding:5px;background:none;top:25px;left:30px;width:35px;height:35px;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:50%;transition:background-color .3s ease,transform .2s ease}.back-button:hover{background:linear-gradient(to bottom right,#e67e3e,#d66a2e);color:#fff!important;transform:scale(1.1)}.back-button:active{transform:scale(.95)}.container-question{max-width:1200px;margin:0 auto;padding:20px}.tittle-question{font-size:var(--font-size-medium);color:#e67e3e}button{outline:none;border:none;cursor:pointer;background:none}button:disabled{background:#ccc;cursor:not-allowed}input:disabled,select:disabled{background:#f0f0f0;color:#999}.form-builder-wrapper{display:flex;border-radius:15px;box-shadow:0 0 10px #33333352;height:90vh;width:90vw}.form-builder-question{background-color:#fff;padding:2rem;border-radius:15px;display:flex;flex-direction:column;width:50vw}.form-builder-question .scrollable-questions{overflow-y:auto}.form-builder-question .sortable-field-question input,.form-builder-question .sortable-field-question select{flex:1;padding:3px;background:#fff;color:#333;border:1px solid #e0e0e0;border-radius:6px}.form-builder-question .sortable-field-question input:focus,.form-builder-question .sortable-field-question select:focus{outline:none;border-color:#fe9858;box-shadow:0 0 0 3px #fe985833}.empty-message-question{font-size:16px;text-align:center;color:#999;margin-top:20px}.preview-column{display:flex;flex-direction:column;background-color:#fff;padding:2rem;border-radius:8px;color:#333;border-left:1px solid #f0f0f0;overflow-y:auto;width:30vw}.preview-content{overflow-y:auto}.preview-content::-webkit-scrollbar{width:8px}.preview-content::-webkit-scrollbar-thumb{background-color:#fe9858;border-radius:4px}.preview-content::-webkit-scrollbar-track{background:#f0f0f0}.preview-item input,.preview-item select{width:90%;padding:8px;margin-top:5px;border-radius:4px;border:1px solid #e0e0e0;background-color:#fff;color:#333}.remove-option-button{display:flex;align-items:center;gap:10px;padding:10px 15px;font-size:14px;font-weight:700;color:#fff;background:#ccc;border:none;border-radius:4px;cursor:pointer;margin-bottom:1px;transition:background-color .2s ease-in-out}.options-editor{display:flex;flex-direction:column;gap:10px}.edit-button-question{display:flex;justify-content:center;align-items:center;padding:.5rem;background:linear-gradient(to bottom right,#fe9858,#e67e3e);color:#fff;border:none;border-radius:5px;cursor:pointer;margin-left:auto}.add-button-question:hover,.save-order-question:hover,.option_text:hover,.option_value:hover{background:linear-gradient(to bottom right,#e67e3e,#d66a2e)}.save-button-question{background:linear-gradient(to bottom right,#fe9858,#e67e3e);padding:10px;font-size:var(--font-size-sm);font-weight:700;border-radius:5px;cursor:pointer;transition:background-color .2s ease-in-out;text-align:center;color:#fff}.save-button-question:hover{background:linear-gradient(to bottom right,#e67e3e,#d66a2e)}.cancel-button-question{background:#ccc;padding:10px;font-size:var(--font-size-sm);font-weight:700;border-radius:5px;cursor:pointer;transition:background-color .2s ease-in-out;text-align:center;color:#333}.cancel-button-question:hover{background:#bbb}.popup-overlay-question{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;justify-content:center;align-items:center;z-index:1000}.validation-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;justify-content:center;align-items:center;z-index:2000}.popup-content-question{display:flex;flex-direction:column;gap:20px;background:#fff;padding:2rem;border-radius:10px;width:400px}.validation-popup-content{background:#fff;color:#333;padding:40px;border-radius:12px;width:600px;box-shadow:0 6px 10px #e67e3e33;display:flex;flex-direction:column;gap:20px;text-align:center;position:relative;z-index:2001}.popup-content-question h3,.validation-popup-content h3{font-size:var(--font-size-medium);color:#e67e3e;text-align:center}.popup-content-question input[type=text],.popup-content-question select{padding:10px;font-size:var(--font-size-sm);border:1px solid #e0e0e0;border-radius:5px;background:#f9f9f9}.popup-content-question input[type=text]:focus,.popup-content-question select:focus{border-color:#fe9858;box-shadow:0 0 0 4px #fe985833}.popup-content-question label{display:flex;align-items:center;gap:10px;font-size:var(--font-size-sm)}.validation-popup-content .popup-buttons{margin-top:15px}.validation-popup-content .confirm-button{background:linear-gradient(to bottom right,#fe9858,#e67e3e);color:#fff;padding:10px 20px;border:none;border-radius:4px;cursor:pointer;z-index:2002}.validation-popup-content .cancel-button{background-color:#ccc;color:#333;padding:10px 20px;border:none;border-radius:4px;cursor:pointer;z-index:2002}.scrollable-questions::-webkit-scrollbar,.form-builder-question::-webkit-scrollbar,.preview-column::-webkit-scrollbar{width:8px}.scrollable-questions::-webkit-scrollbar-thumb,.form-builder-question::-webkit-scrollbar-thumb,.preview-column::-webkit-scrollbar-thumb{background-color:#fe9858;border-radius:4px}.scrollable-questions::-webkit-scrollbar-track,.form-builder-question::-webkit-scrollbar-track,.preview-column::-webkit-scrollbar-track{background:#f0f0f0}.checkbox-group,.radio-group{display:flex;flex-direction:column;gap:5px}.checkbox-option,.radio-option{display:flex;align-items:center;gap:.1px}.checkbox-option input,.radio-option input{margin:0;padding:0;width:30px}.logout-button-question{position:fixed;top:20px;right:10px;background:linear-gradient(to bottom right,#fe9858,#e67e3e);color:#fff;border:none;border-radius:5px;padding:10px 15px;font-size:16px;cursor:pointer;box-shadow:0 4px 6px #e67e3e33;transition:background-color .3s ease;z-index:2000}.logout-button-question:hover{background:linear-gradient(to bottom right,#e67e3e,#d66a2e)}.options-list-question{display:flex;flex-direction:column;gap:10px}@media (max-width: 768px){.tittle-question{font-size:1.5rem;margin-top:10px}.save-order-question{width:100%;text-align:center}.sortable-field-question{flex-direction:row;align-items:center;gap:10px}}@media (max-width: 480px){.tittle-question{font-size:1.25rem}.sortable-field-question{flex-direction:column;align-items:flex-start;gap:5px;max-width:99%;max-height:79%}.save-order-question{font-size:.9rem;width:100%;padding:.75rem}}.back-button-form{display:flex;color:#34495e;margin-block:1rem;justify-content:center;align-items:center;border-radius:50px 20px 20px 50px}.back-button-form:hover{transform:translate(-2px) scale(1.1);background:#e67e3e;color:#fff}.container-tittle-back{display:flex;gap:20px}.title-question-form{color:#34495e;font-size:var(--font-size-medium)}.add-button-question,.add-option-button,.option_text,.option_value,.save-order-question{display:flex;align-items:center;gap:10px;padding:10px 15px;font-size:var(--font-size-sm);font-weight:700;color:#fff;background:linear-gradient(to bottom right,#fe9858,#e67e3e);border:none;border-radius:5px;cursor:pointer;margin-block:1rem;transition:background-color .2s ease-in-out;flex:1}.container-form-btn{display:flex;gap:30px}.scrollable-questions{border:1px solid #ddd;border-radius:5px}.form-builder-question .sortable-field-question{display:flex;align-items:flex-start;gap:5px;padding:.5rem;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:5px;margin:1rem}.preview-item p,.radio-option{font-size:var(--font-size-small)}.option-item{display:flex;justify-content:space-between;gap:10px;padding:.5rem}.popup-content-question{width:55%}@media (max-width: 768px){.form-builder-wrapper{flex-direction:column;align-items:center;gap:1rem;padding:1rem}.form-builder-question{height:50vh;width:90%;padding:1rem}.sortable-field-question{margin:.5rem!important}.sortable-field-question h3,.sortable-field-question p,.sortable-field-question label{font-size:var(--font-size-small)}.preview-column{width:90%;padding:1rem;overflow-y:auto;height:50vh}.container-creation{height:90%;width:85vw;padding:.5rem}.popup-content{padding:20px;margin-inline:1rem}.add-button-question,.add-option-button,.option_text,.option_value,.save-order-question{margin-block:.5rem;font-size:var(--font-size-small)}.cursor-grab{visibility:hidden;display:none}.title-question-form{font-size:var(--font-size-medium);margin-block:.5rem;display:flex;align-items:center}.popup-content-question{width:75vw;height:80vh;overflow-y:auto}.option-item{flex-wrap:wrap;flex-direction:column;border-radius:5px;border:1px solid #ddd}}:root{--ex-bg: #ffffff;--ex-text: #1f2937;--ex-muted: #6b7280;--ex-border: #e5e7eb;--ex-brand: #f59e0b;--ex-brand-2: #f59e0b;--ex-ok: #10b981;--ex-warn: #f59e0b;--ex-err: #ef4444;--ex-shadow: 0 10px 30px rgba(2, 8, 23, .07)}.excel-reader-container{position:relative;width:min(980px,92vw);margin:clamp(16px,4vh,40px) auto;border-radius:16px;padding:20px 22px;background:var(--ex-bg);box-shadow:var(--ex-shadow);border:1px solid var(--ex-border);isolation:isolate}.excel-reader-container:before{content:"";position:absolute;inset:0 0 auto 0;height:4px;border-radius:16px 16px 0 0;background:linear-gradient(90deg,var(--ex-brand),var(--ex-brand-2))}.excel-reader-title{margin:0 0 .75rem;font-size:clamp(1.25rem,2.2vw,1.6rem);font-weight:700;color:var(--ex-text);letter-spacing:.2px}.excel-reader-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1.25rem}.excel-reader-section{display:grid;grid-template-columns:1fr auto;align-items:end;gap:.75rem 1rem;margin-top:.5rem}.excel-reader-label{grid-column:1 / -1;font-size:.95rem;font-weight:600;color:var(--ex-muted)}.excel-reader-file-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px dashed var(--ex-border);background:#fafafa;border-radius:10px;padding:.65rem .8rem;font-size:.95rem;color:var(--ex-text)}.excel-reader-file-input:hover{background:#f5f5f5}.excel-template-link,.excel-reader-submit-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.6rem .9rem;border-radius:10px;border:1px solid var(--ex-border);background:#fff;color:var(--ex-text);text-decoration:none;font-weight:600;transition:transform .05s ease,box-shadow .2s ease,background .2s ease;box-shadow:0 2px #0000000a;cursor:pointer}.excel-template-link:hover{background:#f9fafb}.excel-template-link:active,.excel-reader-submit-button:active{transform:translateY(1px)}.excel-reader-submit-button{background:linear-gradient(180deg,var(--ex-brand),#5b4ce0);color:#fff;border:none;box-shadow:0 6px 16px #6c5ce740}.excel-reader-submit-button:hover{filter:brightness(1.02)}.excel-reader-submit-button:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.excel-reader-data-table{width:100%;border-collapse:separate;border-spacing:0;margin:1.25rem 0 1.5rem;border:1px solid var(--ex-border);border-radius:12px;overflow:hidden}.excel-reader-data-table th{background:#f8fafc;color:#0f172a;padding:12px 10px;text-align:left;font-weight:700;border-bottom:1px solid var(--ex-border)}.excel-reader-data-table td{padding:11px 10px;border-bottom:1px solid var(--ex-border);color:#111827}.excel-reader-data-table tr:nth-child(2n) td{background:#fbfdff}.excel-reader-data-table .id-column{font-weight:700;color:#f59e0b}.excel-reader-data-table th,.excel-reader-data-table td{border-right:1px solid #eef2f7}.excel-reader-data-table th:last-child,.excel-reader-data-table td:last-child{border-right:none}.excel-reader-results{margin-top:1.25rem}.excel-reader-results-title{font-size:1rem;font-weight:700;color:var(--ex-text);margin-bottom:.75rem}.excel-reader-success-message,.excel-reader-error-message,.excel-reader-error{padding:12px 14px;border-radius:10px;margin-bottom:1rem;border:1px solid}.excel-reader-success-message{background:#f0fff4;color:#065f46;border-color:#a7f3d0}.excel-reader-error-message,.excel-reader-error{background:#fef2f2;color:#991b1b;border-color:#fecaca}.success-line{display:flex;align-items:center;gap:.5rem;color:var(--ex-ok);font-weight:600;margin-bottom:1rem}.excel-reader-loading{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:#ffffffbf;border-radius:inherit;z-index:10}.excel-loader{width:58px;height:58px;border-radius:50%;border:4px solid #eef2f7;border-top:4px solid var(--ex-brand);animation:spin 1s linear infinite}.modal-content{padding-block:1rem}.modal-close-button{padding:.55rem .9rem;border-radius:10px;background:var(--ex-text);color:#fff;border:none;cursor:pointer}@media (max-width: 768px){.excel-reader-container{width:min(720px,94vw);padding:16px;border-radius:14px}.excel-reader-section{grid-template-columns:1fr}.excel-template-link{width:100%;text-align:center}.excel-reader-submit-button{width:100%}}:root[data-theme=dark] .excel-reader-container{--ex-bg: #0b1220;--ex-text: #e5e7eb;--ex-muted: #9ca3af;--ex-border: #1f2937;background:var(--ex-bg);border-color:var(--ex-border);box-shadow:0 10px 24px #00000059}:root[data-theme=dark] .excel-reader-data-table th{background:#0f172a;color:#e5e7eb}:root[data-theme=dark] .excel-reader-data-table td{color:#e5e7eb}.excel-actions{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin:.5rem 0 1rem}.excel-reader-file-input{min-height:42px}.excel-template-link{min-height:42px;padding-inline:.95rem}@media (max-width: 768px){.excel-actions{gap:10px}.excel-actions>*{flex:1 1 100%}}.excel-scroll{max-height:240px;overflow:hidden;padding:0}.excel-scroll>strong{display:block;padding:12px 14px 6px}.excel-scroll__content{list-style:disc;margin:0;padding:0 14px 12px 32px;max-height:190px;overflow:auto}.excel-scroll__content::-webkit-scrollbar{width:10px}.excel-scroll__content::-webkit-scrollbar-track{background:transparent;border-radius:8px}.excel-scroll__content::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:8px}.excel-scroll__content::-webkit-scrollbar-thumb:hover{background:#d1d5db}.excel-scroll__content{scrollbar-width:thin;scrollbar-color:#e5e7eb transparent}.opcion-card{width:280px;background-color:#fff;border-radius:5px;box-shadow:0 4px 8px #0000001a;padding:2rem;cursor:pointer;transition:transform .2s,box-shadow .2s}.opcion-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #00000026}.opcion-card h3{font-size:var(--font-size-sm);margin:0;margin-bottom:1rem}@media (max-width: 768px){.opciones-container{width:calc(100vw - 90px);margin-block:2rem}}.opciones-header{max-width:1200px;margin:0 auto 1rem;background:linear-gradient(180deg,#fff,#f8f9fa);border:1px solid #e5e7eb;border-radius:14px;padding:.75rem 1rem;box-shadow:0 12px 28px -18px #2c3e502e}.brand{display:flex;align-items:center;gap:.8rem;justify-content:center}.brand-logo{width:56px;height:56px;object-fit:contain;border-radius:10px;box-shadow:0 6px 16px -6px #2c3e5040}.brand-title{font-size:clamp(1rem,2.2vw,1.25rem);color:#2c3e50;letter-spacing:.2px}.brand-sub{display:block;font-size:.9rem;color:#6b7280;margin-top:-2px}.opciones-container{margin-inline:2rem}.opciones-cards{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.opcion-card{width:280px;background-color:#fff;border-radius:12px;border:1px solid #eef0f2;box-shadow:0 10px 24px -14px #2c3e502e;padding:1.5rem;cursor:pointer;transition:transform .2s,box-shadow .2s,border-color .2s}.opcion-card:hover{transform:translateY(-4px);box-shadow:0 14px 32px -12px #2c3e5038;border-color:#e7eaee}.opcion-icon{font-size:var(--font-size-ml)}.opcion-card h3{font-size:var(--font-size-sm);margin:0 0 .8rem}.opcion-card p{font-size:var(--font-size-smaller);color:#555}.opciones-container h2,.opciones-container h4{font-size:var(--font-size-large);text-align:center}@media (max-width: 768px){.opciones-container{width:calc(100vw - 90px);margin-block:1.5rem}.brand-logo{width:48px;height:48px}}.crear-ejecutor-container{display:flex;flex-direction:column;background:#fff;border-radius:8px;padding:20px;margin:20px auto;box-shadow:0 10px 20px #0000001a;height:auto;max-height:85vh;border-top:4px solid #e67e3e;width:calc(90vw - 200px)}.crear-ejecutor-container>h2{margin-bottom:16px;flex:0 0 auto}.crear-ejecutor-form{flex:1 1 auto;overflow-y:auto;padding-right:8px}.crear-ejecutor-form .form-row{display:flex;flex-direction:column;margin-bottom:12px}.crear-ejecutor-form .form-row label{font-weight:500;margin-bottom:4px;font-size:var(--font-size-small)}.crear-ejecutor-form .form-row input,.crear-ejecutor-form .form-row select{padding:8px;border:1px solid #ccc;border-radius:4px;font-size:var(--font-size-small)}.form-actions{text-align:right;margin-top:16px}.form-actions button{background-color:#38b2ac;color:#fff;padding:10px 20px;border:none;border-radius:4px;cursor:pointer}.form-actions button:disabled{background:#a0aec0;cursor:not-allowed}.notif-overlay{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background:#0006;z-index:1000}.notif-container{background:#fff;padding:16px 24px;border-radius:6px;min-width:280px;box-shadow:0 5px 15px #0003;position:relative}.notif-container p{margin:0}.notif-container .notif-close{position:absolute;top:8px;right:8px;cursor:pointer}.notif-overlay.success .notif-container{border-left:4px solid #38b2ac}.notif-overlay.error .notif-container{border-left:4px solid #e53e3e}.crear-ejecutor-modal{position:relative}.modal-close{position:absolute;top:8px;right:12px;border:0;background:transparent;font-size:24px;cursor:pointer;line-height:1}@media (max-width: 768px){.crear-ejecutor-container{width:80vw}}.excel-reader-container{max-width:99%;margin:0 auto;padding:1rem}.back-button{display:flex;align-items:center;gap:.5rem;background:none;border:none;color:var(--primary-2);cursor:pointer;padding:.5rem .25rem;font-size:var(--font-size-small);transition:color .2s}.back-button:hover{color:var(--primary)}.excel-reader-title{font-size:var(--font-size-large);color:var(--slate);margin:.25rem 0 1rem;text-wrap:balance}.excel-reader-error{background-color:#fee2e2;border:1px solid #F87171;padding:12px 14px;border-radius:var(--radius-md);color:#b91c1c;margin-bottom:1rem;white-space:pre-wrap;font-size:.95rem}.excel-reader-submit-button{padding:.65rem 1rem;background:linear-gradient(135deg,var(--primary-2),var(--primary));color:#fff;border:none;border-radius:var(--radius-md);font-size:var(--font-size-small);cursor:pointer;transition:background .25s,transform .12s,box-shadow .12s;width:100%}.excel-reader-submit-button:hover{background:linear-gradient(135deg,var(--primary),var(--primary-hover));transform:translateY(-1px);box-shadow:0 6px 12px #e67e3e40}.excel-reader-data-table-container{margin-top:1rem;overflow-x:auto;-webkit-overflow-scrolling:touch;position:relative;border:1px solid #eee;border-radius:var(--radius-lg);background:#fff}.excel-reader-data-table{width:100%;border-collapse:collapse;min-width:100px}.excel-reader-data-table th,.excel-reader-data-table td{border:1px solid var(--border);padding:10px 12px;text-align:left;vertical-align:top;font-size:.95rem}.excel-reader-data-table th{background:#f7f7f7;color:var(--slate);font-weight:600;position:sticky;top:0;z-index:1}.excel-reader-data-table tr:nth-child(2n){background:#fbfbfb}.excel-reader-data-table td.id-column{font-weight:600;color:var(--primary)}.table-action{min-width:140px}.excel-reader-loading{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;justify-content:center;align-items:center;background-color:#ffffffbf;z-index:1000}.excel-loader{width:60px;height:60px;border-radius:50%;border:4px solid #f0f0f0;border-top:4px solid var(--primary-2);animation:spin 1s linear infinite}.modal-overlay .modal-content{background:#fff;width:clamp(420px,42vw,420px);max-height:calc(100dvh - 2rem);overflow:auto;border-radius:var(--radius-lg);border-top:4px solid var(--primary-2);box-shadow:0 25px 50px -12px #00000040;animation:modalSlideIn .25s ease-out;padding:1rem 1rem 1.25rem;box-sizing:border-box;margin-left:auto;margin-right:auto;max-width:100%}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-actions{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:flex-end}.modal-actions .excel-reader-submit-button{width:auto}@media (min-width:640px){.excel-reader-container{padding:1.25rem}.excel-reader-submit-button{width:auto}}@media (min-width:768px){.excel-reader-data-table th,.excel-reader-data-table td{padding:12px 14px}.modal-overlay .modal-content{max-width:32rem}}@media (min-width:1024px){.modal-overlay .modal-content{max-width:36rem}}@media (max-width:560px){.excel-reader-data-table{min-width:0;border-collapse:separate;border-spacing:0 12px}.excel-reader-data-table thead{position:absolute;left:-9999px;top:-9999px;height:0;width:0;overflow:hidden}.excel-reader-data-table tr{display:block;background:#fff;border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:0 2px 8px #0000000f;padding:.5rem}.excel-reader-data-table td{display:block;border:none;border-bottom:1px solid #f1f1f1;padding:.5rem .5rem .5rem 9rem;position:relative;min-height:44px}.excel-reader-data-table td:last-child{border-bottom:none}.excel-reader-data-table td:before{content:attr(data-label);position:absolute;left:.5rem;top:.5rem;bottom:.5rem;width:8.5rem;color:#6b7280;font-weight:600;white-space:nowrap}.table-action{padding-top:.75rem}.excel-reader-submit-button{width:100%}}.respuestas-container{display:flex;flex-direction:column;height:90vh;border-radius:5px;margin:auto;box-shadow:0 0 5px #34495e;padding:1rem 2rem;width:calc(90vw - 175px);background:#fff6ea;margin-block:1rem}.respuestas-title{font-size:var(--font-size-medium)}.pagination-controls{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;margin:1rem 0}.items-per-page{display:flex;align-items:center;gap:.5rem}.pagination-info{flex:1}.pagination-buttons button{margin:0 .25rem;padding:.5rem .75rem}.pagination-buttons .active{font-weight:700;text-decoration:underline}.respuestas-loading,.respuestas-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;color:#555}.respuestas-error p{color:#d9534f}.respuestas-table-container{border-radius:5px;border:1px solid #ddd;overflow-x:auto;height:auto}.respuestas-table{font-size:var(--font-size-smaller);width:100%;background:#fff}.respuestas-table thead{background:#fe9858;color:#fff;position:sticky;top:0;z-index:2}.respuestas-table th,.respuestas-table td{padding:.3rem;font-size:var(--font-size-smaller);white-space:nowrap;min-width:80px;text-align:center}.respuestas-table th{font-weight:600;color:#fff}.respuestas-table tr:nth-child(2n) td{background:#fafafa}.respuestas-table tr:hover td{background:#f0f8ff}.detalles-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0006;display:flex;justify-content:center;align-items:center;z-index:1000}.detalles-modal{background:#fff;border-radius:6px;width:100%;max-width:600px;box-shadow:0 4px 12px #00000026;animation:fadeIn .2s ease-out;border-top:4px solid #fe9858}.detalles-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid #e0e0e0;font-size:var(--font-size-medium)}.detalles-close-button{background:none;border:none;cursor:pointer;color:#555}.detalles-modal-content{padding:1rem;max-height:70vh;overflow-y:auto}.detalles-table{width:100%;border-collapse:collapse}.detalles-table th,.detalles-table td{padding:.5rem;border-bottom:1px solid #ddd;font-size:var(--font-size-smaller);min-width:120px}.detalle-img{max-width:60px;max-height:60px;object-fit:cover;border-radius:4px}.encabezado-tabla{text-align:left}.image-preview-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;justify-content:center;align-items:center;z-index:1200}.image-preview-img{max-width:90%;max-height:90%;border-radius:15px;border:10px solid #34495e}.image-preview-close{position:absolute;top:20px;right:20px;background:none;border:none;cursor:pointer}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.filter-container{padding:.5rem}.filter-input{border:1px solid #ccc;border-radius:5px;padding:8px 18px;cursor:text;font-size:var(--font-size-smaller)}.filter-input::placeholder{color:#888}.filter-input:focus{outline:none;border-color:#34495e;box-shadow:0 4px 12px #00000026}.respuestas-table-tr{outline:1px solid #34495e30;border-radius:5px}.respuestas-filtro-container{margin-bottom:1rem;background-color:#f8f9fa;border-radius:5px;border:1px solid #ddd}.rmsc .dropdown-portal,.mf__menu-portal{position:fixed!important;z-index:2147483647!important}.ms-input .panel-content{max-height:260px}.registro-solicitudes-container{z-index:1;position:relative}@media (max-width: 768px){.respuestas-container{margin:1rem;padding:1rem 2rem;width:calc(100vw - 90px)}}.selfie-img{display:block;border-radius:12px;box-shadow:0 4px 20px #00000026}.selfie-img--square{width:520px;height:520px;object-fit:cover}@media (max-width: 768px){.selfie-img--square{width:80vw;height:80vw}}.registro-solicitudes-filters{margin-bottom:1rem;background-color:#f8f9fa;border-radius:5px;border:1px solid #ddd;width:100%}.contenedor-descarga-excel{margin-bottom:1rem;display:flex;justify-content:flex-end}.contenedor-descarga-excel button{padding:.5rem;border-radius:5px;transition:transform .3s ease,border-radius .3s ease;border:1px solid transparent;font-size:var(--font-size-small)}.contenedor-descarga-excel button:hover{border-radius:15px;transform:scale(1.1);background-color:#1c7b4d;color:#fff;border:1px solid #ddd}.indicador-semaforo{width:16px;height:16px;margin:0 auto;border:1px solid #999;border-radius:50%;transition:transform .3s ease,border-radius .3s ease}.indicador-semaforo:hover{box-shadow:0 0 5px #ddd;transform:scale(1.5);border:.5px solid #999}.leyenda-semaforo{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem;padding:.75rem 1rem;background-color:#f9f9f9;border:1px solid #ddd;border-radius:8px;font-size:var(--font-size-smaller);align-items:center;justify-content:space-between}.leyenda-semaforo span{display:flex;align-items:center;gap:.4rem;font-size:var(--font-size-smaller)}.cuadro-color{width:16px;height:16px;display:inline-block;border-radius:3px;border:1px solid #999}.cuadro-color{width:14px;height:14px;border-radius:3px;display:inline-block;border:1px solid #999}:root{--c-realizado: #3B82F6;--c-incompleto: #EAB308;--c-ejecucion: #22C55E;--c-por-ejecutar:#F97316;--c-no-realizado:#EF4444;--c-desconocido: #6B7280}.indicador-semaforo{width:16px;height:16px;margin:0 auto;border-radius:50%;border:1px solid rgba(0,0,0,.15);box-shadow:inset 0 0 0 2px #fff3;transition:transform .2s ease}.indicador-semaforo:hover{transform:scale(1.35);box-shadow:0 0 0 3px #00000008}.leyenda-semaforo{background:#fafafa;border:1px solid #E5E7EB;border-radius:8px}.cuadro-color{border:1px solid rgba(0,0,0,.15)}.filters-row,.filter-item{min-width:0}.filter-item .react-select__control{width:100%}.react-select__control{min-height:31px;height:31px}.react-select__value-container{padding:0 8px}.react-select__indicators{height:31px}.react-select__menu,.react-select__menu-portal{z-index:9999!important}.chip{display:inline-flex;gap:.4rem;align-items:center;padding:.15rem .5rem;border-radius:999px;font-size:12px;background:#f2f2f2;color:#333;border:1px solid #e6e6e6}.chip-ok{background:#e8fff1;border-color:#b4f0c9;color:#137a3a}.chip-warn{background:#fff4e5;border-color:#ffd6a8;color:#9a5b00}.chip-muted{background:#f5f5f5;color:#666}.pill{margin-left:.5rem;padding:.05rem .4rem;border-radius:6px;font-size:11px;border:1px solid #eee}.pill-obligatorio{background:#fff0f0;color:#a11;border-color:#f2c2c2}.badge{padding:.15rem .45rem;border-radius:8px;font-size:12px;border:1px solid transparent}.badge-ok{background:#e8fff1;color:#137a3a;border-color:#b4f0c9}.badge-warn{background:#fff8e6;color:#8a5a00;border-color:#ffe0a8}.badge-danger{background:#ffe8e8;color:#a40000;border-color:#f5b5b5}.text-muted{color:#888}.progress-wrap{width:100%;height:8px;background:#f2f2f2;border-radius:999px;margin-top:8px;overflow:hidden}.progress-bar{height:100%;background:linear-gradient(90deg,var(--primary,#e67e3e),var(--primary-2,#fe9858))}.btn-icon{background:transparent;border:1px solid #ddd;border-radius:8px;padding:.25rem .35rem;cursor:pointer}.btn-icon:hover{background:#fafafa}.image-preview-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:9999}.image-preview-img{max-width:92vw;max-height:88vh;border-radius:10px}.image-preview-close{position:fixed;top:16px;right:16px;background:transparent;border:none;cursor:pointer}.dashboard-container{width:100%;max-width:1200px;margin:0 auto;padding:1rem;box-sizing:border-box;background-color:#f8f9fa}.respuestas-title{font-size:1.5rem;font-weight:600;color:#333;margin-bottom:1.5rem;text-align:center}.respuestas-filtro-container{margin-bottom:1.5rem}.filter-toggle-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:#fff;border:1px solid #ddd;border-radius:6px;cursor:pointer;font-size:.9rem;transition:background-color .2s ease}.filter-toggle-button:hover{background-color:#f5f5f5}.filter-container{margin-top:.75rem;padding:1rem;background:#fff;border:1px solid #ddd;border-radius:6px;box-shadow:0 2px 4px #0000000d}.dashboard-charts{display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width: 768px){.dashboard-charts{grid-template-columns:repeat(2,1fr)}}.chart-card{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 8px #00000014;text-align:center;border:1px solid #e9ecef}.chart-card h3{margin:0 0 1rem;font-size:1.1rem;font-weight:600;color:#333}.chart-card.full-width{grid-column:1 / -1}.dashboard-details{margin-top:2rem;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;border:1px solid #e9ecef}.table-wrapper{overflow-x:auto;border-radius:8px}.details-table{width:100%;border-collapse:collapse;min-width:600px}.details-table th,.details-table td{padding:.75rem;text-align:left;border-bottom:1px solid #e9ecef}.details-table th{background-color:#f8f9fa;font-weight:600;color:#495057;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.details-table td{color:#666}.details-table tbody tr:hover{background-color:#f8f9fa}.loading{text-align:center;padding:3rem 2rem;font-size:1.1rem;color:#666;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014}@media (max-width: 767px){.dashboard-container{padding:.75rem}.chart-card{padding:1rem}.chart-card h3{font-size:1rem}.respuestas-title{font-size:1.25rem}}@media (min-width: 1200px){.dashboard-container{padding:2rem}.dashboard-charts{gap:2rem}}.listado-ejecutores-table th,.listado-ejecutores-table td{padding:.3rem;font-size:var(--font-size-smaller);white-space:nowrap;min-width:200px;text-align:center;border-bottom:1px solid #ececec}.listado-ejecutores-table input[type=text],.listado-ejecutores-table input[type=email],.listado-ejecutores-table input[type=number],.listado-ejecutores-table input[type=date]{width:100%;padding:4px 8px;border:1px solid #ccc;border-radius:4px;font-size:.875rem;box-sizing:border-box}.modal-content h2{display:flex;align-items:center;gap:.5rem}.asociacion-close-modal-button{background:none;border:none;font-size:1.2rem;cursor:pointer;color:#34495e;margin-left:auto}.listado-ejecutores-table td{position:relative}.listado-ejecutores-table td input{display:block;width:100%;min-width:180px;height:36px;padding:8px 12px;box-sizing:border-box;background:#fff;color:#111827;border:1px solid #e5e7eb;border-radius:10px;outline:none;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}.listado-ejecutores-table td input:hover{border-color:#d1d5db}.listado-ejecutores-table td input:focus{border-color:#fe9858;box-shadow:0 0 0 3px #fe985840}.listado-ejecutores-table td input::placeholder{color:#9ca3af}.listado-ejecutores-table td input:disabled{background:#f9fafb;color:#9ca3af;cursor:not-allowed}.listado-ejecutores-table td input.is-error{border-color:#ef4444;box-shadow:0 0 0 3px #ef44442e}.listado-ejecutores-table td input.is-success{border-color:#22c55e;box-shadow:0 0 0 3px #22c55e2e}.listado-ejecutores-table td input[type=number]::-webkit-outer-spin-button,.listado-ejecutores-table td input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.listado-ejecutores-table td:nth-child(6) input,.listado-ejecutores-table td:nth-child(9) input,.listado-ejecutores-table td:nth-child(13) input{min-width:200px}.listado-ejecutores-table td:nth-child(2) input{min-width:180px}@media (max-width: 768px){.listado-ejecutores-table td input{min-width:140px}}.filter-container-ejecutores{margin-bottom:1rem;background-color:#f8f9fa;border-radius:5px;border:1px solid #ddd;padding:.9rem}.filter-container-ejecutores input{width:500px;padding:6px 10px;font-size:.9rem;border:1px solid #ccc;border-radius:4px;transition:border-color .2s ease-in-out}.icon-button--primary{background:#fff1e6;color:#e67e3e;border-color:#f7c6a3}.icon-button--primary:hover{background:#ffe6d3;color:#d66a2e;box-shadow:0 2px 6px #e67e3e40}.icon-button--danger{background:#ffebeb;color:#ef4444;border-color:#ffc9c9}.icon-button--danger:hover{background:#ffdcdc;color:#dc2626;box-shadow:0 2px 6px #ef444438}.confirmation-dialog-container{background-color:#fff;border-radius:10px;width:90%;max-width:450px;box-shadow:0 5px 25px #0003;animation:zoomIn .3s ease-out;overflow:hidden;border-top:5px solid}.warning-dialog{border-top-color:#f59e0b}.delete-dialog{border-top-color:#ef4444}.info-dialog{border-top-color:#3b82f6}.confirmation-dialog-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e8e8e8}.confirmation-dialog-header h3{margin:0;font-size:18px;color:#1f2937;font-weight:600}.confirmation-dialog-close{background:none;border:none;cursor:pointer;color:#9ca3af;transition:color .2s}.confirmation-dialog-close:hover{color:#1f2937}.confirmation-dialog-content{padding:20px;display:flex;gap:20px;align-items:flex-start}.confirmation-dialog-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.dialog-icon{color:#9ca3af}.warning-icon{color:#f59e0b}.delete-icon{color:#ef4444}.info-icon{color:#3b82f6}.confirmation-dialog-content p{margin:0;font-size:16px;color:#4b5563;line-height:1.5;flex:1}.confirmation-dialog-footer{display:flex;justify-content:flex-end;gap:12px;padding:16px 20px;border-top:1px solid #e8e8e8}.confirmation-dialog-confirm-button,.confirmation-dialog-cancel-button{padding:10px 20px;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s ease}.confirmation-dialog-confirm-button{border:none;color:#fff}.warning-button{background-color:#f59e0b}.warning-button:hover{background-color:#d97706}.delete-button{background-color:#ef4444}.delete-button:hover{background-color:#dc2626}.info-button{background-color:#3b82f6}.info-button:hover{background-color:#2563eb}.confirmation-dialog-cancel-button{background-color:#fff;color:#4b5563;border:1px solid #d1d5db}.confirmation-dialog-cancel-button:hover{background-color:#f9fafb;color:#1f2937}.notification-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1100;animation:fadeIn .3s ease-out}.confirmation-dialog-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .3s ease-out}.action-buttons{display:flex;gap:6px;justify-content:center}.asignar-button,.desasignar-button{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:4px;border:none;cursor:pointer;transition:all .2s ease;padding:0;margin:0}.asignar-button{background-color:#e9f2ff;color:#e67e3e}.asignar-button:hover{background-color:#d5e7ff;color:#d66a2e;box-shadow:0 2px 4px #e67e3e33}.desasignar-button{background-color:#ffebeb;color:#e53935}.desasignar-button:hover{background-color:#ffd7d7;color:#c62828;box-shadow:0 2px 4px #e5393533}.asignar-button:active,.desasignar-button:active{transform:translateY(1px)}.has-ejecutor{position:relative}.has-ejecutor:after{content:"";position:absolute;top:3px;right:3px;width:6px;height:6px;border-radius:50%}.modal-confirm-button.desasignar-button{width:auto;height:auto;background-color:#e53935;color:#fff;padding:10px 16px;border-radius:4px;font-weight:500;display:flex;align-items:center;gap:8px}.modal-confirm-button.desasignar-button:hover{background-color:#d32f2f}.modal-confirm-button.desasignar-button:disabled{background-color:#b0b0b0;cursor:not-allowed}.desasignar-ejecutor-modal{border-top:4px solid #e53935}.desasignar-ejecutor-modal .modal-header{color:#d32f2f}.asignar-ejecutor-modal{border-top:4px solid #e67e3e}.pending-changes{background-color:#ffe6c880;font-weight:500;border-left:2px solid #e67e3e;position:relative}.pending-changes:after{content:"";position:absolute;width:6px;height:6px;background-color:#e67e3e;border-radius:50%;top:4px;right:4px}.editable-cell{cursor:pointer;transition:background-color .2s}.editable-cell:hover{background-color:#f0f0f080}.editable-cell-input{width:100%;padding:4px 8px;border:1px solid #ccc;border-radius:4px;animation:pulse-border 2s infinite}.loading-indicator{display:flex;align-items:center;gap:8px;padding:6px 8px;background-color:#f8f9fa;border:1px solid #ddd;border-radius:4px;font-size:13px;color:#666}.asignar-ejecutor-modal select{padding:.5rem;border:1px solid #ddd;border-radius:5px;font-size:var(--font-size-smaller)}.asignar-ejecutor-modal select.error{border-color:#ff4d4f;background-color:#fff2f0}.asignar-ejecutor-modal select:focus{outline:none;border-color:#e67e3e;box-shadow:0 0 0 2px #e67e3e33}.ubicacion-display{display:flex;align-items:center;gap:5px}.ubicacion-id{font-weight:500;font-size:var(--font-size-smaller)}.ubicacion-descripcion{font-size:var(--font-size-smaller)}:root{--primary:#e67e3e;--primary-2:#fe9858;--primary-hover:#d66a2e;--bg-soft:#fff6ea;--text-dark:#1f2937;--muted:#6b7280;--border:#dddddd;--slate:#34495e;--success-1:#10b981;--success-2:#059669;--danger-1:#ef4444;--danger-2:#dc2626}html,body{height:100%}body{margin:0;font-family:Segoe UI,Tahoma,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mantenedor-servicios{min-height:100dvh;padding:max(1rem,env(safe-area-inset-top)) 1rem 1rem}.mantenedor-container{margin:0 auto;max-width:var(--content-max);width:100%}.mantenedor-header{text-align:center;margin-bottom:1.25rem}.mantenedor-header h1{font-size:clamp(1.25rem,2.5vw,2rem);font-weight:700;color:var(--slate);margin:0}.services-content{width:100%;margin:0 auto;padding-inline:0;max-width:var(--content-max)}.service-section{width:100%;background:#fff;border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow-card);margin-bottom:1rem;overflow:hidden;min-width:0}.section-header{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-2) 100%);padding:1rem}.section-header.step-2{background:linear-gradient(135deg,var(--success-1) 0%,var(--success-2) 100%)}.section-header-content{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.step-number{width:2rem;height:2rem;background:#ffffff40;border-radius:50%;color:#fff;font-weight:700;display:flex;align-items:center;justify-content:center;flex:0 0 2rem}.section-title{color:#fff;font-size:clamp(1rem,2.2vw,1.25rem);margin:0}.section-content{padding:1rem;min-width:0;width:100%}.form-group{margin-bottom:1rem}.form-label{display:block;margin-bottom:.5rem;color:#555;font-weight:500;font-size:.95rem}.form-input,.form-select{width:100%;padding:.75rem 1rem;border:1px solid var(--border);border-radius:var(--radius-md);font-size:1rem;transition:box-shadow .2s,border-color .2s,background .2s;background:#f7f7f7}.form-input:focus,.form-select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #e67e3e26;background:#fff}.subsection,.subsection-servicios{background:#f8f9fa;border:1px solid var(--border);border-radius:var(--radius-md);padding:1rem;min-width:0}.subsection{gap:1rem}.subsection-servicios{margin-top:.75rem}.subsection-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;flex-wrap:wrap}.subsection-icon{width:1.25rem;height:1.25rem}.subsection-icon.blue{color:var(--primary)}.subsection-icon.green{color:var(--success-1)}.subsection-title{font-size:1rem;font-weight:600;color:var(--text-dark);margin:0}.subsection-description{color:#6b7280;font-size:.9rem;margin:0 0 .75rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;border-radius:var(--radius-md);font-weight:600;cursor:pointer;border:none;transition:transform .15s ease,box-shadow .15s ease,background .2s;width:100%}.btn-primary{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-2) 100%);color:#fff}.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,var(--primary-hover) 0%,var(--primary) 100%);transform:translateY(-1px)}.btn-success{background:linear-gradient(135deg,var(--success-1) 0%,var(--success-2) 100%);color:#fff}.btn-success:hover:not(:disabled){background:linear-gradient(135deg,var(--success-2) 0%,#047857 100%);transform:translateY(-1px)}.btn-secondary{background:#e5e7eb;color:#374151}.btn-secondary:hover:not(:disabled){background:#d1d5db}.btn-full-width{width:100%}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:.75rem;width:100%;max-width:28rem;max-height:calc(100dvh - 2rem);overflow:auto;box-shadow:0 25px 50px -12px #00000040;animation:modalSlideIn .3s ease-out;border-top:4px solid var(--primary)}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-content h3{margin:1rem 1rem 0;font-size:clamp(1.05rem,2.2vw,1.25rem);color:var(--slate)}.modal-buttons{display:flex;gap:.75rem;padding:1rem;justify-content:stretch;flex-wrap:wrap}.modal-buttons .btn-primary,.modal-buttons .btn-secondary{padding:.65rem 1rem;font-size:.95rem;border-radius:var(--radius-md)}.modal-buttons .btn-primary{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-2) 100%);color:#fff;box-shadow:0 4px 8px #e67e3e4d}.modal-buttons .btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 12px #e67e3e66}.modal-buttons .btn-secondary{background:#fff;color:#6b7280;border:2px solid var(--border);box-shadow:0 2px 4px #0000000d}.modal-buttons .btn-secondary:hover{background:#f3f4f6;border-color:#9ca3af;transform:translateY(-1px)}.status-modal-content{max-width:24rem;width:100%}.status-header.success .status-title{color:var(--success-1)}.status-header.error .status-title{color:var(--danger-1)}.text-center{text-align:center}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.loading-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:#0f172a73;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);pointer-events:all}.loading-spinner{width:56px;height:56px;border:4px solid #e5e7eb;border-top-color:transparent;border-radius:50%;animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-text{margin-top:12px;color:#fff;font-weight:600}.section-content .form-select,.section-content .form-input{background:#f7f7f7}.subsection-title,.form-label{color:#555}.two-column-grid{display:grid;grid-template-columns:1fr;gap:1rem;align-items:start}@media (min-width:640px){.mantenedor-servicios{padding:1.25rem}.btn-row{display:flex;gap:.75rem;flex-wrap:wrap}.btn-row .btn{width:auto}}@media (min-width:768px){.services-content{padding-inline:.25rem}.two-column-grid{grid-template-columns:1fr 1fr;gap:1.25rem}.section-content{padding:1.25rem 1.25rem 1.5rem}.modal-content{max-width:34rem}}@media (min-width:1024px){.mantenedor-header{margin-bottom:1.5rem}.service-section{margin-bottom:1.25rem}.modal-content{max-width:40rem}}@media (min-width:1280px){.mantenedor-container,.services-content{margin:0 auto;max-width:var(--content-max)}}@media (max-width:480px){.step-number{width:1.75rem;height:1.75rem;font-size:.9rem}.modal-content{border-radius:.65rem}.section-content{padding:.9rem}}.csu-modal{background:#fff}.csu-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.csu-title{margin:0;font-size:18px;color:#34495e}.csu-close{background:none;border:none;cursor:pointer;font-size:18px}.csu-error{background-color:#fee2e2;border:1px solid #F87171;color:#b91c1c;padding:10px;border-radius:6px;margin-bottom:10px}.csu-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:8px}.csu-field{display:flex;flex-direction:column;gap:4px}.csu-label{font-size:13px;color:#34495e}.csu-input,.csu-select{padding:6px 10px;border:1px solid #ccc;border-radius:6px;font-size:14px;width:100%;box-sizing:border-box}.csu-input:focus,.csu-select:focus{outline:none;border-color:#68d391;box-shadow:0 0 0 2px #68d39133}.csu-actions{display:flex;justify-content:flex-end;gap:8px}@media (max-width: 600px){.csu-row{grid-template-columns:1fr}}.listado-solicitantes-container{display:flex;flex-direction:column;height:90vh;border-radius:5px;margin:auto;box-shadow:0 0 5px #34495e;padding:1rem 2rem;width:calc(90vw - 175px);margin-block:1rem;background:#fff}.msu-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.msu-create-btn,.msu-create-actions .btn{display:inline-flex;align-items:center;gap:6px}.msu-create-panel{border:1px solid #e5e7eb;border-radius:8px;padding:12px;margin-bottom:16px;background:#fafafa}.msu-create-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:8px}.msu-ico{width:16px;height:16px}.msu-loading{font-style:italic;color:#555}.listado-solicitantes-table{width:100%;border-collapse:collapse;background:#fff;font-size:var(--font-size-smaller)}.listado-solicitantes-table th,.listado-solicitantes-table td{padding:.3rem;font-size:var(--font-size-smaller);white-space:nowrap;min-width:80px;text-align:center;border-bottom:1px solid #ececec}.listado-solicitantes-table th{background-color:#f5f5f5;color:#34495e;font-weight:600}.listado-solicitantes-table tr:nth-child(2n){background-color:#fbfbfb}.msu-input,.msu-select{width:100%;max-width:300px;padding:6px 8px;border:1px solid #ccc;border-radius:6px;font-size:.875rem;box-sizing:border-box}.status-cell{width:6rem}.error{background-color:#fee2e2;border:1px solid #F87171;color:#b91c1c;padding:6px 8px;border-radius:6px}.success{background-color:#e6fffa;border:1px solid #68D391;color:#2f855a;padding:6px 8px;border-radius:6px}.msu-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:8px}.msu-field{display:flex;flex-direction:column;gap:4px}.msu-label{font-size:13px;color:#34495e}@media (max-width: 768px){.listado-solicitantes-table th,.listado-solicitantes-table td{padding:6px 8px}.msu-input,.msu-select{max-width:100px}.msu-row{grid-template-columns:1fr}.listado-solicitantes-container{width:calc(130vw - 175px)}}.listado-ejecutores-container{display:flex;flex-direction:column;height:90vh;border-radius:5px;margin:auto;box-shadow:0 0 5px #34495e;padding:1rem 2rem;width:calc(140vw - 175px);margin-block:1rem}.listado-ejecutores-table th,.listado-ejecutores-table td{padding:.45rem .6rem;font-size:var(--font-size-smaller);white-space:nowrap;min-width:80px;text-align:center;border-bottom:1px solid #ececec}.modal-content{background:#fff;border-radius:6px;padding:1.5rem;width:400px;max-width:90%;box-shadow:0 2px 10px #0003}.filter-container-ubicaciones{margin-bottom:1rem;background-color:#f8f9fa;border-radius:5px;border:1px solid #ddd;padding:.9rem}.filter-container-ubicaciones input{width:450px;padding:6px 10px;font-size:.9rem;border:1px solid #ccc;border-radius:4px;transition:border-color .2s ease-in-out}.filter-container-ubicaciones input:focus{outline:none;border-color:#68d391;box-shadow:0 0 3px #68d39180}@media (max-width: 768px){.listado-ejecutores-table th,.listado-ejecutores-table td{padding:6px 8px}.listado-ejecutores-table input[type=text],.listado-ejecutores-table input[type=email],.listado-ejecutores-table input[type=number],.listado-ejecutores-table input[type=date]{max-width:80px}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.editor-tareas-modal{--bg: #ffffff;--text-900: #111827;--text-700: #34495e;--text-500: #6b7280;--border: #e5e7eb;--ring: rgba(254, 152, 88, .4);--primary: #fe9858;--primary-600: #e67e3e;--danger: #ef4444;--radius: 14px;--shadow: 0 10px 25px rgba(17, 24, 39, .08), 0 2px 6px rgba(17, 24, 39, .06)}.editor-tareas-modal.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#11182773;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;padding:24px;z-index:9999;animation:etmFadeIn .16s ease-out}.editor-tareas-modal .modal{background:var(--bg);color:var(--text-900);border-radius:var(--radius);box-shadow:var(--shadow);width:100%;max-width:720px;overflow:hidden;animation:etmSlideUp .22s cubic-bezier(.2,.8,.2,1)}.editor-tareas-modal .modal-md{max-width:680px}.editor-tareas-modal .modal-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 20px;border-bottom:1px solid var(--border);background:linear-gradient(180deg,#fff,#fafafa)}.editor-tareas-modal .modal-header h3{margin:0;font-size:1.125rem;font-weight:700;color:var(--text-700);letter-spacing:.2px}.editor-tareas-modal .icon-button{border:0;background:transparent;width:34px;height:34px;border-radius:10px;display:grid;place-items:center;color:var(--text-500);cursor:pointer;transition:all .18s ease}.editor-tareas-modal .icon-button:hover{background:#f3f4f6;color:var(--text-700)}.editor-tareas-modal .icon-button:active{transform:scale(.98)}.editor-tareas-modal .modal-body{padding:18px 20px 8px;display:grid;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr))}.editor-tareas-modal .modal-body label{display:grid;gap:6px;font-size:.85rem;color:var(--text-500)}.editor-tareas-modal .modal-body input,.editor-tareas-modal .modal-body textarea,.editor-tareas-modal .modal-body select{width:100%;padding:10px 12px;border-radius:10px;border:1px solid var(--border);background:#fff;color:var(--text-900);font-size:.95rem;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.editor-tareas-modal .modal-body input[readonly],.editor-tareas-modal .modal-body textarea[readonly]{background:#f9fafb;color:#6b7280}.editor-tareas-modal .modal-body input:focus,.editor-tareas-modal .modal-body textarea:focus,.editor-tareas-modal .modal-body select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 4px var(--ring)}.editor-tareas-modal .modal-body textarea{min-height:96px;resize:vertical}.editor-tareas-modal .col-wide{grid-column:1 / -1}.editor-tareas-modal .modal-footer{display:flex;justify-content:flex-end;gap:10px;padding:14px 20px 18px;border-top:1px solid var(--border);background:#fff}.editor-tareas-modal .asociacion-submit-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;padding:10px 16px;border-radius:10px;background:linear-gradient(180deg,var(--primary),var(--primary-600));color:#fff;font-weight:600;letter-spacing:.2px;cursor:pointer;box-shadow:0 6px 14px #e67e3e38;transition:transform .12s ease,filter .12s ease,box-shadow .12s ease}.editor-tareas-modal .asociacion-submit-button:hover{filter:brightness(1.02);box-shadow:0 8px 18px #e67e3e47}.editor-tareas-modal .asociacion-submit-button:active{transform:translateY(1px)}.editor-tareas-modal .asociacion-submit-button:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.editor-tareas-modal .asociacion-cancel-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;color:var(--text-700);border:1px solid var(--border);padding:10px 14px;border-radius:10px;font-weight:600;cursor:pointer;transition:background .12s ease,color .12s ease,border-color .12s ease}.editor-tareas-modal .asociacion-cancel-button:hover{background:#f9fafb;border-color:#d1d5db}.editor-tareas-modal input.error,.editor-tareas-modal select.error,.editor-tareas-modal textarea.error{border-color:var(--danger);box-shadow:0 0 0 3px #ef444426}.editor-tareas-modal .error-message{margin-top:4px;font-size:.8rem;color:var(--danger)}@keyframes etmFadeIn{0%{opacity:0}to{opacity:1}}@keyframes etmSlideUp{0%{transform:translateY(12px);opacity:.98}to{transform:translateY(0);opacity:1}}@media (max-width: 640px){.editor-tareas-modal .modal{max-width:100%}.editor-tareas-modal .modal-body{grid-template-columns:1fr;gap:12px}.editor-tareas-modal .modal-header,.editor-tareas-modal .modal-footer{padding-left:16px;padding-right:16px}.editor-tareas-modal .col-wide{grid-column:auto}}.chips,.chips-inline{display:flex;flex-wrap:wrap;gap:8px}.chip{display:inline-block;padding:10px 15px;border-radius:999px;border:1px solid #e5e7eb;background:#f9fafb;font-size:12px;line-height:1.2}.chip.extra{font-weight:600}.empty-box{padding:14px;border:1px dashed #d1d5db;border-radius:8px;background:#f9fafb;color:#6b7280}.col-wide input{min-width:360px}.muted{color:#6b7280}.modal-md{max-width:560px}.modal.modal-md{max-width:760px}.asociaciones-modal{display:flex;flex-direction:column;gap:12px}.asociaciones-modal h4{margin:0 0 6px;font-size:14px;font-weight:600;color:#444}.badges{display:flex;flex-wrap:wrap;gap:8px}.badges .chip{background:#f5f7fa;color:#334155;border:1px solid #e5e7eb}.available-list{max-height:50vh;overflow-y:auto;padding-right:4px;display:flex;flex-direction:column;gap:8px}.available-item{display:grid;grid-template-columns:1fr auto;align-items:center;gap:12px;padding:10px 12px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;box-shadow:0 1px 1px #0000000a;transition:border-color .15s ease,box-shadow .15s ease,transform .05s ease}.available-item:hover{border-color:#f59e0b;box-shadow:0 2px 6px #0000000f}.available-item__name{font-weight:500;color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.available-item__actions .btn{min-width:120px}.status-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1300;pointer-events:none}.status-layer>*{pointer-events:auto}.status-modal-overlay,.status-modal-backdrop,.status-modal{z-index:1300!important}@media (max-width: 640px){.available-item{grid-template-columns:1fr;gap:8px}.available-item__actions .btn{width:100%}}.available-list::-webkit-scrollbar{width:8px}.available-list::-webkit-scrollbar-track{background:transparent}.available-list::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:8px}.available-list::-webkit-scrollbar-thumb:hover{background:#d1d5db}.listado-ejecutores-container{display:flex;flex-direction:column;height:90vh;border-radius:5px;margin:auto;box-shadow:0 0 5px #34495e;padding:1rem 2rem;width:calc(90vw - 175px);margin-block:1rem}.listado-ejecutores-container h1{font-size:1.5rem;color:#34495e;margin-bottom:1rem}.error{background-color:#fee2e2;border:1px solid #F87171;color:#b91c1c;padding:10px;border-radius:6px;margin-bottom:1rem}.success{background-color:#e6fffa;border:1px solid #68D391;color:#2f855a;padding:10px;border-radius:6px;margin-bottom:1rem}.table-wrapper{overflow-x:auto;flex:1}.listado-ejecutores-table{font-size:var(--font-size-smaller);width:100%;background:#fff;border-collapse:collapse}.listado-ejecutores-table th,.listado-ejecutores-table td{padding:.3rem;font-size:var(--font-size-smaller);white-space:nowrap;min-width:80px;text-align:center;border-bottom:1px solid #ececec}.listado-ejecutores-table th{background-color:#f5f5f5;color:#34495e;font-weight:600}.listado-ejecutores-table tr:nth-child(2n){background-color:#fbfbfb}.listado-ejecutores-table input[type=text],.listado-ejecutores-table input[type=email],.listado-ejecutores-table input[type=number],.listado-ejecutores-table input[type=date]{width:100%;max-width:120px;padding:4px 8px;border:1px solid #ccc;border-radius:4px;font-size:.875rem;box-sizing:border-box}.listado-ejecutores-table button{padding:6px 12px;background:linear-gradient(to bottom right,#fe9858,#e67e3e);color:#fff;border:none;border-radius:6px;font-size:.875rem;cursor:pointer;transition:background .3s}.listado-ejecutores-table button:hover{background:linear-gradient(to bottom right,#e67e3e,#d66a2e)}.listado-ejecutores-table button:disabled{opacity:.5;cursor:not-allowed}.listado-ejecutores-table td span.error,.listado-ejecutores-table td span.success{font-size:.875rem}.listado-ejecutores-container p{margin:1rem 0;font-style:italic;color:#555}.modal-content{background:red;border-radius:6px;padding:1.5rem;width:400px;max-width:90%;box-shadow:0 2px 10px #0003}.modal-error{background:#fee2e2;color:#b91c1c;padding:.5rem;border-radius:4px;margin-bottom:1rem}.modal-body label{display:flex;flex-direction:column;margin-bottom:1rem}.modal-body input,.modal-body select{padding:6px;border:1px solid #ccc;border-radius:4px;font-size:.9rem}.modal-footer{display:flex;justify-content:flex-end;gap:.5rem}.modal-footer button{padding:6px 12px;border:none;border-radius:4px;cursor:pointer}.action-cell{display:flex;gap:.5rem;justify-content:center}.icon-button{background:none;border:none;padding:4px;cursor:pointer;color:#34495e}.icon-button:hover{color:#e67e22}.status-cell{width:4rem}.asociacion-submit-button{background:linear-gradient(to bottom right,#fe9858,#e67e3e);color:#fff;border:none;border-radius:6px;padding:6px 12px;font-size:.875rem;cursor:pointer;transition:background .3s}.asociacion-cancel-button{background:#ccc;color:#333;border:none;border-radius:6px;padding:6px 12px;font-size:.875rem;cursor:pointer;transition:background .3s}.listado-ejecutores-table input{max-width:100px}.filter-container{margin-bottom:1rem;display:flex;justify-content:flex-start}.filter-container input{width:250px;padding:6px 10px;font-size:.9rem;border:1px solid #ccc;border-radius:4px;transition:border-color .2s ease-in-out}.filter-container input:focus{outline:none;border-color:#68d391;box-shadow:0 0 3px #68d39180}.modal-content{background:#fff;border-radius:6px;padding:1rem;max-width:90%;max-height:90%;overflow:auto}.modal-content img{display:block;max-width:100%;height:auto;margin:0 auto}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:9999}.modal{background:#fff;border-radius:12px;padding:16px;box-shadow:0 10px 30px #0003}.modal-lg{width:min(900px,95vw);max-height:90vh;overflow:auto}.header-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.btn.btn-success{display:inline-flex;align-items:center;padding:8px 12px;border-radius:8px}@media (max-width: 600px){.filter-container input{width:100%}}@media (max-width: 768px){.listado-ejecutores-table th,.listado-ejecutores-table td{padding:6px 8px}.listado-ejecutores-table input[type=text],.listado-ejecutores-table input[type=email],.listado-ejecutores-table input[type=number],.listado-ejecutores-table input[type=date]{max-width:80px}.listado-ejecutores-container{width:calc(140vw - 175px)}}.task-maintainer-modal{--bg:#fff;--text-900:#111827;--text-700:#34495e;--text-500:#6b7280;--border:#e5e7eb;--ring:rgba(254,152,88,.4);--primary:#fe9858;--primary-600:#e67e3e;--danger:#ef4444;--radius:14px;--shadow:0 10px 25px rgba(17,24,39,.08),0 2px 6px rgba(17,24,39,.06)}.task-maintainer-modal.modal-content{background:red;color:var(--text-900);border-radius:var(--radius);box-shadow:var(--shadow);padding:0;width:min(900px,95vw);max-height:90vh;overflow:auto;position:relative}.task-maintainer-modal .modal-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 20px;border-bottom:1px solid var(--border);background:linear-gradient(180deg,#fff,#fafafa);position:sticky;top:0;z-index:2}.task-maintainer-modal .modal-header h3{margin:0;font-size:1.125rem;font-weight:700;color:var(--text-700);letter-spacing:.2px}.task-maintainer-modal .modal-header:before{content:"";position:absolute;left:0;right:0;top:0;height:4px;background:linear-gradient(90deg,var(--primary),var(--primary-600))}.task-maintainer-modal .icon-button{border:0;background:transparent;width:34px;height:34px;border-radius:10px;display:grid;place-items:center;color:var(--text-500);cursor:pointer;transition:all .18s ease}.task-maintainer-modal .icon-button:hover{background:#f3f4f6;color:var(--text-700)}.task-maintainer-modal .icon-button:active{transform:scale(.98)}.task-maintainer-modal .modal-body{padding:18px 20px 8px;display:grid;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr))}.task-maintainer-modal .modal-body label{display:grid;gap:6px;font-size:.85rem;color:var(--text-500)}.task-maintainer-modal .modal-body input,.task-maintainer-modal .modal-body textarea,.task-maintainer-modal .modal-body select{width:100%;padding:10px 12px;border-radius:10px;border:1px solid var(--border);background:#fff;color:var(--text-900);font-size:.95rem;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.task-maintainer-modal .modal-body input[readonly]{background:#f9fafb;color:#6b7280}.task-maintainer-modal .modal-body input:focus,.task-maintainer-modal .modal-body textarea:focus,.task-maintainer-modal .modal-body select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 4px var(--ring)}.task-maintainer-modal .modal-body textarea{min-height:96px;resize:vertical}.task-maintainer-modal .col-wide{grid-column:1 / -1}.task-maintainer-modal .modal-footer{display:flex;justify-content:flex-end;gap:10px;padding:14px 20px 18px;border-top:1px solid var(--border);background:#fff;position:sticky;bottom:0;z-index:2}.task-maintainer-modal .asociacion-submit-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;padding:10px 16px;border-radius:10px;background:linear-gradient(180deg,var(--primary),var(--primary-600));color:#fff;font-weight:600;letter-spacing:.2px;cursor:pointer;box-shadow:0 6px 14px #e67e3e38;transition:transform .12s ease,filter .12s ease,box-shadow .12s ease}.task-maintainer-modal .asociacion-submit-button:hover{filter:brightness(1.02);box-shadow:0 8px 18px #e67e3e47}.task-maintainer-modal .asociacion-cancel-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;color:var(--text-700);border:1px solid var(--border);padding:10px 14px;border-radius:10px;font-weight:600;cursor:pointer;transition:background .12s ease,color .12s ease,border-color .12s ease}.task-maintainer-modal .asociacion-cancel-button:hover{background:#f9fafb;border-color:#d1d5db}.task-maintainer-modal .btn.btn-danger{background:#ef4444;color:#fff;border:0;padding:10px 14px;border-radius:10px;font-weight:600;cursor:pointer;transition:filter .12s ease,box-shadow .12s ease;box-shadow:0 6px 14px #ef44442e}.task-maintainer-modal .btn.btn-danger:hover{filter:brightness(1.03);box-shadow:0 8px 18px #ef44443d}.task-maintainer-modal input.error,.task-maintainer-modal select.error,.task-maintainer-modal textarea.error{border-color:var(--danger);box-shadow:0 0 0 3px #ef444426}.task-maintainer-modal .error-message{margin-top:4px;font-size:.8rem;color:var(--danger)}@media (max-width:640px){.task-maintainer-modal .modal-body{grid-template-columns:1fr;gap:12px}.task-maintainer-modal .modal-header,.task-maintainer-modal .modal-footer{padding-left:16px;padding-right:16px}.task-maintainer-modal .col-wide{grid-column:auto}}.asociaciones-ui{display:grid;grid-template-rows:auto 1fr auto;max-width:900px;width:min(900px,95vw);height:min(92vh,100%);overflow:hidden}.asociaciones-ui .modal-header,.asociaciones-ui .modal-footer{flex:0 0 auto}.asociaciones-ui .modal-body{overflow:hidden;padding:18px 20px}.asociaciones-ui .asociaciones-modal{display:grid;grid-template-columns:1fr 1fr;gap:16px;min-height:0}.asociaciones-ui .asociaciones-modal section{display:flex;flex-direction:column;min-height:0}.asociaciones-ui .asociaciones-modal h4{margin:0 0 8px;font-size:14px;font-weight:700;color:var(--text-700, #34495e)}.asociaciones-ui .available-list{flex:1 1 auto;min-height:0;overflow:auto;padding-right:4px;display:flex;flex-direction:column;gap:8px}.asociaciones-ui .available-item{padding:10px 12px;border:1px solid var(--border, #e5e7eb);border-radius:12px;background:#fff;display:grid;grid-template-columns:1fr auto;align-items:center;gap:12px;box-shadow:0 1px 1px #0000000a;transition:border-color .15s ease,box-shadow .15s ease,transform .05s ease}.asociaciones-ui .available-item:hover{border-color:var(--primary, #fe9858);box-shadow:0 2px 6px #0000000f}.asociaciones-ui .available-item__name{font-weight:500;color:var(--text-900, #111827);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.asociaciones-ui .btn.btn-primary{background:linear-gradient(180deg,var(--primary, #fe9858),var(--primary-600, #e67e3e));color:#fff;border:none;border-radius:10px;padding:8px 14px;font-weight:600;cursor:pointer}.asociaciones-ui .btn.btn-danger{background:#ef4444;color:#fff;border:none;border-radius:10px;padding:8px 14px;font-weight:600;cursor:pointer}.asociaciones-ui .btn[disabled]{opacity:.6;cursor:not-allowed}@media (max-width: 840px){.asociaciones-ui{width:95vw}.asociaciones-ui .asociaciones-modal{grid-template-columns:1fr}}.asociaciones-ui .available-item{align-items:flex-start}.asociaciones-ui .available-item__name{white-space:normal}.asociaciones-ui .available-item__name .meta{margin-top:2px;color:#6b7280;font-size:12px;line-height:1.25;display:grid;gap:2px}.asociaciones-ui .available-item__name .meta-row{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.asociaciones-ui .available-item{grid-template-columns:minmax(0,1.2fr) auto}*,*:before,*:after{box-sizing:border-box}:root{--rrf-page-side-gap: 200px;--rrf-table-max-h: calc(140vh - 360px) ;--rrf-radius: 8px;--rrf-primary: #6c5ce7;--rrf-text: #111827;--rrf-muted: #6b7280;--rrf-bg: #ffffff;--rrf-border: #e5e7eb;--rrf-warning: #f59e0b;--rrf-delete: #ef4444;--rrf-info: #0ea5e9;--rrf-success: #10b981;--rrf-font-sm: .9rem;--rrf-font-xs: .82rem}html,body,#root{min-height:100%;height:auto}.rrf-container{display:flex;flex-direction:column;width:calc(90vw - var(--rrf-page-side-gap));max-width:1400px;margin:1rem auto;padding:1rem 1.25rem;background:#fff6ea;border-radius:var(--rrf-radius);box-shadow:0 0 5px #34495e;max-height:var(--rrf-table-max-h);overflow:auto}.rrf-title{font-size:1.15rem;font-weight:700;color:var(--rrf-text)}.rrf-loading,.rrf-error{display:grid;place-items:center;gap:10px;padding:16px}.rrf-loader{width:60px;height:60px;border-radius:50%;border:3px solid rgba(230,126,62,.2);border-top:3px solid #e67e3e;animation:rrf-spin 1s linear infinite;position:relative}.rrf-loader .rrf-inner-circle{position:absolute;width:40px;height:40px;border-radius:50%;background:#fff;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes rrf-spin{to{transform:rotate(360deg)}}.rrf-error-box{background:#ffecec;color:#721c24;padding:8px;border-radius:4px;border:1px solid #f5c6cb;font-size:13px;margin:10px 0}.rrf-filters{margin-bottom:1rem;background:#f8f9fa;border:1px solid #ddd;border-radius:var(--rrf-radius);position:relative;z-index:2}.rrf-filter-toggle{width:100%;padding:8px 18px;display:flex;align-items:center;justify-content:center;gap:.5rem;cursor:pointer;background:transparent;border:none;color:var(--rrf-text)}.rrf-filters-body{padding:.5rem .75rem .75rem}.rrf-filters-row{display:grid;gap:10px;margin-bottom:1rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.rrf-filter-item{min-width:0;display:flex;flex-direction:column;gap:4px}.rrf-filter-item>label{font-weight:600;font-size:var(--rrf-font-xs);color:#555}.rrf-input,.rrf-select{padding:.5rem;border:1px solid #ddd;border-radius:5px;font-size:var(--rrf-font-xs);height:31px;width:500px;max-width:100%;background:#fff;color:var(--rrf-text)}.rrf-date-range{display:flex;align-items:center;gap:8px;flex-wrap:wrap;max-width:100%}.rrf-date-input{width:100%;min-width:140px;height:31px;padding:4px 30px 4px 10px;font-size:var(--rrf-font-xs);color:#333;background:#fff;border:1px solid #ddd;border-radius:5px;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none}.rrf-date-range .rrf-date-input{flex:1 1 140px;min-width:0;width:auto;box-sizing:border-box}.rrf-date-range>span{flex:0 0 auto}.rrf-filter-actions{display:flex;gap:10px;flex-wrap:wrap}.rrf-btn-apply,.rrf-btn-clear,.rrf-btn-refresh{padding:.5rem;border-radius:5px;cursor:pointer;font-size:var(--rrf-font-xs);display:inline-flex;align-items:center;gap:6px;border:none}.rrf-btn-apply{background:linear-gradient(to bottom right,#fe9858,#e67e3e);color:#fff}.rrf-btn-clear{border:1px solid #ddd;color:#333;background:#fff}.rrf-btn-clear:hover{border-color:#e67e3e}.rrf-btn-refresh{background:linear-gradient(to right,#e67e3e,#fe9858);color:#fff}.rrf-page-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.rrf-page-size{display:flex;align-items:center;gap:10px}.rrf-page-size label,.rrf-page-size span{font-size:var(--rrf-font-xs)}.rrf-page-size select{padding:5px;border:1px solid #ddd;border-radius:5px;font-size:var(--rrf-font-xs)}.rrf-page-info{font-size:var(--rrf-font-xs);color:#666;text-align:end}.rrf-table-container{position:relative;z-index:1;border:1px solid #ddd;border-radius:var(--rrf-radius);overflow:auto;max-height:var(--rrf-table-max-h);min-height:220px;background:#fff}.rrf-table{width:100%;border-collapse:separate;border-spacing:0;font-size:var(--rrf-font-xs);background:#fff}.rrf-table thead{position:sticky;top:0;z-index:2;background:#fe9858;color:#fff}.rrf-table tr:nth-child(2n){background:#f9f9f9}.rrf-table tr:hover{background:#fe9858;color:#fff}.rrf-table th,.rrf-table td{padding:.3rem;white-space:nowrap;min-width:80px;text-align:justify;border-bottom:1px solid #eee}.rrf-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:4px;border:1px solid #ddd;background:#fff;cursor:pointer;transition:background .15s ease,box-shadow .15s ease,transform .15s ease}.rrf-icon-btn:hover{background:#f6f6f6;transform:translateY(-1px)}.rrf-badge{display:inline-block;padding:2px 8px;border-radius:999px;font-size:var(--rrf-font-xs);font-weight:600}.rrf-badge--ok{background:#e6fbf4;color:var(--rrf-success);border:1px solid #b9f2df}.rrf-badge--bad{background:#ffeceb;color:#e11d48;border:1px solid #ffd3d0}.rrf-pagination{display:flex;justify-content:center;gap:5px;margin-block:1rem}.rrf-page-btn{padding:5px;background:#fff;border:1px solid #ddd;border-radius:5px;cursor:pointer;min-width:30px;font-size:var(--rrf-font-xs)}.rrf-page-btn.active{background:#34495e;color:#fff;border-color:#34495e}.rrf-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;display:grid;place-items:center;z-index:9999}.rrf-modal{width:min(720px,92vw);background:#fff;border:1px solid #e8e8e8;border-radius:12px;box-shadow:0 10px 28px #0000002e;overflow:hidden}.rrf-modal-header{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:14px 16px 10px;border-bottom:1px solid #f0f0f0}.rrf-modal-header h3{margin:0;font-size:1.05rem;font-weight:700;color:var(--rrf-text)}.rrf-modal-header>button{border:none;background:transparent;padding:6px;border-radius:8px;cursor:pointer;color:var(--rrf-muted);transition:background .15s ease,color .15s ease}.rrf-modal-header>button:hover{background:#f3f4f6;color:#374151}.rrf-modal-content{display:flex;align-items:center;justify-content:center;min-height:300px;padding:14px}.rrf-selfie-img{max-width:100%;max-height:70vh;object-fit:cover;border-radius:10px;cursor:zoom-in;border:1px solid #eee}.rrf-empty{min-height:240px;display:flex;align-items:center;justify-content:center}.rrf-empty__box{display:flex;flex-direction:column;align-items:center;text-align:center;padding:32px 20px;width:100%;max-width:520px;margin-inline:auto}.rrf-empty__title{font-size:18px;font-weight:600;margin-bottom:6px;color:#333}.rrf-empty__desc{font-size:14px;color:#666}.react-select__menu-portal,.rrf-mf__menu-portal{z-index:99999!important}@media (max-width: 768px){:root{--rrf-page-side-gap: 90px}.rrf-container{width:calc(115vw - var(--rrf-page-side-gap));padding:1rem}.rrf-filters-row{grid-template-columns:1fr}}
