.Vue-Toastification__container{z-index:9999;position:fixed;padding:4px;width:600px;box-sizing:border-box;display:flex;min-height:100%;color:#fff;flex-direction:column;pointer-events:none}@media only screen and (min-width : 600px){.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right,.Vue-Toastification__container.top-center{top:1em}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.bottom-center{bottom:1em;flex-direction:column-reverse}.Vue-Toastification__container.top-left,.Vue-Toastification__container.bottom-left{left:1em}.Vue-Toastification__container.top-left .Vue-Toastification__toast,.Vue-Toastification__container.bottom-left .Vue-Toastification__toast{margin-right:auto}@supports not (-moz-appearance: none){.Vue-Toastification__container.top-left .Vue-Toastification__toast--rtl,.Vue-Toastification__container.bottom-left .Vue-Toastification__toast--rtl{margin-right:unset;margin-left:auto}}.Vue-Toastification__container.top-right,.Vue-Toastification__container.bottom-right{right:1em}.Vue-Toastification__container.top-right .Vue-Toastification__toast,.Vue-Toastification__container.bottom-right .Vue-Toastification__toast{margin-left:auto}@supports not (-moz-appearance: none){.Vue-Toastification__container.top-right .Vue-Toastification__toast--rtl,.Vue-Toastification__container.bottom-right .Vue-Toastification__toast--rtl{margin-left:unset;margin-right:auto}}.Vue-Toastification__container.top-center,.Vue-Toastification__container.bottom-center{left:50%;margin-left:-300px}.Vue-Toastification__container.top-center .Vue-Toastification__toast,.Vue-Toastification__container.bottom-center .Vue-Toastification__toast{margin-left:auto;margin-right:auto}}@media only screen and (max-width : 600px){.Vue-Toastification__container{width:100vw;padding:0;left:0;margin:0}.Vue-Toastification__container .Vue-Toastification__toast{width:100%}.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right,.Vue-Toastification__container.top-center{top:0}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.bottom-center{bottom:0;flex-direction:column-reverse}}.Vue-Toastification__toast{display:inline-flex;position:relative;max-height:800px;min-height:64px;box-sizing:border-box;margin-bottom:1rem;padding:22px 24px;border-radius:8px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;justify-content:space-between;font-family:Lato,Helvetica,Roboto,Arial,sans-serif;max-width:600px;min-width:326px;pointer-events:auto;overflow:hidden;transform:translateZ(0);direction:ltr}.Vue-Toastification__toast--rtl{direction:rtl}.Vue-Toastification__toast--default{background-color:#1976d2;color:#fff}.Vue-Toastification__toast--info{background-color:#2196f3;color:#fff}.Vue-Toastification__toast--success{background-color:#4caf50;color:#fff}.Vue-Toastification__toast--error{background-color:#ff5252;color:#fff}.Vue-Toastification__toast--warning{background-color:#ffc107;color:#fff}@media only screen and (max-width : 600px){.Vue-Toastification__toast{border-radius:0;margin-bottom:.5rem}}.Vue-Toastification__toast-body{flex:1;line-height:24px;font-size:16px;word-break:break-word;white-space:pre-wrap}.Vue-Toastification__toast-component-body{flex:1}.Vue-Toastification__toast.disable-transition{animation:none!important}.Vue-Toastification__close-button{font-weight:700;font-size:24px;line-height:24px;background:transparent;outline:none;border:none;padding:0 0 0 10px;cursor:pointer;transition:.3s ease;align-items:center;color:#fff;opacity:.3;transition:visibility 0s,opacity .2s linear}.Vue-Toastification__close-button:hover,.Vue-Toastification__close-button:focus{opacity:1}.Vue-Toastification__toast:not(:hover) .Vue-Toastification__close-button.show-on-hover{opacity:0}.Vue-Toastification__toast--rtl .Vue-Toastification__close-button{padding-left:unset;padding-right:10px}@keyframes scale-x-frames{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Vue-Toastification__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:10000;background-color:#ffffffb3;transform-origin:left;animation:scale-x-frames linear 1 forwards}.Vue-Toastification__toast--rtl .Vue-Toastification__progress-bar{right:0;left:unset;transform-origin:right}.Vue-Toastification__icon{margin:auto 18px auto 0;background:transparent;outline:none;border:none;padding:0;transition:.3s ease;align-items:center;width:20px;height:100%}.Vue-Toastification__toast--rtl .Vue-Toastification__icon{margin:auto 0 auto 18px}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes bounceOutRight{40%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(1000px,0,0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Vue-Toastification__bounce-enter-active.top-left,.Vue-Toastification__bounce-enter-active.bottom-left{animation-name:bounceInLeft}.Vue-Toastification__bounce-enter-active.top-right,.Vue-Toastification__bounce-enter-active.bottom-right{animation-name:bounceInRight}.Vue-Toastification__bounce-enter-active.top-center{animation-name:bounceInDown}.Vue-Toastification__bounce-enter-active.bottom-center{animation-name:bounceInUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-left,.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-left{animation-name:bounceOutLeft}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-right,.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-right{animation-name:bounceOutRight}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-center{animation-name:bounceOutUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-center{animation-name:bounceOutDown}.Vue-Toastification__bounce-leave-active,.Vue-Toastification__bounce-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__bounce-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@keyframes fadeOutTop{0%{transform:translateY(0);opacity:1}to{transform:translateY(-50px);opacity:0}}@keyframes fadeOutLeft{0%{transform:translate(0);opacity:1}to{transform:translate(-50px);opacity:0}}@keyframes fadeOutBottom{0%{transform:translateY(0);opacity:1}to{transform:translateY(50px);opacity:0}}@keyframes fadeOutRight{0%{transform:translate(0);opacity:1}to{transform:translate(50px);opacity:0}}@keyframes fadeInLeft{0%{transform:translate(-50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeInRight{0%{transform:translate(50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeInTop{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeInBottom{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.Vue-Toastification__fade-enter-active.top-left,.Vue-Toastification__fade-enter-active.bottom-left{animation-name:fadeInLeft}.Vue-Toastification__fade-enter-active.top-right,.Vue-Toastification__fade-enter-active.bottom-right{animation-name:fadeInRight}.Vue-Toastification__fade-enter-active.top-center{animation-name:fadeInTop}.Vue-Toastification__fade-enter-active.bottom-center{animation-name:fadeInBottom}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-left,.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-left{animation-name:fadeOutLeft}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-right,.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-right{animation-name:fadeOutRight}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-center{animation-name:fadeOutTop}.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-center{animation-name:fadeOutBottom}.Vue-Toastification__fade-leave-active,.Vue-Toastification__fade-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__fade-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@keyframes slideInBlurredLeft{0%{transform:translate(-1000px) scaleX(2.5) scaleY(.2);transform-origin:100% 50%;filter:blur(40px);opacity:0}to{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredTop{0%{transform:translateY(-1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 0%;filter:blur(240px);opacity:0}to{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredRight{0%{transform:translate(1000px) scaleX(2.5) scaleY(.2);transform-origin:0% 50%;filter:blur(40px);opacity:0}to{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredBottom{0%{transform:translateY(1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 100%;filter:blur(240px);opacity:0}to{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideOutBlurredTop{0%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 0%;filter:blur(0);opacity:1}to{transform:translateY(-1000px) scaleY(2) scaleX(.2);transform-origin:50% 0%;filter:blur(240px);opacity:0}}@keyframes slideOutBlurredBottom{0%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translateY(1000px) scaleY(2) scaleX(.2);transform-origin:50% 100%;filter:blur(240px);opacity:0}}@keyframes slideOutBlurredLeft{0%{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translate(-1000px) scaleX(2) scaleY(.2);transform-origin:100% 50%;filter:blur(40px);opacity:0}}@keyframes slideOutBlurredRight{0%{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translate(1000px) scaleX(2) scaleY(.2);transform-origin:0% 50%;filter:blur(40px);opacity:0}}.Vue-Toastification__slideBlurred-enter-active.top-left,.Vue-Toastification__slideBlurred-enter-active.bottom-left{animation-name:slideInBlurredLeft}.Vue-Toastification__slideBlurred-enter-active.top-right,.Vue-Toastification__slideBlurred-enter-active.bottom-right{animation-name:slideInBlurredRight}.Vue-Toastification__slideBlurred-enter-active.top-center{animation-name:slideInBlurredTop}.Vue-Toastification__slideBlurred-enter-active.bottom-center{animation-name:slideInBlurredBottom}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-left,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-left{animation-name:slideOutBlurredLeft}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-right,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-right{animation-name:slideOutBlurredRight}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-center{animation-name:slideOutBlurredTop}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-center{animation-name:slideOutBlurredBottom}.Vue-Toastification__slideBlurred-leave-active,.Vue-Toastification__slideBlurred-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__slideBlurred-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}.menu-link.active{font-weight:700;color:#007bff}.cursor-pointer{cursor:pointer}.plr-25{padding-left:25px;padding-right:25px;padding-bottom:10px}.footer-light{color:#9d9d9d}.custom-datatable[data-v-cf001a9e]{border:1px solid #dee2e6;border-radius:8px;overflow:hidden}.table-header[data-v-cf001a9e]{background-color:#343a40;color:#fff;font-weight:700;text-align:center}.table-body[data-v-cf001a9e]{color:#495057;text-align:center}.custom-datatable .p-datatable-header[data-v-cf001a9e]{background-color:#f8f9fa;font-weight:700;color:#495057;border-bottom:1px solid #dee2e6}.custom-datatable .p-datatable tbody tr[data-v-cf001a9e]{border-bottom:1px solid #dee2e6}.custom-datatable .p-datatable tbody tr[data-v-cf001a9e]:hover{background-color:#f1f3f5}.custom-datatable .p-datatable-tbody>tr>td[data-v-cf001a9e]{padding:12px}.custom-datatable .p-paginator[data-v-cf001a9e]{background-color:#fff;border-top:1px solid #dee2e6;padding:10px 0}.loader-wrapper[data-v-9fe14b04]{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fffc;display:flex;justify-content:center;align-items:center;z-index:10}.loader[data-v-9fe14b04]{--size: 40px;display:flex;gap:.6rem}.box[data-v-9fe14b04]{width:var(--size);height:var(--size);background:#089366;animation:rotate-9fe14b04 2s infinite}.box[data-v-9fe14b04]:nth-child(2){animation-delay:.25s}.box[data-v-9fe14b04]:nth-child(3){animation-delay:.5s}@keyframes rotate-9fe14b04{50%{transform:rotate(180deg)}}.custom-datatable[data-v-e9df8055]{border:1px solid #dee2e6;border-radius:8px;overflow:hidden}.table-header[data-v-e9df8055]{background-color:#343a40;color:#fff;font-weight:700;text-align:center}.table-body[data-v-e9df8055]{color:#495057;text-align:center}.custom-datatable .p-datatable-header[data-v-e9df8055]{background-color:#f8f9fa;font-weight:700;color:#495057;border-bottom:1px solid #dee2e6}.custom-datatable .p-datatable tbody tr[data-v-e9df8055]{border-bottom:1px solid #dee2e6}.custom-datatable .p-datatable tbody tr[data-v-e9df8055]:hover{background-color:#f1f3f5}.custom-datatable .p-datatable-tbody>tr>td[data-v-e9df8055]{padding:12px}.custom-datatable .p-paginator[data-v-e9df8055]{background-color:#fff;border-top:1px solid #dee2e6;padding:10px 0}.saldo-card[data-v-6bdf8b8e]{background:linear-gradient(180deg,#fff,#fbfbfd)}.empresa-link[data-v-6bdf8b8e]{text-decoration:none}.empresa-link[data-v-6bdf8b8e]:hover{text-decoration:underline}.text-danger[data-v-6bdf8b8e]{color:#dc3545}.text-success[data-v-6bdf8b8e]{color:#198754}.loader-overlay[data-v-b7e56416]{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#fff9;z-index:10}.card-body[data-v-b7e56416]{min-height:200px}.task-icon[data-v-b7e56416]{font-size:1.25rem;cursor:default;display:inline-block;line-height:1}.empresa-link[data-v-b7e56416]{color:inherit;text-decoration:none}.empresa-link[data-v-b7e56416]:hover{text-decoration:underline}input.form-control[data-v-b7e56416]{min-width:240px}.column-toggle[data-v-b7e56416]{min-width:200px}[data-v-b7e56416] .p-multiselect{min-width:100px;font-size:.8rem}[data-v-b7e56416] .p-datatable-tbody>tr:hover>td{background-color:#f5f5f5}.empresa-tasks-table[data-v-b7e56416]{min-width:100%}[data-v-b7e56416] .p-datatable-scrollable-body{overflow-y:auto!important}[data-v-b7e56416] .p-datatable-scrollable .p-datatable-thead>tr>th{position:sticky;top:0;z-index:2;background:#fff;vertical-align:bottom;border:none;box-shadow:inset -1px 0 #e4e6ef,inset 0 -1px #e4e6ef}[data-v-b7e56416] .p-datatable-scrollable .p-datatable-tbody>tr>td{white-space:nowrap;border:none!important;box-shadow:inset -1px 0 #e4e6ef,inset 0 -1px #e4e6ef}[data-v-b7e56416] .empresa-tasks-table .p-column-header-content{flex-direction:column;align-items:center;gap:.35rem;justify-content:flex-end;height:100%}[data-v-b7e56416] .p-datatable-scrollable .p-datatable-thead>tr>th.p-frozen-column,[data-v-b7e56416] .p-datatable-scrollable .p-datatable-tbody>tr>td.p-frozen-column{box-shadow:6px 0 6px -6px #0000001f,inset -1px 0 #e4e6ef,inset 0 -1px #e4e6ef;background:#fff}[data-v-b7e56416] .p-datatable-scrollable .p-datatable-thead>tr>th:first-child,[data-v-b7e56416] .p-datatable-scrollable .p-datatable-tbody>tr>td:first-child{box-shadow:inset 1px 0 #e4e6ef,inset -1px 0 #e4e6ef,inset 0 -1px #e4e6ef}[data-v-b7e56416] .p-datatable-scrollable .p-datatable-thead>tr>th:last-child,[data-v-b7e56416] .p-datatable-scrollable .p-datatable-tbody>tr>td:last-child{box-shadow:inset -1px 0 #e4e6ef,inset 0 -1px #e4e6ef,inset 1px 0 #e4e6ef}[data-v-b7e56416] .p-datatable-scrollable .p-datatable-tbody>tr:last-child>td{box-shadow:inset -1px 0 #e4e6ef,inset 0 -1px #e4e6ef,inset 0 1px #e4e6ef}.card-body[data-v-91b85dc2]{padding:2rem}.d-flex .w-25[data-v-91b85dc2]{min-width:200px}.multi-value-container[data-v-91b85dc2]{min-width:320px}.multi-value-list[data-v-91b85dc2]{display:flex;flex-direction:column;gap:1rem}.multi-value-item[data-v-91b85dc2]{display:grid;grid-template-columns:minmax(160px,220px) minmax(160px,1fr);gap:.75rem;align-items:center}.multi-value-label[data-v-91b85dc2]{font-weight:500}.multi-value-input[data-v-91b85dc2]{width:100%}@media (max-width: 768px){.multi-value-item[data-v-91b85dc2]{grid-template-columns:1fr}.multi-value-label[data-v-91b85dc2]{margin-bottom:.25rem}}.empresa-view[data-v-4dd5565f]{border:none;border-radius:1.5rem;overflow:hidden;box-shadow:0 25px 60px -35px #0f172a59}.profile-hero[data-v-4dd5565f]{background:#fff;padding:2.2rem 2.5rem;display:flex;flex-wrap:wrap;gap:1.5rem;align-items:center;justify-content:space-between;color:#0f172a;border-bottom:1px solid rgba(15,23,42,.06)}.profile-hero-main[data-v-4dd5565f]{display:flex;align-items:center;gap:1.5rem;flex:1 1 auto;min-width:280px}.profile-avatar[data-v-4dd5565f]{width:4.5rem;height:4.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.6rem;background:linear-gradient(135deg,#2563eb26,#0ea5e940);color:#1e3a8a}.profile-eyebrow[data-v-4dd5565f]{font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;color:#64748b;display:block;margin-bottom:.35rem}.profile-title[data-v-4dd5565f]{font-size:1.85rem;margin:0;font-weight:700;color:#0f172a}.profile-meta[data-v-4dd5565f]{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.9rem}.meta-chip[data-v-4dd5565f]{background:#0f172a0f;border-radius:999px;padding:.5rem .95rem;display:inline-flex;align-items:center;gap:.45rem;font-size:.85rem;color:#0f172a}.meta-chip i[data-v-4dd5565f]{font-size:.95rem;color:#2563eb}.meta-label[data-v-4dd5565f]{opacity:.7;font-weight:500}.meta-value[data-v-4dd5565f]{font-weight:600}.profile-actions[data-v-4dd5565f]{display:flex;align-items:center;gap:.75rem}.status-pill[data-v-4dd5565f]{display:inline-flex;align-items:center;gap:.5rem;padding:.45rem .9rem;border-radius:999px;font-weight:600;font-size:.85rem;background:#0f172a0f;color:#0f172a;border:1px solid rgba(15,23,42,.08)}.status-pill--active[data-v-4dd5565f]{color:#166534;border-color:#22c55e52}.status-pill--inactive[data-v-4dd5565f]{color:#991b1b;border-color:#dc262647}.status-pill i[data-v-4dd5565f]{color:inherit}.btn-edit[data-v-4dd5565f]{display:inline-flex;align-items:center;gap:.55rem;padding:.65rem 1.25rem;border-radius:.75rem;font-weight:600;background:#089336;color:#fff;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.btn-edit[data-v-4dd5565f]:hover{transform:translateY(-2px);box-shadow:0 12px 30px -15px #2563eb99}.profile-body[data-v-4dd5565f]{padding:2.5rem;background:#f1f5f9}.info-section[data-v-4dd5565f]{background:#fff;border-radius:1rem;padding:1.8rem;box-shadow:0 18px 28px -25px #0f172a66}.info-section+.info-section[data-v-4dd5565f]{margin-top:1.5rem}.info-section-header[data-v-4dd5565f]{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.info-section-title[data-v-4dd5565f]{display:inline-flex;align-items:center;gap:.65rem;font-weight:600;font-size:1rem;color:#0f172a}.info-section-title i[data-v-4dd5565f]{font-size:1.1rem;color:#2563eb}.info-grid[data-v-4dd5565f]{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.1rem 2rem}.info-item[data-v-4dd5565f]{display:flex;flex-direction:column;gap:.25rem}.info-label[data-v-4dd5565f]{font-size:.85rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.info-value[data-v-4dd5565f]{color:#0f172a;font-weight:600;white-space:pre-line}@media (max-width: 768px){.profile-hero[data-v-4dd5565f]{padding:1.8rem}.profile-actions[data-v-4dd5565f]{width:100%;justify-content:space-between}.profile-body[data-v-4dd5565f]{padding:1.8rem}}@media (max-width: 576px){.profile-hero-main[data-v-4dd5565f]{flex-direction:column;align-items:flex-start}.profile-meta[data-v-4dd5565f]{gap:.5rem}.info-grid[data-v-4dd5565f]{grid-template-columns:1fr}}.task-icon[data-v-b307883f]{font-size:1.25rem;cursor:default;display:inline-block;line-height:1}td[data-v-b307883f]:hover{background-color:#f5f5f5}.quarter-border[data-v-b307883f]{border-right:2px solid #ccc!important}.summary-card[data-v-cdcbf8eb]{background-color:#fff}.ledger-table[data-v-cdcbf8eb] .p-datatable-thead>tr>th{background-color:#f9fafb;font-weight:600}.summary-client[data-v-9543fac9]{background:#f9fafc}.client-info-label[data-v-9543fac9]{text-transform:uppercase;font-size:.75rem;letter-spacing:.05em;color:#8892a0;font-weight:600}.client-info-value[data-v-9543fac9]{color:#1b1f24;font-weight:600}.summary-table[data-v-9543fac9]{border-collapse:collapse}.summary-table thead th[data-v-9543fac9]{font-size:.75rem;letter-spacing:.05em;text-transform:uppercase;color:#6c757d;font-weight:600;padding:.75rem 1rem;border-bottom:1px solid #e9ecef;background:#fdfdfd}.summary-table td[data-v-9543fac9]{padding:.75rem 1rem;border-bottom:1px solid #f1f3f5}.summary-table .section-row td[data-v-9543fac9]{background:#f8f9fb;font-weight:600;color:#212529}.summary-table .detail-row td[data-v-9543fac9]{background:#fff;color:#4b5563}.summary-table .detail-row td[data-v-9543fac9]:first-child{padding-left:2rem}.summary-table .grand-total-row td[data-v-9543fac9]{font-weight:700;font-size:1.05rem;border-top:2px solid #dee2e6;background:#f3f6f9}.summary-table .extra-row td[data-v-9543fac9]{background:#fff;font-weight:600;color:#212529}.summary-table-wrapper[data-v-9543fac9]{overflow-x:auto}@media (max-width: 576px){.summary-table thead[data-v-9543fac9]{display:none}.summary-table tr[data-v-9543fac9]{display:grid;grid-template-columns:1fr;gap:.25rem;padding:.75rem 0}.summary-table td[data-v-9543fac9]{border:none;padding:0 1rem}.summary-table .section-row td[data-v-9543fac9],.summary-table .grand-total-row td[data-v-9543fac9]{padding:0 1rem}.summary-table .detail-row td[data-v-9543fac9]:first-child{padding-left:1rem}}.access-block[data-v-96badac4]{background-color:#f9fafb}.access-block[data-v-96badac4]:last-of-type{margin-bottom:0}.note-panel[data-v-8c158d75]{border-radius:1rem;border:1px solid rgba(15,23,42,.08);background:#fff}.note-panel-header[data-v-8c158d75]{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.note-list[data-v-8c158d75]{display:flex;flex-direction:column;gap:1rem;max-height:22rem;overflow-y:auto;padding-right:.25rem}.note-list[data-v-8c158d75]::-webkit-scrollbar{width:.35rem}.note-list[data-v-8c158d75]::-webkit-scrollbar-thumb{background:#0f172a33;border-radius:999px}.note-card[data-v-8c158d75]{background:linear-gradient(135deg,#f8fafc,#fff);border-radius:.85rem;border:1px solid rgba(15,23,42,.05);padding:1rem;box-shadow:0 10px 25px -18px #0f172a73;transition:transform .2s ease,box-shadow .2s ease}.note-card[data-v-8c158d75]:hover{transform:translateY(-2px);box-shadow:0 12px 32px -18px #0f172a8c}.note-card-header[data-v-8c158d75]{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.note-meta[data-v-8c158d75]{flex:1 1 auto;display:flex;flex-direction:column;min-width:0}.note-author[data-v-8c158d75]{font-weight:600;color:#1f2937}.note-date[data-v-8c158d75]{font-size:.825rem;color:#6b7280}.note-avatar[data-v-8c158d75]{background:#3b82f6;color:#fff;font-weight:600}.note-delete-btn[data-v-8c158d75]{flex-shrink:0}.note-card-body[data-v-8c158d75]{margin-top:.75rem}.note-text[data-v-8c158d75]{margin:0;color:#374151;line-height:1.55}.note-empty-state[data-v-8c158d75]{border:1px dashed rgba(15,23,42,.15);border-radius:.85rem;padding:2rem 1.5rem;text-align:center;background:#f8fafc}.note-empty-icon[data-v-8c158d75]{font-size:2rem;color:#3b82f6b3;margin-bottom:.5rem}.note-dialog-content[data-v-8c158d75] textarea,.note-dialog-textarea[data-v-8c158d75]{width:100%;min-height:9rem}@media (max-width: 576px){.note-card[data-v-8c158d75]{padding:.85rem}.note-panel[data-v-8c158d75]{padding:1.25rem}}.highlight-bg-old{padding:10px 0;border-radius:5px}.highlight-bg-new{background-color:#888;padding:10px 0;border-radius:5px}.custom-button{background-color:#089366!important;border-color:#089366!important;color:#fff!important}.custom-datatable[data-v-de94fa8b]{border:1px solid #dee2e6;border-radius:8px}.badge[data-v-de94fa8b]{padding:.45rem .75rem;font-size:.85rem}.separator[data-v-50acd2a4]{border-top:1px solid #e4e6ef}.btn-custom[data-v-95730046]{background-color:#089366;color:#fff;border:2px solid #000;transition:all .3s ease}.btn-custom[data-v-95730046]:hover{background-color:#699889;color:#fff}.card[data-v-95730046]{background-color:#f8f9fa;border:1px solid #089366}.form-control[data-v-95730046]{background-color:#e9ecef;color:#000;border:1px solid #089366}.form-control[data-v-95730046]:focus{background-color:#dee2e6;color:#000;border-color:#000;box-shadow:none}@font-face{font-family:primeicons;font-display:block;src:url(/build/assets/primeicons-DMOk5skT.eot);src:url(/build/assets/primeicons-DMOk5skT.eot?#iefix) format("embedded-opentype"),url(/build/assets/primeicons-C6QP2o4f.woff2) format("woff2"),url(/build/assets/primeicons-WjwUDZjB.woff) format("woff"),url(/build/assets/primeicons-MpK4pl85.ttf) format("truetype"),url(/build/assets/primeicons-Dr5RGzOO.svg?#primeicons) format("svg");font-weight:400;font-style:normal}.pi{font-family:primeicons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pi:before{--webkit-backface-visibility:hidden;backface-visibility:hidden}.pi-fw{width:1.28571429em;text-align:center}.pi-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}@media (prefers-reduced-motion: reduce){.pi-spin{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.pi-folder-plus:before{content:""}.pi-receipt:before{content:""}.pi-asterisk:before{content:""}.pi-face-smile:before{content:""}.pi-pinterest:before{content:""}.pi-expand:before{content:""}.pi-pen-to-square:before{content:""}.pi-wave-pulse:before{content:""}.pi-turkish-lira:before{content:""}.pi-spinner-dotted:before{content:""}.pi-crown:before{content:""}.pi-pause-circle:before{content:""}.pi-warehouse:before{content:""}.pi-objects-column:before{content:""}.pi-clipboard:before{content:""}.pi-play-circle:before{content:""}.pi-venus:before{content:""}.pi-cart-minus:before{content:""}.pi-file-plus:before{content:""}.pi-microchip:before{content:""}.pi-twitch:before{content:""}.pi-building-columns:before{content:""}.pi-file-check:before{content:""}.pi-microchip-ai:before{content:""}.pi-trophy:before{content:""}.pi-barcode:before{content:""}.pi-file-arrow-up:before{content:""}.pi-mars:before{content:""}.pi-tiktok:before{content:""}.pi-arrow-up-right-and-arrow-down-left-from-center:before{content:""}.pi-ethereum:before{content:""}.pi-list-check:before{content:""}.pi-thumbtack:before{content:""}.pi-arrow-down-left-and-arrow-up-right-to-center:before{content:""}.pi-equals:before{content:""}.pi-lightbulb:before{content:""}.pi-star-half:before{content:""}.pi-address-book:before{content:""}.pi-chart-scatter:before{content:""}.pi-indian-rupee:before{content:""}.pi-star-half-fill:before{content:""}.pi-cart-arrow-down:before{content:""}.pi-calendar-clock:before{content:""}.pi-sort-up-fill:before{content:""}.pi-sparkles:before{content:""}.pi-bullseye:before{content:""}.pi-sort-down-fill:before{content:""}.pi-graduation-cap:before{content:""}.pi-hammer:before{content:""}.pi-bell-slash:before{content:""}.pi-gauge:before{content:""}.pi-shop:before{content:""}.pi-headphones:before{content:""}.pi-eraser:before{content:""}.pi-stopwatch:before{content:""}.pi-verified:before{content:""}.pi-delete-left:before{content:""}.pi-hourglass:before{content:""}.pi-truck:before{content:""}.pi-wrench:before{content:""}.pi-microphone:before{content:""}.pi-megaphone:before{content:""}.pi-arrow-right-arrow-left:before{content:""}.pi-bitcoin:before{content:""}.pi-file-edit:before{content:""}.pi-language:before{content:""}.pi-file-export:before{content:""}.pi-file-import:before{content:""}.pi-file-word:before{content:""}.pi-gift:before{content:""}.pi-cart-plus:before{content:""}.pi-thumbs-down-fill:before{content:""}.pi-thumbs-up-fill:before{content:""}.pi-arrows-alt:before{content:""}.pi-calculator:before{content:""}.pi-sort-alt-slash:before{content:""}.pi-arrows-h:before{content:""}.pi-arrows-v:before{content:""}.pi-pound:before{content:""}.pi-prime:before{content:""}.pi-chart-pie:before{content:""}.pi-reddit:before{content:""}.pi-code:before{content:""}.pi-sync:before{content:""}.pi-shopping-bag:before{content:""}.pi-server:before{content:""}.pi-database:before{content:""}.pi-hashtag:before{content:""}.pi-bookmark-fill:before{content:""}.pi-filter-fill:before{content:""}.pi-heart-fill:before{content:""}.pi-flag-fill:before{content:""}.pi-circle:before{content:""}.pi-circle-fill:before{content:""}.pi-bolt:before{content:""}.pi-history:before{content:""}.pi-box:before{content:""}.pi-at:before{content:""}.pi-arrow-up-right:before{content:""}.pi-arrow-up-left:before{content:""}.pi-arrow-down-left:before{content:""}.pi-arrow-down-right:before{content:""}.pi-telegram:before{content:""}.pi-stop-circle:before{content:""}.pi-stop:before{content:""}.pi-whatsapp:before{content:""}.pi-building:before{content:""}.pi-qrcode:before{content:""}.pi-car:before{content:""}.pi-instagram:before{content:""}.pi-linkedin:before{content:""}.pi-send:before{content:""}.pi-slack:before{content:""}.pi-sun:before{content:""}.pi-moon:before{content:""}.pi-vimeo:before{content:""}.pi-youtube:before{content:""}.pi-flag:before{content:""}.pi-wallet:before{content:""}.pi-map:before{content:""}.pi-link:before{content:""}.pi-credit-card:before{content:""}.pi-discord:before{content:""}.pi-percentage:before{content:""}.pi-euro:before{content:""}.pi-book:before{content:""}.pi-shield:before{content:""}.pi-paypal:before{content:""}.pi-amazon:before{content:""}.pi-phone:before{content:""}.pi-filter-slash:before{content:""}.pi-facebook:before{content:""}.pi-github:before{content:""}.pi-twitter:before{content:""}.pi-step-backward-alt:before{content:""}.pi-step-forward-alt:before{content:""}.pi-forward:before{content:""}.pi-backward:before{content:""}.pi-fast-backward:before{content:""}.pi-fast-forward:before{content:""}.pi-pause:before{content:""}.pi-play:before{content:""}.pi-compass:before{content:""}.pi-id-card:before{content:""}.pi-ticket:before{content:""}.pi-file-o:before{content:""}.pi-reply:before{content:""}.pi-directions-alt:before{content:""}.pi-directions:before{content:""}.pi-thumbs-up:before{content:""}.pi-thumbs-down:before{content:""}.pi-sort-numeric-down-alt:before{content:""}.pi-sort-numeric-up-alt:before{content:""}.pi-sort-alpha-down-alt:before{content:""}.pi-sort-alpha-up-alt:before{content:""}.pi-sort-numeric-down:before{content:""}.pi-sort-numeric-up:before{content:""}.pi-sort-alpha-down:before{content:""}.pi-sort-alpha-up:before{content:""}.pi-sort-alt:before{content:""}.pi-sort-amount-up:before{content:""}.pi-sort-amount-down:before{content:""}.pi-sort-amount-down-alt:before{content:""}.pi-sort-amount-up-alt:before{content:""}.pi-palette:before{content:""}.pi-undo:before{content:""}.pi-desktop:before{content:""}.pi-sliders-v:before{content:""}.pi-sliders-h:before{content:""}.pi-search-plus:before{content:""}.pi-search-minus:before{content:""}.pi-file-excel:before{content:""}.pi-file-pdf:before{content:""}.pi-check-square:before{content:""}.pi-chart-line:before{content:""}.pi-user-edit:before{content:""}.pi-exclamation-circle:before{content:""}.pi-android:before{content:""}.pi-google:before{content:""}.pi-apple:before{content:""}.pi-microsoft:before{content:""}.pi-heart:before{content:""}.pi-mobile:before{content:""}.pi-tablet:before{content:""}.pi-key:before{content:""}.pi-shopping-cart:before{content:""}.pi-comments:before{content:""}.pi-comment:before{content:""}.pi-briefcase:before{content:""}.pi-bell:before{content:""}.pi-paperclip:before{content:""}.pi-share-alt:before{content:""}.pi-envelope:before{content:""}.pi-volume-down:before{content:""}.pi-volume-up:before{content:""}.pi-volume-off:before{content:""}.pi-eject:before{content:""}.pi-money-bill:before{content:""}.pi-images:before{content:""}.pi-image:before{content:""}.pi-sign-in:before{content:""}.pi-sign-out:before{content:""}.pi-wifi:before{content:""}.pi-sitemap:before{content:""}.pi-chart-bar:before{content:""}.pi-camera:before{content:""}.pi-dollar:before{content:""}.pi-lock-open:before{content:""}.pi-table:before{content:""}.pi-map-marker:before{content:""}.pi-list:before{content:""}.pi-eye-slash:before{content:""}.pi-eye:before{content:""}.pi-folder-open:before{content:""}.pi-folder:before{content:""}.pi-video:before{content:""}.pi-inbox:before{content:""}.pi-lock:before{content:""}.pi-unlock:before{content:""}.pi-tags:before{content:""}.pi-tag:before{content:""}.pi-power-off:before{content:""}.pi-save:before{content:""}.pi-question-circle:before{content:""}.pi-question:before{content:""}.pi-copy:before{content:""}.pi-file:before{content:""}.pi-clone:before{content:""}.pi-calendar-times:before{content:""}.pi-calendar-minus:before{content:""}.pi-calendar-plus:before{content:""}.pi-ellipsis-v:before{content:""}.pi-ellipsis-h:before{content:""}.pi-bookmark:before{content:""}.pi-globe:before{content:""}.pi-replay:before{content:""}.pi-filter:before{content:""}.pi-print:before{content:""}.pi-align-right:before{content:""}.pi-align-left:before{content:""}.pi-align-center:before{content:""}.pi-align-justify:before{content:""}.pi-cog:before{content:""}.pi-cloud-download:before{content:""}.pi-cloud-upload:before{content:""}.pi-cloud:before{content:""}.pi-pencil:before{content:""}.pi-users:before{content:""}.pi-clock:before{content:""}.pi-user-minus:before{content:""}.pi-user-plus:before{content:""}.pi-trash:before{content:""}.pi-external-link:before{content:""}.pi-window-maximize:before{content:""}.pi-window-minimize:before{content:""}.pi-refresh:before{content:""}.pi-user:before{content:""}.pi-exclamation-triangle:before{content:""}.pi-calendar:before{content:""}.pi-chevron-circle-left:before{content:""}.pi-chevron-circle-down:before{content:""}.pi-chevron-circle-right:before{content:""}.pi-chevron-circle-up:before{content:""}.pi-angle-double-down:before{content:""}.pi-angle-double-left:before{content:""}.pi-angle-double-right:before{content:""}.pi-angle-double-up:before{content:""}.pi-angle-down:before{content:""}.pi-angle-left:before{content:""}.pi-angle-right:before{content:""}.pi-angle-up:before{content:""}.pi-upload:before{content:""}.pi-download:before{content:""}.pi-ban:before{content:""}.pi-star-fill:before{content:""}.pi-star:before{content:""}.pi-chevron-left:before{content:""}.pi-chevron-right:before{content:""}.pi-chevron-down:before{content:""}.pi-chevron-up:before{content:""}.pi-caret-left:before{content:""}.pi-caret-right:before{content:""}.pi-caret-down:before{content:""}.pi-caret-up:before{content:""}.pi-search:before{content:""}.pi-check:before{content:""}.pi-check-circle:before{content:""}.pi-times:before{content:""}.pi-times-circle:before{content:""}.pi-plus:before{content:""}.pi-plus-circle:before{content:""}.pi-minus:before{content:""}.pi-minus-circle:before{content:""}.pi-circle-on:before{content:""}.pi-circle-off:before{content:""}.pi-sort-down:before{content:""}.pi-sort-up:before{content:""}.pi-sort:before{content:""}.pi-step-backward:before{content:""}.pi-step-forward:before{content:""}.pi-th-large:before{content:""}.pi-arrow-down:before{content:""}.pi-arrow-left:before{content:""}.pi-arrow-right:before{content:""}.pi-arrow-up:before{content:""}.pi-bars:before{content:""}.pi-arrow-circle-down:before{content:""}.pi-arrow-circle-left:before{content:""}.pi-arrow-circle-right:before{content:""}.pi-arrow-circle-up:before{content:""}.pi-info:before{content:""}.pi-info-circle:before{content:""}.pi-home:before{content:""}.pi-spinner:before{content:""}
