.page-header-content[data-v-0206b327]{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%}.header-main-info[data-v-0206b327]{display:flex;align-items:center;gap:16px}.back-button[data-v-0206b327]{display:inline-flex;align-items:center;gap:6px;background-color:var(--nuna-button-secondary-bg, #f5f5fa);border:1px solid var(--nuna-button-secondary-border, #e0e0e0);padding:8px 14px;border-radius:8px;font-size:.9em;font-weight:600;color:var(--nuna-text-primary);cursor:pointer;transition:all .2s ease}.back-button[data-v-0206b327]:hover{background-color:var(--nuna-button-secondary-hover-bg);border-color:var(--nuna-button-secondary-hover-border)}.back-icon[data-v-0206b327]{width:1.1em;height:1.1em}.header-title-area[data-v-0206b327]{display:flex;align-items:center}.title-container[data-v-0206b327]{display:flex;flex-direction:column}.page-title[data-v-0206b327]{font-size:1.7em;font-weight:700;color:var(--nuna-purple);margin:0;line-height:1.2}.page-subtitle[data-v-0206b327]{font-size:.95em;color:var(--nuna-text-secondary);margin:1px 0 0}.header-actions[data-v-0206b327]{display:flex;align-items:center;gap:12px}@media (max-width: 850px){.page-title[data-v-0206b327]{font-size:1.4em}.page-subtitle[data-v-0206b327]{display:none;font-size:.9em;margin-top:6px}.back-button span[data-v-0206b327]{display:none}.back-button[data-v-0206b327]{padding:8px}}.loading-container[data-v-7fbd5e84]{display:flex;justify-content:center;align-items:center;min-height:200px;text-align:center;color:var(--nuna-text-secondary, #8a7fa3)}.modal-overlay[data-v-7fbd5e84]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content[data-v-7fbd5e84]{background-color:var(--nuna-bg-light, #f9f5fc);padding:2rem;border-radius:8px;box-shadow:0 5px 15px #0003;width:90%;max-width:600px;font-family:Nunito,sans-serif;color:var(--nuna-text-primary, #6e5c91)}.modal-header[data-v-7fbd5e84]{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--nuna-border-color, #d1c4e9)}.modal-header h2[data-v-7fbd5e84]{margin:0;color:var(--nuna-purple, #9c89b8);font-size:1.5rem;font-weight:600}.close-button[data-v-7fbd5e84]{background:none;border:none;font-size:1.8rem;cursor:pointer;color:var(--nuna-text-secondary, #8a7fa3);padding:0;line-height:1}.close-button[data-v-7fbd5e84]:hover{color:var(--nuna-purple, #9c89b8)}.form-grid[data-v-7fbd5e84]{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-bottom:1.5rem}@media (min-width: 576px){.modal-form-grid[data-v-7fbd5e84]{grid-template-columns:1fr 1fr}.modal-form-grid .modal-name-group[data-v-7fbd5e84]{grid-column:1 / 2}.modal-form-grid .modal-birthdate-group[data-v-7fbd5e84]{grid-column:2 / 3}.modal-form-grid .modal-guardian-name-group[data-v-7fbd5e84]{grid-column:1 / 2}.modal-form-grid .modal-guardian-phone-group[data-v-7fbd5e84]{grid-column:2 / 3}.modal-form-grid .modal-sessionfee-group[data-v-7fbd5e84]{grid-column:1 / -1}.modal-form-grid .modal-birthdate-group input[type=date][data-v-7fbd5e84]{max-width:180px;width:100%}.modal-form-grid .modal-guardian-phone-group input[type=tel][data-v-7fbd5e84],.modal-form-grid .modal-sessionfee-group input[type=number][data-v-7fbd5e84]{max-width:220px;width:100%}}.form-group[data-v-7fbd5e84]{display:flex;flex-direction:column}.form-group label[data-v-7fbd5e84]{margin-bottom:.5rem;font-weight:600;font-size:.9em;color:var(--nuna-text-secondary, #8a7fa3)}input[type=text][data-v-7fbd5e84],input[type=date][data-v-7fbd5e84],input[type=tel][data-v-7fbd5e84],input[type=number][data-v-7fbd5e84]{padding:.625rem 1rem;border:1px solid var(--nuna-border-color, #d1c4e9);border-radius:6px;font-size:1em;background-color:var(--vt-c-white, #fff);color:var(--nuna-text-primary, #6e5c91);transition:border-color .2s,box-shadow .2s;box-sizing:border-box}input[data-v-7fbd5e84]:focus{outline:none;border-color:var(--nuna-purple, #9c89b8);box-shadow:0 0 0 3px var(--nuna-purple-focus-shadow, rgba(156, 137, 184, .15))}.input-error[data-v-7fbd5e84]{border-color:var(--nuna-red, #c87b95)!important}.error-message-field[data-v-7fbd5e84]{color:var(--nuna-red-dark, var(--nuna-red, #c87b95));font-size:.85em;margin-top:5px}.error-message[data-v-7fbd5e84]{color:var(--nuna-red, #c87b95);margin-top:1rem;text-align:center;font-weight:500;font-size:.9em}.modal-actions[data-v-7fbd5e84]{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--nuna-border-color, #d1c4e9)}.nuna-button[data-v-7fbd5e84]{padding:.625rem 1.25rem;border-radius:6px;cursor:pointer;font-size:.95em;border:1px solid transparent;font-weight:600;transition:background-color .2s,border-color .2s,color .2s,opacity .2s;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap}.nuna-button.primary[data-v-7fbd5e84]{background-color:var(--nuna-purple, #9c89b8);color:var(--nuna-text-on-primary, #ffffff)}.nuna-button.primary[data-v-7fbd5e84]:hover:not(:disabled){background-color:var(--nuna-purple-hover, #7a6790)}.nuna-button.secondary[data-v-7fbd5e84]{background-color:var(--nuna-button-secondary-bg, #ffffff);color:var(--nuna-button-secondary-text, #5f5a6d);border-color:var(--nuna-button-secondary-border, var(--nuna-grey-dark, #c4b6d6))}.nuna-button.secondary[data-v-7fbd5e84]:hover:not(:disabled){background-color:var(--nuna-button-secondary-hover-bg, var(--nuna-grey-lightest, #faf7fb));border-color:var(--nuna-button-secondary-hover-border, var(--nuna-grey-dark, #c4b6d6))}.nuna-button[data-v-7fbd5e84]:disabled{opacity:.6;cursor:not-allowed}.cobranca-modal-overlay[data-v-f1b2e2d9]{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#11182799;display:flex;justify-content:center;align-items:center;z-index:1060;padding:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);overflow-y:auto}.cobranca-modal-content[data-v-f1b2e2d9]{background-color:#fff;border-radius:12px;box-shadow:0 10px 25px #00000026;width:100%;max-width:520px;max-height:calc(100vh - 80px);display:flex;flex-direction:column;overflow:hidden}.cobranca-modal-header[data-v-f1b2e2d9]{padding:18px 24px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e5e7eb;flex-shrink:0}.cobranca-modal-header h2[data-v-f1b2e2d9]{margin:0;color:#1f2937;font-size:1.2rem;font-weight:600}.cobranca-modal-close-button[data-v-f1b2e2d9]{background:transparent;border:none;font-size:1.5rem;cursor:pointer;color:#9ca3af;padding:0;line-height:1}.cobranca-modal-close-button[data-v-f1b2e2d9]:hover{color:var(--nuna-purple, #7c3aed)}.steps-indicator[data-v-f1b2e2d9]{padding:12px 24px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #f0f0f0;flex-shrink:0}.step[data-v-f1b2e2d9]{width:28px;height:28px;border-radius:50%;background-color:#e0e0e0;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;transition:background-color .3s;font-size:.9em}.step.active[data-v-f1b2e2d9]{background-color:var(--nuna-purple, #7c3aed)}.step.completed[data-v-f1b2e2d9]{background-color:#4caf50}.step-line[data-v-f1b2e2d9]{flex-grow:1;height:2px;background-color:#e0e0e0;margin:0 5px;transition:background-color .3s}.step-line.active[data-v-f1b2e2d9]{background-color:var(--nuna-purple, #7c3aed)}.form-wrapper-emitir-cobranca[data-v-f1b2e2d9]{display:flex;flex-direction:column;flex-grow:1;overflow:hidden;min-height:0}.step-content-scrollable-area[data-v-f1b2e2d9]{flex-grow:1;overflow-y:auto;padding:.8rem 24px 1rem}.step-content[data-v-f1b2e2d9]{animation:fadeIn-f1b2e2d9 .3s ease-out}@keyframes fadeIn-f1b2e2d9{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.form-group[data-v-f1b2e2d9]{margin-bottom:.9rem}.form-label[data-v-f1b2e2d9]{display:block;margin-bottom:.4rem;font-weight:500;font-size:.9em;color:#4b5563}.form-input[data-v-f1b2e2d9],.form-select[data-v-f1b2e2d9]{width:100%;padding:.65rem .85rem;border:1px solid #d1d5db;border-radius:6px;font-size:.95em;background-color:#fff;color:#1f2937;box-sizing:border-box}.form-input[data-v-f1b2e2d9]:focus,.form-select[data-v-f1b2e2d9]:focus{outline:none;border-color:var(--nuna-purple, #7c3aed);box-shadow:0 0 0 2px #7c3aed33}.form-input[data-v-f1b2e2d9]:disabled{background-color:#f3f4f6;cursor:not-allowed;opacity:.7}.radio-group-financial label[data-v-f1b2e2d9]{margin-right:1rem;font-size:.9em;display:inline-flex;align-items:center}.radio-group-financial input[type=radio][data-v-f1b2e2d9]{margin-right:.3rem}.checkbox-label-financial[data-v-f1b2e2d9]{font-size:.9em;display:inline-flex;align-items:center}.checkbox-label-financial input[type=checkbox][data-v-f1b2e2d9]{margin-right:.3rem}.input-container-financial.relative[data-v-f1b2e2d9]{position:relative}.search-results-list-billing[data-v-f1b2e2d9]{list-style:none;padding:0;margin:0;position:absolute;top:100%;left:0;right:0;background-color:#fff;border:1px solid #ccc;border-top:none;border-radius:0 0 6px 6px;max-height:150px;overflow-y:auto;z-index:10;box-shadow:0 4px 6px #0000001a}.search-results-list-billing li[data-v-f1b2e2d9]{padding:.75rem;cursor:pointer;border-bottom:1px solid #eee;font-size:.9em}.search-results-list-billing li[data-v-f1b2e2d9]:last-child{border-bottom:none}.search-results-list-billing li[data-v-f1b2e2d9]:hover{background-color:#f0f0f0}.selected-patient-info[data-v-f1b2e2d9]{background-color:#f0f5ff;border:1px solid #d6e4ff;border-radius:4px;padding:.5rem .75rem;margin-top:.5rem;font-size:.85em}.selected-patient-info span[data-v-f1b2e2d9]{font-weight:500;color:#333}.selected-patient-info small[data-v-f1b2e2d9]{display:block;color:#555;margin-top:2px}.step-1-content .form-group[data-v-f1b2e2d9]{margin-bottom:.7rem}.form-label.small-label[data-v-f1b2e2d9]{font-size:.8em;margin-bottom:.25rem;color:#555}.compact-input[data-v-f1b2e2d9]{padding:.55rem .75rem;font-size:.9em}.value-calculation-group[data-v-f1b2e2d9]{background-color:#f9f9fc;padding:.75rem;border-radius:6px;margin-bottom:.8rem;border:1px solid #eef2f7}.basis-group[data-v-f1b2e2d9]{margin-bottom:.6rem!important}.horizontal-radios[data-v-f1b2e2d9]{display:flex;flex-wrap:wrap;gap:.5rem .8rem;align-items:center}.horizontal-radios.small-text label[data-v-f1b2e2d9]{margin-right:.5rem;font-size:.85em}.horizontal-radios input[type=radio][data-v-f1b2e2d9]{transform:scale(.9);margin-right:.2rem}.text-muted[data-v-f1b2e2d9]{font-size:.8em;color:#6c757d;margin-top:.25rem;display:block}.text-muted.text-error-small[data-v-f1b2e2d9]{color:#d9534f;font-weight:500;font-size:.75em;margin-top:.3rem}.text-muted.error-text[data-v-f1b2e2d9]{color:#d9534f}.nuna-link[data-v-f1b2e2d9]{color:var(--nuna-purple, #7c3aed);text-decoration:none;background:none;border:none;padding:0;font-size:inherit;cursor:pointer}.nuna-link[data-v-f1b2e2d9]:hover{text-decoration:underline}.nuna-link.small-link[data-v-f1b2e2d9]{font-size:inherit}.session-details-grid[data-v-f1b2e2d9]{display:grid;grid-template-columns:1fr 1fr;gap:.8rem;align-items:flex-end;margin-top:.5rem}.total-amount-display-step1[data-v-f1b2e2d9]{font-size:1.05em;margin-top:.8rem;padding-top:.6rem;border-top:1px dashed #e0e0e0;text-align:right;font-weight:700}.total-amount-display-step1 strong[data-v-f1b2e2d9]{color:var(--nuna-purple, #7c3aed)}.aviso-recibo[data-v-f1b2e2d9]{background-color:#fff9c4;border:1px solid #fff176;color:#795548;padding:1rem;border-radius:6px;font-size:.9em;line-height:1.5}.aviso-recibo h4[data-v-f1b2e2d9]{margin-top:0;color:#f57f17;font-size:1em}.links-uteis[data-v-f1b2e2d9]{margin-top:.75rem;display:flex;flex-direction:column;gap:.5rem}.cobranca-modal-actions[data-v-f1b2e2d9]{display:flex;justify-content:space-between;padding:16px 24px;border-top:1px solid #e5e7eb;flex-shrink:0;background-color:#f9fafb}.nuna-button[data-v-f1b2e2d9]{padding:9px 18px;border-radius:6px;cursor:pointer;font-size:.95em;font-weight:600;border:1px solid transparent}.nuna-button.primary[data-v-f1b2e2d9]{background-color:var(--nuna-purple, #7c3aed);color:#fff}.nuna-button.primary[data-v-f1b2e2d9]:hover:not(:disabled){background-color:#6d28d9}.nuna-button.secondary[data-v-f1b2e2d9]{background-color:#fff;color:#374151;border-color:#d1d5db}.nuna-button.secondary[data-v-f1b2e2d9]:hover:not(:disabled){background-color:#f9fafb}.nuna-button[data-v-f1b2e2d9]:disabled{opacity:.7;cursor:not-allowed}@media (max-width: 500px){.cobranca-modal-overlay[data-v-f1b2e2d9]{padding:10px}.cobranca-modal-content[data-v-f1b2e2d9]{max-height:calc(100vh - 40px)}.cobranca-modal-header[data-v-f1b2e2d9],.steps-indicator[data-v-f1b2e2d9],.form-wrapper-emitir-cobranca .step-content-scrollable-area[data-v-f1b2e2d9],.cobranca-modal-actions[data-v-f1b2e2d9]{padding-left:16px;padding-right:16px}.cobranca-modal-header[data-v-f1b2e2d9]{padding-top:16px;padding-bottom:10px}.cobranca-modal-header h2[data-v-f1b2e2d9]{font-size:1.1rem}.steps-indicator[data-v-f1b2e2d9]{padding-top:10px;padding-bottom:10px}.step[data-v-f1b2e2d9]{width:25px;height:25px;font-size:.8em}.form-group[data-v-f1b2e2d9]{margin-bottom:.7rem}.step-1-content .form-group[data-v-f1b2e2d9]{margin-bottom:.6rem}.session-details-grid[data-v-f1b2e2d9]{grid-template-columns:1fr;gap:.6rem}.horizontal-radios[data-v-f1b2e2d9]{gap:.4rem .6rem}.horizontal-radios.small-text label[data-v-f1b2e2d9]{font-size:.8em}.value-calculation-group[data-v-f1b2e2d9]{padding:.6rem}.total-amount-display-step1[data-v-f1b2e2d9]{font-size:1em}}.nuna-theme-inside[data-v-6c1e2c16]{font-family:Nunito,sans-serif}.file-upload-nuna[data-v-6c1e2c16]{display:flex;flex-direction:column;gap:10px}.file-input-wrapper[data-v-6c1e2c16]{display:flex;align-items:center;gap:10px;width:100%}.file-input-hidden[data-v-6c1e2c16]{display:none}.nuna-button[data-v-6c1e2c16]{padding:8px 15px;border:1px solid #ccc;border-radius:5px;background-color:#f8f9fa;color:#333;cursor:pointer;font-size:.9em;transition:background-color .2s,border-color .2s;display:inline-flex;align-items:center;white-space:nowrap}.nuna-button svg[data-v-6c1e2c16]{margin-right:6px;width:1em;height:1em}.nuna-button[data-v-6c1e2c16]:disabled{opacity:.6;cursor:not-allowed}.nuna-button--secondary[data-v-6c1e2c16]{border-color:#6a1b9a;color:#6a1b9a;background-color:transparent}.nuna-button--secondary[data-v-6c1e2c16]:hover:not(:disabled){background-color:#6a1b9a0d}.nuna-button--icon-left svg[data-v-6c1e2c16]{margin-right:8px}.file-name-display[data-v-6c1e2c16]{flex-grow:1;font-size:.85em;color:#555;background-color:#f9f9f9;padding:6px 10px;border-radius:4px;border:1px solid #eee;display:flex;align-items:center;justify-content:space-between;min-width:150px}.file-name-display span[title][data-v-6c1e2c16]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:calc(100% - 50px)}.file-name-display .file-size[data-v-6c1e2c16]{color:#777;margin-left:5px;white-space:nowrap}.file-name-placeholder[data-v-6c1e2c16]{flex-grow:1;font-size:.85em;color:#888;font-style:italic;padding:6px 10px}.button-icon-only[data-v-6c1e2c16]{background:none;border:none;padding:2px;cursor:pointer;color:#777;line-height:1}.button-icon-only[data-v-6c1e2c16]:hover{color:#dc3545}.button-icon-only svg[data-v-6c1e2c16]{width:14px;height:14px;vertical-align:middle}.image-preview-container[data-v-6c1e2c16]{margin-top:10px;max-width:200px}.image-preview[data-v-6c1e2c16]{display:block;max-width:100%;max-height:100px;border:1px solid #ddd;border-radius:4px;object-fit:cover}.description-group[data-v-6c1e2c16]{margin-top:8px;width:100%}.form-label.small-label[data-v-6c1e2c16]{font-size:.85em;margin-bottom:4px;color:#555;font-weight:400}.description-input[data-v-6c1e2c16]{width:100%;padding:6px 10px;font-size:.85em;border:1px solid #ccc;border-radius:4px;box-sizing:border-box}.description-input[data-v-6c1e2c16]:focus{border-color:#6a1b9a;outline:none;box-shadow:0 0 0 2px #6a1b9a1a}.description-input[data-v-6c1e2c16]::placeholder{color:#aaa;font-style:italic}.upload-progress-section[data-v-6c1e2c16]{margin-top:10px;width:100%}.progress-bar-container[data-v-6c1e2c16]{width:100%;background-color:#e9ecef;border-radius:4px;overflow:hidden;height:10px;margin-bottom:5px}.progress-bar-fill[data-v-6c1e2c16]{background-color:#6a1b9a;height:100%;width:0%;transition:width .2s ease-out}.progress-text[data-v-6c1e2c16]{font-size:.8em;text-align:right;color:#555}.message[data-v-6c1e2c16]{padding:8px 12px;margin-top:10px;border-radius:4px;font-size:.9em}.message--error[data-v-6c1e2c16]{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.message.small-message[data-v-6c1e2c16]{font-size:.85em;padding:6px 10px}.modal-overlay[data-v-9597c669]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#11182799;display:flex;justify-content:center;align-items:center;z-index:1050;padding:15px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.section-divider[data-v-9597c669]{font-size:.95em;font-weight:600;color:var(--nuna-purple, #866ab0);padding-bottom:.3rem;margin-top:1.2rem;margin-bottom:.8rem;border-bottom:1px solid var(--nuna-border-color-light, #e0d8ed)}.section-divider[data-v-9597c669]:first-of-type{margin-top:.2rem}.form-row.three-columns-layout[data-v-9597c669]{grid-template-columns:repeat(3,1fr)}.form-row.three-columns-layout .form-group[data-v-9597c669]{grid-column:auto}.form-row.three-columns-layout-condensed[data-v-9597c669]{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.8rem 1.2rem;align-items:flex-end}.form-group.placeholder-group[data-v-9597c669]{min-height:1px}.modal-content.compact-modal[data-v-9597c669]{background-color:var(--nuna-bg-light, #fefcfe);border-radius:10px;box-shadow:0 8px 20px #0000001f;width:100%;max-width:680px;display:flex;flex-direction:column;max-height:calc(100% - 30px);overflow:hidden}.modal-header[data-v-9597c669]{padding:14px 20px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--nuna-border-color, #d1c4e9);flex-shrink:0}.modal-header h2[data-v-9597c669]{margin:0;color:var(--nuna-purple, #866ab0);font-size:1.15rem;font-weight:600}.modal-close-button[data-v-9597c669]{background:transparent;border:none;font-size:1.5rem;cursor:pointer;color:var(--nuna-text-secondary, #7a6b90);padding:0;line-height:1}.modal-close-button[data-v-9597c669]:hover{color:var(--nuna-purple, #866ab0)}.modal-body[data-v-9597c669]{padding:16px 20px;overflow-y:auto;flex-grow:1}.form-row[data-v-9597c669]{display:grid;grid-template-columns:1fr 1fr;gap:.8rem 1.2rem;margin-bottom:1rem}.form-row.description-amount-layout[data-v-9597c669]{grid-template-columns:3fr 2fr}.form-row.patient-and-sessions-row[data-v-9597c669]{grid-template-columns:3fr 1fr}.form-group.full-width[data-v-9597c669]{grid-column:1 / -1}.type-toggle-group[data-v-9597c669],.category-select-group[data-v-9597c669],.form-row.type-category-row .form-group[data-v-9597c669]{min-width:0}.consider-ir-checkbox-group[data-v-9597c669]{display:flex;align-items:flex-end;padding-bottom:.6rem}.form-group[data-v-9597c669]{display:flex;flex-direction:column;margin-bottom:0}.form-label[data-v-9597c669]{margin-bottom:.3rem;font-weight:500;font-size:.8em;color:var(--nuna-text-secondary, #7a6b90)}.form-input[data-v-9597c669],.form-select[data-v-9597c669],.form-textarea[data-v-9597c669]{width:100%;padding:.6rem .8rem;border:1px solid var(--nuna-border-color, #d1c4e9);border-radius:5px;font-size:.9em;box-sizing:border-box;background-color:var(--nuna-bg-light, #fefcfe);color:var(--nuna-text-primary, #584879)}.form-input[data-v-9597c669]:focus,.form-select[data-v-9597c669]:focus,.form-textarea[data-v-9597c669]:focus{outline:none;border-color:var(--nuna-purple, #866ab0);box-shadow:0 0 0 2px var(--nuna-purple-focus-shadow, rgba(156, 137, 184, .15))}.form-input[data-v-9597c669]:disabled{background-color:var(--nuna-grey-lightest, #faf7fb);opacity:.7;cursor:not-allowed}.form-textarea[data-v-9597c669]{resize:vertical;min-height:45px}.radio-group-financial.horizontal.compact label[data-v-9597c669]{font-size:.85em;margin-right:.8rem;color:var(--nuna-text-primary, #584879)}.radio-group-financial.horizontal.compact input[type=radio][data-v-9597c669]{margin-right:.2rem;transform:scale(.9);accent-color:var(--nuna-purple, #866ab0)}.checkbox-label-financial[data-v-9597c669]{font-size:.85em;display:flex;align-items:center;color:var(--nuna-text-primary, #584879)}.checkbox-label-financial input[type=checkbox][data-v-9597c669]{margin-right:.3rem;transform:scale(.9);accent-color:var(--nuna-purple, #866ab0)}.patient-fee-info[data-v-9597c669]{font-size:.75em;color:var(--nuna-text-secondary);margin-top:4px}.patient-fee-info.error[data-v-9597c669]{color:var(--nuna-red, #c87b95)}.patient-details-info[data-v-9597c669]{font-size:.75em;color:var(--nuna-text-secondary);margin-top:5px;padding:8px;background-color:var(--nuna-grey-lightest, #faf7fb);border:1px solid var(--nuna-grey-medium, #e8e3ee);border-radius:4px}.patient-details-info small[data-v-9597c669]{display:block;margin-bottom:3px;line-height:1.4}.patient-details-info small[data-v-9597c669]:last-child{margin-bottom:0}.patient-details-info small.error[data-v-9597c669]{color:var(--nuna-red, #c87b95);font-weight:500}.input-container-financial.relative[data-v-9597c669]{position:relative}.search-results-list-financial-modal[data-v-9597c669]{list-style:none;padding:0;margin:0;position:absolute;top:100%;left:0;right:0;background-color:#fff;border:1px solid var(--nuna-border-color, #d1c4e9);border-top:none;border-radius:0 0 5px 5px;max-height:120px;overflow-y:auto;z-index:1070;box-shadow:0 3px 5px #0000001a}.search-results-list-financial-modal li[data-v-9597c669]{padding:.6rem;cursor:pointer;font-size:.85em;border-bottom:1px solid var(--nuna-grey-medium, #e8e3ee)}.search-results-list-financial-modal li[data-v-9597c669]:last-child{border-bottom:none}.search-results-list-financial-modal li[data-v-9597c669]:hover{background-color:var(--nuna-grey-lightest, #faf7fb)}.modal-actions[data-v-9597c669]{display:flex;justify-content:flex-end;gap:.7rem;padding:12px 20px;border-top:1px solid var(--nuna-border-color, #d1c4e9);background-color:var(--nuna-grey-lightest, #faf7fb);flex-shrink:0}.nuna-toggle-switch[data-v-9597c669]{display:flex;border:1px solid var(--nuna-border-color, #d1c4e9);border-radius:6px;overflow:hidden;width:100%}.toggle-option[data-v-9597c669]{flex-grow:1;padding:.6rem .5rem;border:none;background-color:var(--nuna-button-secondary-bg, #ffffff);color:var(--nuna-button-secondary-text, #4f4760);cursor:pointer;text-align:center;font-size:.85em;font-weight:500;transition:background-color .2s ease-in-out,color .2s ease-in-out;outline:none}.toggle-option[data-v-9597c669]:first-child{border-right:1px solid var(--nuna-border-color, #d1c4e9)}.toggle-option.active[data-v-9597c669]{color:var(--nuna-text-on-primary, #ffffff);font-weight:600}.toggle-option.active[data-v-9597c669]:nth-child(1){background-color:var(--nuna-green, #a8d5ba)}.toggle-option.active[data-v-9597c669]:nth-child(2){background-color:var(--nuna-red, #c87b95)}.toggle-option[data-v-9597c669]:not(.active):hover{background-color:var(--nuna-grey-lightest, #faf7fb)}.nuna-button[data-v-9597c669]{padding:8px 16px;border-radius:6px;cursor:pointer;font-size:.9em;font-weight:600;transition:background-color .2s ease,opacity .2s ease,border-color .2s ease;display:inline-flex;align-items:center;justify-content:center;line-height:1.5;border:1px solid transparent}.nuna-button.primary[data-v-9597c669]{background-color:var(--nuna-purple, #866ab0);color:var(--nuna-text-on-primary, #ffffff);border-color:var(--nuna-purple, #866ab0)}.nuna-button.primary[data-v-9597c669]:hover:not(:disabled){background-color:var(--nuna-purple-hover, #6e599e);border-color:var(--nuna-purple-hover, #6e599e)}.nuna-button.secondary[data-v-9597c669]{background-color:var(--nuna-button-secondary-bg, #ffffff);color:var(--nuna-button-secondary-text, #4f4760);border-color:var(--nuna-button-secondary-border, var(--nuna-grey-dark))}.nuna-button.secondary[data-v-9597c669]:hover:not(:disabled){background-color:var(--nuna-button-secondary-hover-bg, var(--nuna-grey-lightest));border-color:var(--nuna-button-secondary-hover-border, var(--nuna-grey-dark))}.nuna-button[data-v-9597c669]:disabled{opacity:.6;cursor:not-allowed}.attachment-details-info[data-v-9597c669]{font-size:.8em;color:var(--nuna-text-secondary);margin-top:8px;padding:6px 8px;background-color:var(--nuna-grey-lightest, #faf7fb);border:1px solid var(--nuna-grey-medium, #e8e3ee);border-radius:4px;display:flex;align-items:center;justify-content:space-between}.attachment-details-info small a[data-v-9597c669]{color:var(--nuna-purple, #866ab0);text-decoration:none;font-weight:500}.attachment-details-info small a[data-v-9597c669]:hover{text-decoration:underline}.button-icon-only-small[data-v-9597c669]{background:none;border:none;padding:2px;cursor:pointer;color:var(--nuna-text-secondary, #7a6b90);line-height:1;margin-left:8px}.button-icon-only-small[data-v-9597c669]:hover{color:var(--nuna-red, #c87b95)}.button-icon-only-small svg[data-v-9597c669]{width:12px;height:12px;vertical-align:middle}.loading-indicator-inline[data-v-9597c669]{font-size:.8em;color:var(--nuna-text-secondary);margin-top:8px;padding:6px 8px}.attachment-details-info small.error[data-v-9597c669]{color:var(--nuna-red, #c87b95);font-weight:700}@media (max-width: 700px){.form-row[data-v-9597c669],.form-row.patient-and-sessions-row[data-v-9597c669],.form-row.type-category-row[data-v-9597c669],.form-row.three-columns-layout[data-v-9597c669],.form-row.three-columns-layout-condensed[data-v-9597c669],.form-row.description-amount-layout[data-v-9597c669]{grid-template-columns:1fr}.sessions-group-small[data-v-9597c669]{max-width:none;justify-self:initial}.consider-ir-checkbox-group[data-v-9597c669]{padding-top:0;padding-bottom:0;margin-bottom:.5rem;align-items:center}.modal-content.compact-modal[data-v-9597c669]{max-width:calc(100vw - 20px);max-height:calc(100vh - 30px)}.modal-body[data-v-9597c669]{padding:12px 15px}.modal-actions[data-v-9597c669]{padding:10px 15px}}.nuna-base-button[data-v-9ad3fca5]{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;border-radius:8px;font-weight:600;font-family:Nunito,sans-serif;font-size:.95em;line-height:1.4;border:1px solid transparent;cursor:pointer;transition:all .2s ease-in-out;text-decoration:none;white-space:nowrap}.nuna-base-button.variant-primary[data-v-9ad3fca5]{background-color:var(--nuna-purple, #866AB0);color:var(--nuna-text-on-primary, #fff);border-color:var(--nuna-purple, #866AB0);box-shadow:0 2px 5px #866ab033}.nuna-base-button.variant-primary[data-v-9ad3fca5]:hover:not(:disabled){background-color:var(--nuna-purple-hover, #6e599e);border-color:var(--nuna-purple-hover, #6e599e);box-shadow:0 4px 8px #866ab04d;transform:translateY(-1px)}.nuna-base-button.variant-secondary[data-v-9ad3fca5]{background-color:var(--nuna-button-secondary-bg, #fff);color:var(--nuna-button-secondary-text, #4f4760);border-color:var(--nuna-button-secondary-border, #c4b6d6)}.nuna-base-button.variant-secondary[data-v-9ad3fca5]:hover:not(:disabled){background-color:var(--nuna-button-secondary-hover-bg, #faf7fb);border-color:var(--nuna-purple-border-hover, rgba(122, 103, 144, .4))}.nuna-base-button.variant-danger[data-v-9ad3fca5]{background-color:var(--nuna-red, #c87b95);color:var(--nuna-text-on-primary, #fff);border-color:var(--nuna-red, #c87b95)}.nuna-base-button.variant-danger[data-v-9ad3fca5]:hover:not(:disabled){background-color:var(--nuna-red-dark, #b76c88);border-color:var(--nuna-red-dark, #b76c88)}.nuna-base-button.variant-link[data-v-9ad3fca5]{background-color:transparent;color:var(--nuna-purple, #866AB0);border-color:transparent;padding-left:4px;padding-right:4px;text-decoration:underline}.nuna-base-button.variant-link[data-v-9ad3fca5]:hover:not(:disabled){color:var(--nuna-purple-hover, #6e599e);background-color:var(--nuna-purple-bg-tint-hover, rgba(122, 103, 144, .08))}.nuna-base-button.variant-outline-primary[data-v-9ad3fca5]{background-color:transparent;color:var(--nuna-purple, #866AB0);border-color:var(--nuna-purple, #866AB0)}.nuna-base-button.variant-outline-primary[data-v-9ad3fca5]:hover:not(:disabled){background-color:var(--nuna-purple-bg-tint-hover, rgba(134, 106, 176, .08));color:var(--nuna-purple-hover, #6e599e);border-color:var(--nuna-purple-hover, #6e599e)}.nuna-base-button.variant-outline-secondary[data-v-9ad3fca5]{background-color:transparent;color:var(--nuna-text-secondary, #7a6b90);border-color:var(--nuna-text-secondary, #7a6b90)}.nuna-base-button.variant-outline-secondary[data-v-9ad3fca5]:hover:not(:disabled){background-color:var(--nuna-grey-lightest, #faf7fb);color:var(--nuna-purple, #866AB0);border-color:var(--nuna-purple-border-hover, rgba(122, 103, 144, .4))}.nuna-base-button.variant-icon[data-v-9ad3fca5]{background-color:transparent;border-color:transparent;color:var(--nuna-text-secondary, #7a6b90);padding:6px;border-radius:50%}.nuna-base-button.variant-icon[data-v-9ad3fca5]:hover:not(:disabled){background-color:var(--nuna-grey-lightest, #faf7fb);color:var(--nuna-purple, #866AB0)}.nuna-base-button.variant-success[data-v-9ad3fca5]{background-color:var(--nuna-green, #4CAF50);color:var(--nuna-text-on-primary, #fff);border-color:var(--nuna-green, #4CAF50)}.nuna-base-button.variant-success[data-v-9ad3fca5]:hover:not(:disabled){background-color:var(--nuna-green-dark, #388E3C);border-color:var(--nuna-green-dark, #388E3C)}.nuna-base-button.variant-outline-success[data-v-9ad3fca5]{background-color:transparent;color:var(--nuna-green, #4CAF50);border-color:var(--nuna-green, #4CAF50)}.nuna-base-button.variant-outline-success[data-v-9ad3fca5]:hover:not(:disabled){background-color:var(--nuna-green-bg-tint-hover, rgba(76, 175, 80, .08));color:var(--nuna-green-dark, #388E3C);border-color:var(--nuna-green-dark, #388E3C)}.nuna-base-button.variant-outline-info[data-v-9ad3fca5]{background-color:transparent;color:var(--nuna-info, #2196F3);border-color:var(--nuna-info, #2196F3)}.nuna-base-button.variant-outline-info[data-v-9ad3fca5]:hover:not(:disabled){background-color:var(--nuna-info-bg-tint-hover, rgba(33, 150, 243, .08));color:var(--nuna-info-dark, #1976D2);border-color:var(--nuna-info-dark, #1976D2)}.nuna-base-button.variant-outline-secondary-dark[data-v-9ad3fca5]{background-color:transparent;color:var(--nuna-secondary-dark-text, #372d40);border-color:var(--nuna-secondary-dark-border, #6f6780)}.nuna-base-button.variant-outline-secondary-dark[data-v-9ad3fca5]:hover:not(:disabled){background-color:var(--nuna-secondary-dark-bg-tint-hover, rgba(55, 45, 64, .08));color:var(--nuna-secondary-dark-text-hover, #201a25);border-color:var(--nuna-secondary-dark-border-hover, #504760)}.nuna-base-button.variant-danger-outline[data-v-9ad3fca5]{background-color:transparent;color:var(--nuna-red, #c87b95);border-color:var(--nuna-red, #c87b95)}.nuna-base-button.variant-danger-outline[data-v-9ad3fca5]:hover:not(:disabled){background-color:var(--nuna-red-bg-tint-hover, rgba(200, 123, 149, .08));color:var(--nuna-red-dark, #b76c88);border-color:var(--nuna-red-dark, #b76c88)}.nuna-base-button.size-small[data-v-9ad3fca5]{padding:6px 12px;font-size:.85em}.nuna-base-button.size-large[data-v-9ad3fca5]{padding:12px 24px;font-size:1.05em}.nuna-base-button.size-x-small[data-v-9ad3fca5]{padding:4px 8px;font-size:.75em}.nuna-base-button.is-disabled[data-v-9ad3fca5],.nuna-base-button[data-v-9ad3fca5]:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.nuna-base-button.is-loading[data-v-9ad3fca5]{cursor:wait}.spinner-placeholder[data-v-9ad3fca5]{display:inline-flex;align-items:center;justify-content:center}.spinner-placeholder svg[data-v-9ad3fca5]{width:1.2em;height:1.2em}@keyframes spin-9ad3fca5{to{transform:rotate(360deg)}}.animate-spin[data-v-9ad3fca5]{animation:spin-9ad3fca5 1s linear infinite}.nuna-base-button[data-v-9ad3fca5] .button-icon{width:1.1em;height:1.1em}.nuna-base-button.size-small[data-v-9ad3fca5] .button-icon{width:1em;height:1em}.nuna-base-button.size-x-small[data-v-9ad3fca5] .button-icon{width:.9em;height:.9em}.confirmation-modal-overlay[data-v-d7f7775d]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#1e1928a6;display:flex;justify-content:center;align-items:center;z-index:1070;padding:15px}.confirmation-modal-container[data-v-d7f7775d]{background-color:var(--nuna-bg-light, #fff);padding:24px 28px;border-radius:10px;box-shadow:0 8px 25px #00000026;width:100%;max-width:420px;text-align:left;border-top:5px solid var(--nuna-blue, #5c6bc0);transform:scale(1);transition:transform .2s cubic-bezier(.34,1.56,.64,1)}.confirmation-modal-header[data-v-d7f7775d]{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:16px;gap:12px}.modal-icon[data-v-d7f7775d]{width:28px;height:28px;color:var(--nuna-blue, #5c6bc0);flex-shrink:0;margin-top:2px}.confirmation-modal-title[data-v-d7f7775d]{font-size:1.2em;font-weight:700;color:var(--nuna-text-heading, #4a4a4a);margin:0;flex-grow:1;line-height:1.3}.modal-close-button[data-v-d7f7775d]{color:var(--nuna-text-secondary, #888)}.modal-close-button[data-v-d7f7775d]:hover{color:var(--nuna-text-primary, #333)}.confirmation-modal-message[data-v-d7f7775d]{font-size:.95em;color:var(--nuna-text-main, #555);margin-top:0;margin-bottom:0;line-height:1.6;white-space:pre-wrap}.confirmation-modal-content[data-v-d7f7775d]{margin-top:16px;margin-bottom:24px}.confirmation-modal-content[data-v-d7f7775d]:empty{display:none}.confirmation-modal-actions[data-v-d7f7775d]{display:flex;justify-content:flex-end;gap:12px;margin-top:10px}.confirmation-modal-fade-enter-active[data-v-d7f7775d],.confirmation-modal-fade-leave-active[data-v-d7f7775d]{transition:opacity .25s ease}.confirmation-modal-fade-enter-active .confirmation-modal-container[data-v-d7f7775d],.confirmation-modal-fade-leave-active .confirmation-modal-container[data-v-d7f7775d]{transition:transform .25s cubic-bezier(.34,1.56,.64,1)}.confirmation-modal-fade-enter-from[data-v-d7f7775d],.confirmation-modal-fade-leave-to[data-v-d7f7775d]{opacity:0}.confirmation-modal-fade-enter-from .confirmation-modal-container[data-v-d7f7775d],.confirmation-modal-fade-leave-to .confirmation-modal-container[data-v-d7f7775d]{transform:scale(.95)}@keyframes shake-d7f7775d{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-5px)}20%,40%,60%,80%{transform:translate(5px)}}.confirmation-modal-container.shake[data-v-d7f7775d]{animation:shake-d7f7775d .3s linear}[data-v-4bebd9ef]{box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.nuna-theme-refined[data-v-4bebd9ef]{font-family:Inter,sans-serif;font-size:15px;color:#374151}.modal-overlay-refined[data-v-4bebd9ef]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#11182799;display:flex;justify-content:center;align-items:center;z-index:1050;padding:16px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content-refined[data-v-4bebd9ef]{background-color:#fff;padding:24px;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;width:100%;max-width:580px;max-height:calc(100vh - 32px);display:flex;flex-direction:column;overflow:hidden}.modal-header-refined[data-v-4bebd9ef]{display:flex;justify-content:space-between;align-items:center;padding-bottom:16px;margin-bottom:20px;border-bottom:1px solid #E5E7EB;flex-shrink:0}.modal-title-refined[data-v-4bebd9ef]{margin:0;color:#1f2937;font-size:1.125rem;font-weight:700}.modal-close-button-refined[data-v-4bebd9ef]{background:transparent;border:none;font-size:1.75rem;cursor:pointer;color:#9ca3af;padding:4px;line-height:1;border-radius:50%;transition:background-color .2s,color .2s}.modal-close-button-refined[data-v-4bebd9ef]:hover{background-color:#f3f4f6;color:var(--nuna-purple, #7C3AED)}.modal-form-refined[data-v-4bebd9ef]{display:flex;flex-direction:column;gap:18px;overflow-y:auto;flex-grow:1;padding-right:8px;margin-right:-8px}.modal-form-refined[data-v-4bebd9ef]::-webkit-scrollbar{width:6px}.modal-form-refined[data-v-4bebd9ef]::-webkit-scrollbar-track{background:transparent}.modal-form-refined[data-v-4bebd9ef]::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.modal-form-refined[data-v-4bebd9ef]::-webkit-scrollbar-thumb:hover{background:#9ca3af}.form-section[data-v-4bebd9ef],.form-section-inline[data-v-4bebd9ef]{display:flex;flex-direction:column;gap:14px}.form-section-inline[data-v-4bebd9ef]{flex-direction:row;flex-wrap:wrap;align-items:center;gap:16px 20px}.form-group[data-v-4bebd9ef]{display:flex;flex-direction:column;gap:6px}.form-label-refined[data-v-4bebd9ef]{font-weight:500;font-size:.875rem;color:#4b5563;display:block}.optional-text[data-v-4bebd9ef]{font-size:.8rem;color:#9ca3af;font-weight:400;margin-left:4px}.required-star[data-v-4bebd9ef]{color:#ef4444;font-weight:600;margin-left:2px}.input-container-refined[data-v-4bebd9ef]{position:relative;display:flex;align-items:center}.form-input-refined[data-v-4bebd9ef],.form-textarea-refined[data-v-4bebd9ef]{padding:10px 14px;border:1px solid #D1D5DB;border-radius:8px;font-size:.9rem;background-color:#fff;color:#1f2937;transition:border-color .2s,box-shadow .2s;width:100%}.form-input-refined[data-v-4bebd9ef]:focus,.form-textarea-refined[data-v-4bebd9ef]:focus{outline:none;border-color:var(--nuna-purple, #7C3AED);box-shadow:0 0 0 3px #7c3aed33}.form-input-refined[data-v-4bebd9ef]::placeholder,.form-textarea-refined[data-v-4bebd9ef]::placeholder{color:#9ca3af}.form-input-refined[disabled][data-v-4bebd9ef],.form-textarea-refined[disabled][data-v-4bebd9ef]{background-color:#f3f4f6;color:#9ca3af;cursor:not-allowed}.form-textarea-refined[data-v-4bebd9ef]{min-height:70px;resize:vertical}.form-grid-refined[data-v-4bebd9ef]{display:grid;gap:14px}.form-grid-refined.equal-cols[data-v-4bebd9ef]{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.form-grid-refined.three-cols[data-v-4bebd9ef]{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.toggle-like-checkbox[data-v-4bebd9ef]{display:flex;align-items:center}.toggle-like-input[data-v-4bebd9ef]{display:none}.toggle-like-label[data-v-4bebd9ef]{display:flex;align-items:center;padding:8px 12px;border-radius:20px;cursor:pointer;background-color:#f3f4f6;color:#4b5563;font-size:.85rem;font-weight:500;transition:background-color .2s,color .2s,box-shadow .2s}.toggle-like-input:checked+.toggle-like-label[data-v-4bebd9ef]{background-color:var(--nuna-purple-light, #EDE9FE);color:var(--nuna-purple, #7C3AED)}.toggle-like-label[data-v-4bebd9ef]:hover{background-color:#e5e7eb}.toggle-like-input:checked+.toggle-like-label[data-v-4bebd9ef]:hover{background-color:#ddd6fe}.toggle-like-label.disabled-look[data-v-4bebd9ef]{opacity:.6;cursor:not-allowed;background-color:#e5e7eb!important}.toggle-like-input:checked+.toggle-like-label.disabled-look[data-v-4bebd9ef]{background-color:var(--nuna-purple-lightest, #F3E8FF)!important;opacity:.6}.appointment-mode-toggle[data-v-4bebd9ef]{display:flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:8px;border:1px solid #D1D5DB;background-color:#fff;color:#4b5563;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease-in-out;width:100%;text-align:center}.appointment-mode-toggle[data-v-4bebd9ef]:hover:not(:disabled){border-color:#ddd6fe;background-color:#f4f2ff}.appointment-mode-toggle.online[data-v-4bebd9ef]{border-color:var(--nuna-purple, #7C3AED);background-color:var(--nuna-purple-light, #EDE9FE);color:var(--nuna-purple, #7C3AED)}.appointment-mode-toggle.online .icon-wrapper svg[data-v-4bebd9ef]{color:var(--nuna-purple, #7C3AED)}.appointment-mode-toggle.presential .icon-wrapper svg[data-v-4bebd9ef]{color:#4b5563}.appointment-mode-toggle[data-v-4bebd9ef]:disabled{background-color:#f3f4f6!important;color:#9ca3af!important;border-color:#e2e8f0!important;cursor:not-allowed}.appointment-mode-toggle .icon-wrapper[data-v-4bebd9ef]{margin-right:.5em;display:inline-flex;align-items:center}.appointment-mode-toggle .text-wrapper[data-v-4bebd9ef]{line-height:1.25em}.radio-button-group[data-v-4bebd9ef]{display:flex;gap:8px;flex-wrap:wrap}.radio-button-label[data-v-4bebd9ef]{padding:8px 12px;border:1px solid #D1D5DB;border-radius:8px;font-size:.85rem;font-weight:500;color:#4b5563;background-color:#fff;cursor:pointer;transition:all .2s}.radio-button-label.selected[data-v-4bebd9ef]{background-color:var(--nuna-purple-light, #EDE9FE);color:var(--nuna-purple, #7C3AED);border-color:var(--nuna-purple, #7C3AED)}.radio-button-label[aria-disabled=true][data-v-4bebd9ef]{opacity:.6;cursor:not-allowed;background-color:#e5e7eb!important;color:#9ca3af!important;border-color:#d1d5db!important}.radio-button-input[data-v-4bebd9ef]{display:none}.input-spinner-container[data-v-4bebd9ef]{position:absolute;right:12px;top:50%;transform:translateY(-50%)}.spinner[data-v-4bebd9ef]{border:3px solid rgba(0,0,0,.1);border-left-color:var(--nuna-purple, #7C3AED);border-radius:50%;width:16px;height:16px;animation:spin-4bebd9ef .8s linear infinite}@keyframes spin-4bebd9ef{to{transform:rotate(360deg)}}.search-results-list-refined[data-v-4bebd9ef]{list-style:none;padding:4px 0;margin-top:4px;border:1px solid #E5E7EB;border-radius:8px;max-height:150px;overflow-y:auto;background-color:#fff;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;position:absolute;width:100%;z-index:1100;top:100%}.search-result-item-refined[data-v-4bebd9ef]{padding:8px 12px;cursor:pointer;font-size:.9rem;color:#1f2937;transition:background-color .15s}.search-result-item-refined[data-v-4bebd9ef]:not(:last-child){border-bottom:1px solid #F3F4F6}.search-result-item-refined[data-v-4bebd9ef]:hover,.search-result-item-refined[aria-selected=true][data-v-4bebd9ef]{background-color:#f3f4f6;color:var(--nuna-purple, #7C3AED)}.search-result-item-info[data-v-4bebd9ef]{padding:8px 12px;color:#6b7280;font-style:italic;font-size:.85rem}.input-with-button-refined[data-v-4bebd9ef]{display:flex;align-items:center;gap:8px}.nuna-button-icon-refined[data-v-4bebd9ef]{padding:9px;background-color:#f3f4f6;border:1px solid #D1D5DB;color:#4b5563;border-radius:8px;cursor:pointer;display:inline-flex;transition:background-color .2s,border-color .2s;flex-shrink:0}.nuna-button-icon-refined[data-v-4bebd9ef]:hover:not(:disabled){background-color:#e5e7eb;border-color:#9ca3af}.nuna-button-icon-refined svg[data-v-4bebd9ef]{width:1.125rem;height:1.125rem}.clickable-link-refined[data-v-4bebd9ef]{color:var(--nuna-purple, #7C3AED);text-decoration:none;font-size:.85rem;font-weight:500;display:inline-block;margin-top:6px;word-break:break-all}.clickable-link-refined[data-v-4bebd9ef]:hover{text-decoration:underline;color:#6d28d9}.email-dispatch-options-refined[data-v-4bebd9ef]{padding:14px;border-radius:8px;background-color:#f9fafb;border:1px solid #E5E7EB;margin-top:10px}.dispatch-info-text[data-v-4bebd9ef]{font-size:.85rem;color:#6b7280;margin-bottom:10px;line-height:1.5}.dispatch-info-text strong[data-v-4bebd9ef]{color:#374151}.dispatch-buttons-container-refined[data-v-4bebd9ef]{display:flex;flex-direction:column;gap:8px}.nuna-button-dispatch[data-v-4bebd9ef]{display:flex;align-items:center;justify-content:flex-start;padding:9px 12px;border-radius:8px;cursor:pointer;font-size:.875rem;font-weight:500;transition:all .2s ease-in-out;border:1px solid #D1D5DB;width:100%;text-align:left}.dispatch-icon[data-v-4bebd9ef]{width:1.1em;height:1.1em;margin-right:.75em;vertical-align:middle}.nuna-button-dispatch.gmail[data-v-4bebd9ef]{background-color:#fff;color:#374151}.nuna-button-dispatch.gmail[data-v-4bebd9ef]:hover:not(:disabled),.nuna-button-dispatch.gmail.selected[data-v-4bebd9ef]{background-color:#f3f4f6;border-color:#9ca3af}.nuna-button-dispatch.outlook[data-v-4bebd9ef]{background-color:#fff;color:#374151}.nuna-button-dispatch.outlook[data-v-4bebd9ef]:hover:not(:disabled),.nuna-button-dispatch.outlook.selected[data-v-4bebd9ef]{background-color:#f3f4f6;border-color:#9ca3af}.nuna-button-dispatch.selected[data-v-4bebd9ef]{border-color:var(--nuna-purple, #7C3AED);color:var(--nuna-purple, #7C3AED)}.nuna-button-dispatch[data-v-4bebd9ef]:disabled{opacity:.6;cursor:not-allowed}.modal-actions-refined[data-v-4bebd9ef]{display:flex;justify-content:flex-end;gap:10px;margin-top:24px;padding-top:18px;border-top:1px solid #E5E7EB;flex-shrink:0}.nuna-button-refined[data-v-4bebd9ef]{padding:9px 18px;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:600;transition:all .2s ease-in-out;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;min-height:40px}.button-icon-refined-danger[data-v-4bebd9ef]{width:1.1em;height:1.1em;margin-right:.5em}.nuna-button-refined.danger[data-v-4bebd9ef]{background-color:var(--nuna-red-bg-tint-hover, #FFF1F2);color:var(--nuna-red-dark, #B91C1C);border-color:var(--nuna-red, #FCA5A5)}.nuna-button-refined.danger[data-v-4bebd9ef]:hover:not(:disabled){background-color:var(--nuna-red, #FEE2E2);border-color:var(--nuna-red-dark, #EF4444);color:var(--nuna-red-darker, #991B1B)}.mr-auto[data-v-4bebd9ef]{margin-right:auto}.confirmation-overlay[data-v-4bebd9ef]{z-index:1070;background-color:#111827bf}.confirmation-dialog[data-v-4bebd9ef]{max-width:400px;padding:20px;text-align:center}.confirmation-title[data-v-4bebd9ef]{font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:10px}.confirmation-text[data-v-4bebd9ef]{font-size:.9rem;color:#4b5563;margin-bottom:20px;line-height:1.6}.confirmation-actions[data-v-4bebd9ef]{border-top:none;padding-top:0;justify-content:center;gap:10px}.confirmation-actions .nuna-button-refined.danger[data-v-4bebd9ef]{background-color:var(--nuna-red, #EF4444);color:#fff;border-color:var(--nuna-red, #EF4444)}.confirmation-actions .nuna-button-refined.danger[data-v-4bebd9ef]:hover:not(:disabled){background-color:var(--nuna-red-dark, #DC2626);border-color:var(--nuna-red-dark, #DC2626)}.button-loading-spinner[data-v-4bebd9ef]{border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;width:1.1em;height:1.1em;animation:spin-4bebd9ef .8s linear infinite;display:inline-block}.nuna-button-refined.secondary .button-loading-spinner[data-v-4bebd9ef]{border-top-color:var(--nuna-purple, #7C3AED)}.nuna-button-refined.primary[data-v-4bebd9ef]{background-color:var(--nuna-purple, #7C3AED);color:#fff;box-shadow:0 1px 2px #0000000d}.nuna-button-refined.primary[data-v-4bebd9ef]:hover:not(:disabled){background-color:#6d28d9}.nuna-button-refined.secondary[data-v-4bebd9ef]{background-color:#fff;color:#374151;border:1px solid #D1D5DB;box-shadow:0 1px 2px #0000000d}.nuna-button-refined.secondary[data-v-4bebd9ef]:hover:not(:disabled){background-color:#f9fafb;border-color:#9ca3af}.nuna-button-refined[data-v-4bebd9ef]:disabled{opacity:.7;cursor:not-allowed}.mt-1[data-v-4bebd9ef]{margin-top:.25rem}.mt-2[data-v-4bebd9ef]{margin-top:.5rem}.mt-3[data-v-4bebd9ef]{margin-top:.75rem}.mb-1[data-v-4bebd9ef]{margin-bottom:.25rem}.mb-2[data-v-4bebd9ef]{margin-bottom:.5rem}.ml-1[data-v-4bebd9ef]{margin-left:.25rem}.mr-2[data-v-4bebd9ef]{margin-right:.5rem}.recurrence-details-section[data-v-4bebd9ef]{border-top:1px solid #E5E7EB;padding-top:14px;margin-top:14px}.section-subtitle[data-v-4bebd9ef]{font-size:.9rem;font-weight:600;color:var(--nuna-purple, #7C3AED);margin-bottom:10px;padding-bottom:6px;border-bottom:1px solid var(--nuna-purple-light, #EDE9FE)}.input-with-suffix[data-v-4bebd9ef]{display:flex;align-items:center;gap:8px}.input-with-suffix input[type=number].form-input-refined[data-v-4bebd9ef]{width:65px;text-align:center;padding-left:8px;padding-right:8px}.input-with-suffix span[data-v-4bebd9ef]{font-size:.85rem;color:#6b7280}.checkbox-group-horizontal[data-v-4bebd9ef]{display:flex;flex-wrap:wrap;gap:8px 12px}.checkbox-item-custom[data-v-4bebd9ef]{display:inline-flex;align-items:center;cursor:pointer;font-size:.85rem;color:#374151}.form-checkbox-custom[data-v-4bebd9ef]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:1.05em;height:1.05em;border:1.5px solid #D1D5DB;border-radius:4px;margin-right:.4em;cursor:pointer;vertical-align:middle;position:relative;transition:background-color .2s,border-color .2s}.form-checkbox-custom[data-v-4bebd9ef]:checked{background-color:var(--nuna-purple, #7C3AED);border-color:var(--nuna-purple, #7C3AED)}.form-checkbox-custom[data-v-4bebd9ef]:checked:before{content:"✔";font-size:.75em;color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);line-height:1}.form-checkbox-custom[data-v-4bebd9ef]:disabled{background-color:#f3f4f6;border-color:#e5e7eb;cursor:not-allowed}.form-checkbox-custom:disabled+span[data-v-4bebd9ef]{color:#9ca3af;cursor:not-allowed}.vertical-options[data-v-4bebd9ef]{flex-direction:column;align-items:stretch;gap:8px;margin-bottom:18px}.vertical-options .radio-button-label[data-v-4bebd9ef]{width:100%;text-align:left;justify-content:flex-start}.nuna-custom-select-wrapper-modal[data-v-4bebd9ef]{position:relative}.nuna-custom-select-modal[data-v-4bebd9ef]{position:relative;display:inline-block;width:100%;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;border:1px solid #D1D5DB;background-color:#fff;color:#1f2937;transition:border-color .2s,box-shadow .2s,background-color .2s,color .2s}.nuna-custom-select-modal[data-v-4bebd9ef]:focus-within,.nuna-custom-select-modal.open[data-v-4bebd9ef]{border-color:var(--nuna-purple, #7C3AED);box-shadow:0 0 0 3px #7c3aed33}.selected-value-modal[data-v-4bebd9ef]{padding:10px 14px;display:flex;align-items:center;justify-content:space-between;white-space:nowrap}.status-icon-inline-modal[data-v-4bebd9ef]{width:1em;height:1em;margin-right:8px;vertical-align:-.15em}.dropdown-arrow-modal[data-v-4bebd9ef]{width:.9em;height:.9em;margin-left:auto;color:#6b7280;transition:transform .2s ease}.nuna-custom-select-modal.open .dropdown-arrow-modal[data-v-4bebd9ef]{transform:rotate(180deg)}.options-list-modal[data-v-4bebd9ef]{position:absolute;top:calc(100% + 4px);left:0;right:0;background-color:#fff;border:1px solid #E5E7EB;border-radius:8px;box-shadow:0 4px 10px #0000001a;list-style:none;padding:6px 0;margin:0;z-index:1150;max-height:220px;overflow-y:auto}.options-list-modal li[data-v-4bebd9ef]{padding:10px 14px;display:flex;align-items:center;cursor:pointer;font-size:.9rem;color:#1f2937;transition:background-color .15s}.options-list-modal li[data-v-4bebd9ef]:hover,.options-list-modal li[data-v-4bebd9ef]:focus{background-color:#f3f4f6;outline:none}.options-list-modal li.selected[data-v-4bebd9ef]{background-color:var(--nuna-purple-lightest, #F3E8FF);font-weight:600;color:var(--nuna-purple, #7C3AED)}.options-list-modal li .status-icon-inline-modal[data-v-4bebd9ef]{color:inherit}.status-pendente-confirmacao[data-v-4bebd9ef]{background-color:#f3f4f6;color:#6b7280;border-color:#e5e7eb}.status-pendente-confirmacao .status-icon-inline-modal[data-v-4bebd9ef]{color:#6b7280}.status-compareceu[data-v-4bebd9ef]{background-color:#d1fae5;color:#065f46;border-color:#a7f3d0}.status-compareceu .status-icon-inline-modal[data-v-4bebd9ef]{color:#065f46}.status-faltou[data-v-4bebd9ef]{background-color:#fee2e2;color:#991b1b;border-color:#fecaca}.status-faltou .status-icon-inline-modal[data-v-4bebd9ef]{color:#991b1b}.status-desmarcou[data-v-4bebd9ef]{background-color:#fef3c7;color:#92400e;border-color:#fde68a}.status-desmarcou .status-icon-inline-modal[data-v-4bebd9ef]{color:#92400e}.status-remarcado[data-v-4bebd9ef]{background-color:#e0e7ff;color:#3730a3;border-color:#c7d2fe}.status-remarcado .status-icon-inline-modal[data-v-4bebd9ef]{color:#3730a3}@media (max-width: 640px){.modal-content-refined[data-v-4bebd9ef]{padding:16px;margin:8px;max-height:calc(100vh - 16px)}.modal-header-refined[data-v-4bebd9ef]{margin-bottom:16px}.modal-title-refined[data-v-4bebd9ef]{font-size:1.05rem}.modal-form-refined[data-v-4bebd9ef]{gap:16px}.form-section-inline[data-v-4bebd9ef]{flex-direction:column;align-items:flex-start;gap:10px}.form-grid-refined.equal-cols[data-v-4bebd9ef],.form-grid-refined.three-cols[data-v-4bebd9ef]{grid-template-columns:1fr}.radio-button-group[data-v-4bebd9ef]{justify-content:flex-start}.radio-button-label[data-v-4bebd9ef]{flex-grow:1;text-align:center}.modal-actions-refined[data-v-4bebd9ef]{flex-direction:column-reverse;gap:10px}.nuna-button-refined[data-v-4bebd9ef]{width:100%}.dispatch-buttons-container-refined[data-v-4bebd9ef]{flex-direction:column}.search-results-list-refined[data-v-4bebd9ef]{max-height:120px}}@media (min-width: 641px) and (max-width: 768px){.modal-content-refined[data-v-4bebd9ef]{padding:20px;max-width:90%}.form-grid-refined.three-cols[data-v-4bebd9ef]{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}}.chat-widget-container[data-v-fed12f3c]{position:fixed;bottom:20px;right:20px;z-index:2000}.fab[data-v-fed12f3c]{background-color:var(--nuna-purple, #6a1b9a);color:#fff;border:none;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px #0003;transition:all .3s ease}.fab[data-v-fed12f3c]:hover{transform:scale(1.1);box-shadow:0 6px 16px #00000040}.chat-window[data-v-fed12f3c]{position:absolute;bottom:80px;right:0;width:350px;height:500px;max-height:calc(100vh - 100px);background-color:#fff;border-radius:16px;box-shadow:0 8px 24px #0003;display:flex;flex-direction:column;overflow:hidden;animation:slide-up-fed12f3c .3s ease-out}@keyframes slide-up-fed12f3c{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.chat-header[data-v-fed12f3c]{background-color:var(--nuna-purple, #6a1b9a);color:#fff;padding:15px 20px;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.header-title[data-v-fed12f3c]{display:flex;align-items:center;gap:8px}.header-action-btn[data-v-fed12f3c]{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s}.header-action-btn[data-v-fed12f3c]:hover{background:#fff3}.chat-header h2[data-v-fed12f3c]{font-size:1.1em;font-weight:600;margin:0}.mode-badge[data-v-fed12f3c]{opacity:.9;padding:2px 8px;border:1px solid #ffffff33;border-radius:999px;text-transform:lowercase;font-size:12px}.messages-list[data-v-fed12f3c]{flex-grow:1;padding:20px;overflow-y:auto;background-color:var(--nuna-bg-light, #f7f7fa)}.message-bubble-wrapper[data-v-fed12f3c]{display:flex;margin-bottom:12px}.message-bubble[data-v-fed12f3c]{max-width:80%;padding:10px 15px;border-radius:18px;background-color:#e9e9eb;color:#333;line-height:1.4;overflow-wrap:break-word}.message-bubble-wrapper.user-message[data-v-fed12f3c]{justify-content:flex-end}.message-bubble-wrapper.user-message .message-bubble[data-v-fed12f3c]{background-color:var(--nuna-purple, #6a1b9a);color:#fff;border-bottom-right-radius:4px}.message-bubble-wrapper:not(.user-message) .message-bubble[data-v-fed12f3c]{border-bottom-left-radius:4px}.message-bubble p[data-v-fed12f3c]{margin:0;white-space:pre-wrap}.structured-wrapper[data-v-fed12f3c]{margin:8px 0 16px;border-top:1px dashed #e6e6ef;padding-top:10px}.structured-card[data-v-fed12f3c]{border:1px solid #e9e9f2;border-radius:12px;padding:12px;background:#fff;margin-bottom:10px}.structured-card h4[data-v-fed12f3c]{margin:0 0 4px}.structured-bloco+.structured-bloco[data-v-fed12f3c]{margin-top:8px}.muted[data-v-fed12f3c]{color:#6b7280;font-size:13px}.structured-actions[data-v-fed12f3c]{display:flex;gap:8px}.sc-btn[data-v-fed12f3c]{padding:8px 12px;border:1px solid #dfe3ef;background:#fafbff;border-radius:10px;cursor:pointer;display:flex;align-items:center;gap:6px}.sc-btn[data-v-fed12f3c]:disabled{opacity:.6;cursor:not-allowed;background-color:#f3f4f6}.chat-footer[data-v-fed12f3c]{padding:15px;border-top:1px solid var(--nuna-border-color, #e8e8f0);background-color:#fff;flex-shrink:0}.chat-form[data-v-fed12f3c]{display:flex;align-items:center;gap:10px}.chat-form input[data-v-fed12f3c]{flex-grow:1;border:1px solid var(--nuna-border-color, #e8e8f0);border-radius:20px;padding:10px 15px;font-size:.95em;transition:border-color .2s}.chat-form input[data-v-fed12f3c]:focus{outline:none;border-color:var(--nuna-purple, #6a1b9a)}.chat-form button[data-v-fed12f3c]{background-color:var(--nuna-purple, #6a1b9a);color:#fff;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background-color .2s}.chat-form button[data-v-fed12f3c]:disabled{background-color:#ccc;cursor:not-allowed}.typing-indicator span[data-v-fed12f3c]{height:8px;width:8px;background-color:#999;border-radius:50%;display:inline-block;animation:bounce-fed12f3c 1.3s infinite ease-in-out;margin:0 2px}.typing-indicator span[data-v-fed12f3c]:nth-child(2){animation-delay:.15s}.typing-indicator span[data-v-fed12f3c]:nth-child(3){animation-delay:.3s}@keyframes bounce-fed12f3c{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}@media (max-width: 480px){.chat-window[data-v-fed12f3c]{width:calc(100vw - 20px);height:calc(100vh - 90px);max-height:none;bottom:70px;right:-10px;border-radius:12px}.chat-widget-container[data-v-fed12f3c]{bottom:10px;right:10px}}.chat-widget-container.is-fullscreen[data-v-fed12f3c]{position:relative;width:100%;height:100%;bottom:auto;right:auto;z-index:1}.chat-widget-container.is-fullscreen .chat-window[data-v-fed12f3c]{position:relative;width:100%;height:100%;max-height:none;bottom:auto;right:auto;box-shadow:none;border-radius:0;animation:none}.respect-whitespace[data-v-fed12f3c]{white-space:pre-wrap}.app-container[data-v-193da340]{display:flex;min-height:100vh;background-color:var(--nuna-bg-light)}.sidebar[data-v-193da340]{width:250px;background-color:var(--nuna-bg-card, #ffffff);color:var(--nuna-text-secondary, #444);display:flex;flex-direction:column;position:fixed;left:0;top:0;height:100%;transition:transform .3s ease-in-out;z-index:1010;border-right:1px solid var(--nuna-border-color, #e8e8f0)}.logo-area[data-v-193da340]{height:100px;padding:20px;display:flex;align-items:center;box-sizing:border-box;flex-shrink:0}.logo-img[data-v-193da340]{max-width:100px;height:auto;display:block}.main-nav[data-v-193da340]{flex-grow:1;display:flex;flex-direction:column;padding:10px;overflow-y:auto}.main-nav a[data-v-193da340],.sidebar-footer .nav-link[data-v-193da340]{display:flex;align-items:center;padding:11px 15px;margin-bottom:4px;color:var(--nuna-text-secondary, #555);text-decoration:none;font-size:.98em;transition:background-color .2s ease,color .2s ease,border-radius .2s ease;border:none;background:none;cursor:pointer;width:100%;text-align:left;border-radius:8px}.nav-icon[data-v-193da340]{margin-right:14px;width:1.3em;height:1.3em;flex-shrink:0}.main-nav a.router-link-exact-active[data-v-193da340]{background-color:var(--nuna-purple-bg-tint-hover, #f3eafd);color:var(--nuna-purple, #6a1b9a);font-weight:600}.main-nav a.router-link-exact-active .nav-icon[data-v-193da340]{color:var(--nuna-purple, #6a1b9a)}.main-nav a[data-v-193da340]:hover,.sidebar-footer .nav-link[data-v-193da340]:hover{background-color:var(--nuna-grey-lightest, #f0f0f5);color:var(--nuna-text-primary, #222)}.sidebar-footer[data-v-193da340]{margin-top:auto;padding:10px;border-top:1px solid var(--nuna-border-color, #eee);flex-shrink:0;position:relative}.sidebar-footer button.logout-button[data-v-193da340]:hover{color:var(--nuna-red, #c87b95);background-color:var(--nuna-red-bg-tint-hover, rgba(200, 123, 149, .08))}.sidebar-footer button.logout-button:hover .nav-icon[data-v-193da340]{color:var(--nuna-red, #c87b95)}.page-container[data-v-193da340]{flex-grow:1;margin-left:0;display:flex;flex-direction:column;height:100vh;overflow:hidden}.logged-in-layout .page-container[data-v-193da340]{margin-left:250px}.page-header[data-v-193da340]{height:90px;padding:20px 40px;box-shadow:0 2px 4px #0000000d;z-index:1000;background-color:var(--nuna-bg-card, #ffffff);flex-shrink:0;display:flex;align-items:center;box-sizing:border-box}.main-content[data-v-193da340]{flex-grow:1;padding:30px 40px;overflow-y:auto;position:relative}.content-wrapper[data-v-193da340]{width:100%;max-width:1280px;margin-left:auto;margin-right:auto}.mobile-menu-button[data-v-193da340]{display:none;background:none;border:none;cursor:pointer;padding:5px;color:var(--nuna-purple, #6a1b9a)}.mobile-menu-button svg[data-v-193da340]{width:32px;height:32px}.sidebar-overlay[data-v-193da340]{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0006;z-index:1009}.notification-wrapper[data-v-193da340]{position:relative;width:100%}.notification-button[data-v-193da340]{position:relative}.notification-badge[data-v-193da340]{position:absolute;top:6px;right:10px;background-color:var(--nuna-red);color:#fff;border-radius:50%;width:20px;height:20px;font-size:.75em;font-weight:700;display:flex;align-items:center;justify-content:center;border:2px solid var(--nuna-bg-card)}.notifications-panel[data-v-193da340]{position:absolute;bottom:calc(100% + 5px);left:0;right:0;width:320px;max-width:calc(100vw - 40px);margin-left:auto;margin-right:auto;background-color:#fff;border:1px solid var(--nuna-border-color);border-radius:12px;box-shadow:0 4px 20px #00000026;z-index:1020;display:flex;flex-direction:column}@media (max-width: 992px){.sidebar[data-v-193da340]{transform:translate(-100%);box-shadow:0 0 25px #0003;border-right:none}.sidebar.is-open[data-v-193da340]{transform:translate(0)}.logged-in-layout .page-container[data-v-193da340]{margin-left:0}.page-header[data-v-193da340]{height:80px;padding:15px 20px}.main-content[data-v-193da340]{padding:20px}.mobile-menu-button[data-v-193da340],.sidebar-overlay[data-v-193da340]{display:block}}.login-container[data-v-7aa2fa8a]{max-width:400px;margin:50px auto;padding:40px;border:1px solid var(--nuna-border-color, #e8e8f0);border-radius:12px;box-shadow:0 4px 12px #0000000d;background-color:var(--nuna-bg-card, #ffffff)}h1[data-v-7aa2fa8a]{text-align:center;margin-bottom:30px;color:var(--nuna-text-primary, #333);font-size:1.8em;font-weight:700}.form-group[data-v-7aa2fa8a]{margin-bottom:20px}label[data-v-7aa2fa8a]{display:block;margin-bottom:8px;font-weight:600;color:var(--nuna-text-secondary, #555)}input[type=email][data-v-7aa2fa8a],input[type=password][data-v-7aa2fa8a]{width:100%;padding:12px 15px;border:1px solid var(--nuna-border-color, #ccc);border-radius:8px;box-sizing:border-box;font-size:1em;transition:border-color .2s,box-shadow .2s}input[type=email][data-v-7aa2fa8a]:focus,input[type=password][data-v-7aa2fa8a]:focus{outline:none;border-color:var(--nuna-purple, #6a1b9a);box-shadow:0 0 0 3px var(--nuna-purple-bg-tint, #f3eafd)}.login-button[data-v-7aa2fa8a]{width:100%;padding:14px;background-color:var(--nuna-purple, #6a1b9a);color:#fff;border:none;border-radius:8px;font-size:1.1em;font-weight:700;cursor:pointer;transition:background-color .3s ease;margin-top:10px}.login-button[data-v-7aa2fa8a]:hover:not(:disabled){background-color:var(--nuna-purple-dark, #581483)}.login-button[data-v-7aa2fa8a]:disabled{background-color:#ccc;cursor:not-allowed}.message[data-v-7aa2fa8a]{margin-bottom:15px;padding:10px;border-radius:6px;text-align:center;font-weight:500}.error-message[data-v-7aa2fa8a]{color:#d32f2f;background-color:#ffcdd2;border:1px solid #ef9a9a}.success-message[data-v-7aa2fa8a]{color:#388e3c;background-color:#c8e6c9;border:1px solid #a5d6a7}.actions[data-v-7aa2fa8a]{margin-top:15px;text-align:center}.action-link[data-v-7aa2fa8a]{color:var(--nuna-purple-link, #6a1b9a);text-decoration:none;font-weight:600;font-size:.9em;transition:color .2s}.action-link[data-v-7aa2fa8a]:hover{text-decoration:underline;color:var(--nuna-purple-dark, #581483)}[data-v-167b60cd]:root{--nuna-purple: #866AB0;--nuna-purple-hover: #6e599e;--nuna-purple-focus-shadow: rgba(156, 137, 184, .15);--nuna-text-primary: #584879;--nuna-text-secondary: #7a6b90;--nuna-bg-light: #fefcfe;--nuna-border-color: #d1c4e9;--nuna-status-red-bg: #fdeef0;--nuna-status-red-text: #b9637e;--nuna-status-red-border: #f3c5ce;--nuna-status-green-bg: #e5f3ec;--nuna-status-green-text: #4c8d70;--nuna-status-green-border: #cfe9dc;--nuna-bg-page: #F9FAFB;--nuna-border-soft: #E5E7EB;--nuna-disabled-bg: #e9ecef;--nuna-disabled-text: #6c757d}.onboarding-view[data-v-167b60cd]{font-family:Nunito,sans-serif;background-color:var(--nuna-bg-page);padding:30px 40px;max-width:800px;margin:40px auto;border-radius:12px;box-shadow:0 5px 15px #00000014}.header-main-title[data-v-167b60cd]{font-size:1.7em;font-weight:700;color:var(--nuna-purple);margin:0;line-height:1.2}.header-subtitle[data-v-167b60cd]{font-size:1.05em;font-weight:400;color:var(--nuna-text-secondary);margin:4px 0 0;line-height:1.4}.onboarding-form[data-v-167b60cd]{margin-top:20px}.form-section[data-v-167b60cd]{background-color:var(--nuna-bg-light);border:1px solid var(--nuna-border-soft);border-radius:12px;padding:1.5rem 2rem;margin-bottom:2rem}.form-section h3[data-v-167b60cd]{margin-top:0;margin-bottom:1.5rem;color:var(--nuna-purple);font-weight:600;font-size:1.3em;border-bottom:1px solid var(--nuna-border-color);padding-bottom:.75rem}.form-grid[data-v-167b60cd]{display:grid;gap:1rem 1.5rem}.form-grid--2-cols[data-v-167b60cd]{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.form-group[data-v-167b60cd]{margin-bottom:0}.form-group label[data-v-167b60cd]{display:block;margin-bottom:.5rem;font-weight:600;color:var(--nuna-text-primary);font-size:.95em}.form-input[data-v-167b60cd]{width:100%;padding:.6rem .75rem;border:1px solid var(--nuna-border-color);border-radius:6px;box-sizing:border-box;font-size:.95em;font-family:inherit;background-color:var(--nuna-bg-light);color:var(--nuna-text-primary);transition:all .2s ease}.form-input[data-v-167b60cd]:focus{outline:none;border-color:var(--nuna-purple);box-shadow:0 0 0 3px var(--nuna-purple-focus-shadow)}.disabled-input[data-v-167b60cd]{background-color:var(--nuna-disabled-bg);color:var(--nuna-disabled-text);cursor:not-allowed;opacity:.7}.field-hint[data-v-167b60cd]{display:block;font-size:.85em;color:var(--nuna-text-secondary);margin-top:8px;line-height:1.4}.color-input-container[data-v-167b60cd]{display:flex;align-items:center;gap:12px}.color-picker-square[data-v-167b60cd]{width:48px;height:48px;padding:3px;border:1px solid var(--nuna-border-color);border-radius:6px;cursor:pointer;box-sizing:border-box;flex-shrink:0;overflow:hidden;background-color:var(--nuna-bg-light);transition:border-color .2s,box-shadow .2s}.color-picker-square[data-v-167b60cd]:focus{outline:none;border-color:var(--nuna-purple);box-shadow:0 0 0 3px var(--nuna-purple-focus-shadow)}.color-hex-input[data-v-167b60cd]{width:120px;padding:.6rem .75rem;border:1px solid var(--nuna-border-color);border-radius:6px;box-sizing:border-box;font-size:.95em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;text-transform:uppercase;flex-shrink:0;flex-grow:0;transition:border-color .2s,box-shadow .2s}.form-actions[data-v-167b60cd]{text-align:center;margin-top:30px}.nuna-button[data-v-167b60cd]{padding:.65rem 1.25rem;border:1px solid transparent;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s ease-in-out;white-space:nowrap}.nuna-button[data-v-167b60cd]:disabled{background-color:var(--nuna-disabled-bg);color:var(--nuna-disabled-text);border-color:var(--nuna-border-color);box-shadow:none;cursor:not-allowed;transform:none}.nuna-button[data-v-167b60cd]:hover:not(:disabled){transform:translateY(-2px)}.nuna-button.primary[data-v-167b60cd]{background-color:var(--nuna-purple);color:#fff;box-shadow:0 2px 4px #00000026}.nuna-button.primary[data-v-167b60cd]:hover:not(:disabled){background-color:var(--nuna-purple-hover);box-shadow:0 4px 8px #0003}.loading-indicator[data-v-167b60cd],.global-message[data-v-167b60cd]{padding:.8rem 1rem;margin:20px 0;border-radius:8px;text-align:center;font-size:.95rem;border:1px solid;display:flex;align-items:center;justify-content:center;gap:.75rem}.loading-indicator[data-v-167b60cd]{background-color:#f0f4f7;color:#4a6fa3;border-color:#cdd9e5}.error-message[data-v-167b60cd]{background-color:var(--nuna-status-red-bg);color:var(--nuna-status-red-text);border-color:var(--nuna-status-red-border)}.success-message[data-v-167b60cd]{background-color:var(--nuna-status-green-bg);color:var(--nuna-status-green-text);border-color:var(--nuna-status-green-border)}.button-spinner[data-v-167b60cd]{border:3px solid rgba(255,255,255,.3);border-top:3px solid #fff;border-radius:50%;width:20px;height:20px;animation:spin-167b60cd 1s linear infinite;margin-right:10px}@keyframes spin-167b60cd{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.onboarding-view[data-v-167b60cd]{padding:20px;margin:20px auto}.header-main-title[data-v-167b60cd]{font-size:1.4em}.header-subtitle[data-v-167b60cd]{font-size:.95em}.onboarding-form[data-v-167b60cd]{margin-top:10px}.form-section[data-v-167b60cd]{padding:1.25rem 1.5rem;margin-bottom:1.5rem}.form-section h3[data-v-167b60cd]{font-size:1.2em;margin-bottom:1rem}.form-grid--2-cols[data-v-167b60cd]{grid-template-columns:1fr}.color-input-container[data-v-167b60cd]{flex-direction:column;align-items:flex-start;gap:8px}.color-hex-input[data-v-167b60cd]{width:100%}.nuna-button[data-v-167b60cd]{width:100%;font-size:1em}}@keyframes pulse-803fd0c1{0%,to{background-color:#eef0f2}50%{background-color:#f7f8fa}}.skeleton-wrapper[data-v-803fd0c1]{display:flex;flex-direction:column;gap:25px;max-width:1200px;margin:0 auto;padding:20px 25px}.skeleton[data-v-803fd0c1]{background-color:#eef0f2;border-radius:12px;animation:pulse-803fd0c1 1.8s infinite ease-in-out}.skeleton-text[data-v-803fd0c1]{background-color:#eef0f2;color:transparent;border-radius:6px;-webkit-user-select:none;user-select:none;animation:pulse-803fd0c1 1.8s infinite ease-in-out}.dashboard-row-nuna[data-v-803fd0c1]{display:grid;gap:25px}.dashboard-row-nuna--line1-new[data-v-803fd0c1]{grid-template-columns:1fr auto;align-items:center}.line1-new-left-content[data-v-803fd0c1],.line1-new-right-content[data-v-803fd0c1]{display:flex;align-items:center;gap:20px}.greeting-phrase-content[data-v-803fd0c1]{flex-grow:1}.dashboard-row-nuna--2col-ratio[data-v-803fd0c1]{grid-template-columns:2fr 1fr}.linha-altura-igual[data-v-803fd0c1]{align-items:stretch}.dashboard-card-nuna[data-v-803fd0c1]{background-color:#fff;padding:20px;border-radius:12px}.error-state-container[data-v-803fd0c1]{text-align:center;padding:50px;background-color:#fff;border-radius:12px;border:1px solid #e0d8ed;max-width:1200px;margin:20px auto}.modal-overlay[data-v-de309231]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content[data-v-de309231]{background-color:#fff;border-radius:12px;width:90%;max-width:550px;box-shadow:0 5px 15px #0000004d;display:flex;flex-direction:column}.modal-header[data-v-de309231]{padding:1.5rem;border-bottom:1px solid #e5e7eb}.modal-header h3[data-v-de309231]{font-size:1.25rem;font-weight:600;margin:0}.modal-header p[data-v-de309231]{margin:.25rem 0 0;color:#6b7280}.modal-body[data-v-de309231]{padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem}.form-grid[data-v-de309231]{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.form-group[data-v-de309231]{display:flex;flex-direction:column}.form-group label[data-v-de309231]{font-weight:500;margin-bottom:.5rem;font-size:.9rem}.form-group input[data-v-de309231],.form-select[data-v-de309231]{padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;background-color:#fff;width:100%}.modal-footer[data-v-de309231]{padding:1.5rem;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end;gap:1rem;background-color:#f9fafb;border-bottom-left-radius:12px;border-bottom-right-radius:12px}.nuna-button[data-v-de309231]{padding:.6rem 1.2rem;border-radius:6px;font-weight:600;cursor:pointer;border:1px solid transparent;transition:background-color .2s}.nuna-button.primary[data-v-de309231]{background-color:var(--nuna-purple);color:#fff}.nuna-button.secondary[data-v-de309231]{background-color:#fff;color:#374151;border-color:#d1d5db}.nuna-button[data-v-de309231]:disabled{opacity:.5;cursor:not-allowed}.error-message[data-v-de309231]{background-color:#fffbe6;color:#92400e;padding:1rem;border-radius:6px;font-size:.9rem;border:1px solid #fde68a}[data-v-f386ecdd]:root{--nuna-purple: #8A2BE2;--nuna-purple-hover: #6a1b9a;--nuna-text-primary: #212529;--nuna-text-secondary: #6c757d;--nuna-bg-card: #ffffff;--nuna-border-color: #dee2e6;--nuna-border-soft: #e9ecef;--nuna-red: #dc3545}.settings-page.nuna-theme[data-v-f386ecdd]{padding:1.5rem 2.5rem;margin:0 auto}.loading-indicator[data-v-f386ecdd],.info-message[data-v-f386ecdd]{padding:1rem 1.5rem;border-radius:8px;margin:1rem 0;text-align:center;border:1px solid var(--nuna-border-soft);color:var(--nuna-text-secondary);background-color:var(--nuna-bg-card)}.loading-indicator.small-loading[data-v-f386ecdd]{font-size:.9em;padding:8px 12px;margin-top:10px;text-align:left}.error-message[data-v-f386ecdd]{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb;padding:.75rem 1.25rem;border-radius:8px;margin-top:1rem;font-size:.9rem}.success-message[data-v-f386ecdd]{color:#155724;background-color:#d4edda;border-color:#c3e6cb;padding:.75rem 1.25rem;border-radius:8px;margin-top:1rem;font-size:.9rem}.settings-container[data-v-f386ecdd]{max-width:900px;margin:0 auto}.settings-tabs[data-v-f386ecdd]{display:flex;border-bottom:1px solid var(--nuna-border-color);margin-bottom:2rem;flex-wrap:wrap}.tab-button[data-v-f386ecdd]{padding:.8rem 1.5rem;font-size:1rem;font-weight:600;border:none;background:none;cursor:pointer;color:var(--nuna-text-secondary);position:relative;top:1px;border-bottom:3px solid transparent;transition:all .2s ease-in-out}.tab-button[data-v-f386ecdd]:hover{color:var(--nuna-text-primary)}.tab-button.active[data-v-f386ecdd]{color:var(--nuna-purple);border-bottom-color:var(--nuna-purple)}.tab-pane[data-v-f386ecdd]{animation:fadeIn-f386ecdd .4s ease}@keyframes fadeIn-f386ecdd{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.settings-section[data-v-f386ecdd]{background-color:var(--nuna-bg-card);border:1px solid var(--nuna-border-color);border-radius:12px;padding:2rem;box-shadow:0 4px 12px #0000000d;margin-bottom:2rem}.section-title[data-v-f386ecdd]{margin:0 0 1.5rem;font-size:1.5rem;color:var(--nuna-purple);padding-bottom:1rem;border-bottom:1px solid var(--nuna-border-soft)}.sub-section[data-v-f386ecdd]{margin-top:2rem;padding-top:1.5rem;border-top:1px dashed var(--nuna-border-soft)}.sub-section.no-border[data-v-f386ecdd]{border-top:none;margin-top:0;padding-top:0}.section-description[data-v-f386ecdd]{display:block;font-size:.95rem;color:var(--nuna-text-secondary);margin-bottom:1.5rem;line-height:1.5}.form-grid[data-v-f386ecdd]{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem 2rem}.form-group[data-v-f386ecdd]{display:flex;flex-direction:column;margin-bottom:1rem}.form-group label[data-v-f386ecdd]{margin-bottom:.5rem;font-weight:600;color:var(--nuna-text-primary);font-size:.95rem}.form-group input[type=text][data-v-f386ecdd],.form-group input[type=tel][data-v-f386ecdd],.form-group input[type=number][data-v-f386ecdd],.form-group .form-select[data-v-f386ecdd]{width:100%;padding:.75rem 1rem;border:1px solid var(--nuna-border-color);border-radius:8px;font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease}.form-group input[data-v-f386ecdd]:disabled,.form-group .form-select[data-v-f386ecdd]:disabled{background-color:#e9ecef;cursor:not-allowed;opacity:.7}.form-group input[data-v-f386ecdd]:focus,.form-group .form-select[data-v-f386ecdd]:focus{outline:none;border-color:var(--nuna-purple);box-shadow:0 0 0 3px #8a2be226}.color-input-container[data-v-f386ecdd]{display:flex;align-items:center;gap:1rem}.color-picker-square[data-v-f386ecdd]{width:48px;height:48px;padding:4px;border:1px solid var(--nuna-border-color);border-radius:8px;cursor:pointer;background-color:#fff}.color-hex-input[data-v-f386ecdd]{width:120px;text-align:center}.form-actions[data-v-f386ecdd]{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--nuna-border-soft);display:flex;justify-content:flex-end;gap:.75rem}.nuna-button[data-v-f386ecdd]{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.7rem 1.4rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;border:1px solid transparent;transition:all .2s ease;text-decoration:none}.nuna-button.primary[data-v-f386ecdd]{background-color:var(--nuna-purple);color:#fff}.nuna-button.primary[data-v-f386ecdd]:hover:not(:disabled){background-color:var(--nuna-purple-hover)}.nuna-button.secondary[data-v-f386ecdd]{background-color:var(--nuna-bg-card);color:var(--nuna-text-primary);border:1px solid var(--nuna-border-color)}.nuna-button.secondary[data-v-f386ecdd]:hover:not(:disabled){background-color:#f1f3f5}.nuna-button.danger-outline[data-v-f386ecdd]{background-color:transparent;color:var(--nuna-red);border:1px solid var(--nuna-red)}.nuna-button.danger-outline[data-v-f386ecdd]:hover:not(:disabled){background-color:#dc35451a}.nuna-button.small[data-v-f386ecdd]{padding:.4rem .8rem;font-size:.8rem}.nuna-button[data-v-f386ecdd]:disabled{background-color:#e9ecef!important;color:#adb5bd!important;border-color:#dee2e6!important;cursor:not-allowed}.signature-pad-container-local[data-v-f386ecdd]{border:1px solid var(--nuna-border-color);border-radius:6px;display:inline-block;background-color:#fff}.signature-canvas-local[data-v-f386ecdd]{display:block;cursor:crosshair}.current-asset-preview[data-v-f386ecdd]{margin-bottom:1rem;padding:1rem;background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;display:flex;align-items:center;gap:1rem}.current-asset-preview p[data-v-f386ecdd]{margin:0;font-weight:600;font-size:.9rem}.current-asset-preview img[data-v-f386ecdd]{max-width:200px;max-height:80px;border:1px solid var(--nuna-border-color);background-color:#fff}.remove-all-signatures-section[data-v-f386ecdd]{text-align:center}.team-header[data-v-f386ecdd]{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:1rem}.team-header .section-title[data-v-f386ecdd]{border-bottom:none;padding-bottom:0;margin-bottom:.5rem}.team-header .section-description[data-v-f386ecdd]{margin-top:-1.2rem}.usage-indicator[data-v-f386ecdd]{background-color:#f8f9fa;padding:.75rem 1rem;border-radius:8px;border:1px solid #e9ecef;min-width:220px;text-align:left}.usage-indicator span[data-v-f386ecdd]{font-size:.9rem;font-weight:600;color:#495057;display:block;margin-bottom:.5rem}.progress-bar-container[data-v-f386ecdd]{height:8px;background-color:#e9ecef;border-radius:4px;overflow:hidden}.progress-bar[data-v-f386ecdd]{height:100%;background-color:var(--nuna-purple);border-radius:4px;transition:width .3s ease}.nuna-table[data-v-f386ecdd]{width:100%;border-collapse:collapse;margin:2rem 0}.nuna-table th[data-v-f386ecdd],.nuna-table td[data-v-f386ecdd]{padding:.85rem 1rem;border-bottom:1px solid #dee2e6;text-align:left;vertical-align:middle}.nuna-table th[data-v-f386ecdd]{background-color:#f8f9fa;font-weight:600;color:#495057;text-transform:uppercase;font-size:.8rem;letter-spacing:.5px}.text-right[data-v-f386ecdd]{text-align:right}.capitalize[data-v-f386ecdd]{text-transform:capitalize}.status-badge[data-v-f386ecdd]{padding:.25rem .6rem;border-radius:99px;font-size:.8rem;font-weight:600;text-transform:capitalize}.status-badge.status-invited[data-v-f386ecdd]{background-color:#fff3cd;color:#856404}.status-badge.status-active[data-v-f386ecdd]{background-color:#d4edda;color:#155724}.status-badge.status-inactive[data-v-f386ecdd]{background-color:#f8d7da;color:#721c24}.status-badge.status-pending[data-v-f386ecdd]{background-color:#ffe8cc;color:#995400}.form-actions.justify-start[data-v-f386ecdd]{justify-content:flex-start;border-top:none;padding-top:0;margin-top:0}.actions-cell[data-v-f386ecdd]{position:relative}.actions-container[data-v-f386ecdd]{position:relative;display:inline-block}.action-button[data-v-f386ecdd]{background:none;border:none;padding:5px;cursor:pointer;color:#6c757d;border-radius:50%;width:32px;height:32px;line-height:1}.action-button[data-v-f386ecdd]:hover{background:#f1f3f5;color:#212529}.actions-menu[data-v-f386ecdd]{position:absolute;right:0;top:100%;margin-top:5px;background:#fff;border:1px solid #dee2e6;border-radius:8px;box-shadow:0 4px 15px #0000001a;z-index:100;width:180px;overflow:hidden;animation:fadeIn-f386ecdd .1s ease-out}.menu-item[data-v-f386ecdd]{display:block;width:100%;padding:.75rem 1rem;text-align:left;background:none;border:none;cursor:pointer;font-size:.9rem}.menu-item[data-v-f386ecdd]:hover{background-color:#f8f9fa}.menu-item.danger[data-v-f386ecdd]{color:var(--nuna-red)}.menu-item.danger[data-v-f386ecdd]:hover{background-color:#f8d7da}.menu-item[data-v-f386ecdd]:disabled{color:#adb5bd;background:#e9ecef;cursor:not-allowed}.small-spinner[data-v-f386ecdd]{border:2px solid #f3f3f3;border-top:2px solid var(--nuna-purple);border-radius:50%;width:18px;height:18px;animation:spin-f386ecdd 1s linear infinite;display:inline-block}@keyframes spin-f386ecdd{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.settings-page.nuna-theme[data-v-f386ecdd]{padding:1rem}.tab-button[data-v-f386ecdd]{flex-basis:50%;text-align:center}.settings-section[data-v-f386ecdd]{padding:1rem 1.25rem}.form-grid[data-v-f386ecdd]{grid-template-columns:1fr}.team-header[data-v-f386ecdd]{flex-direction:column;align-items:stretch}}.modal-overlay[data-v-b9120042]{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#1f293780;display:flex;justify-content:center;align-items:center;z-index:2000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content[data-v-b9120042]{position:relative;background-color:#fff;border-radius:12px;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a;padding:1.5rem;width:340px;font-family:Nunito,sans-serif;color:#374151;display:flex;flex-direction:column;gap:16px;max-height:90vh;overflow-y:auto}.close-button[data-v-b9120042]{position:absolute;top:8px;right:12px;background:none;border:none;font-size:2rem;line-height:1;color:#9ca3af;cursor:pointer;transition:color .2s ease}.close-button[data-v-b9120042]:hover{color:#374151}.quick-view-title[data-v-b9120042]{font-size:1.25rem;font-weight:700;margin:0;word-break:break-word;color:#866ab0}.info-section p[data-v-b9120042]{font-size:.9rem;margin:.25rem 0;color:#4b5563}.info-section p strong[data-v-b9120042]{font-weight:600;color:#1f2937}.quick-view-section[data-v-b9120042]{padding-top:16px;border-top:1px solid #f3f4f6}.section-title[data-v-b9120042]{font-size:.75rem;font-weight:700;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px}.info-text[data-v-b9120042]{font-size:.85rem;color:#6b7280;text-align:center;margin:0;padding:8px 12px;background-color:#f9fafb;border-radius:8px;border:1px solid #f3f4f6}.status-indicator[data-v-b9120042]{display:flex;align-items:center;justify-content:center;gap:6px;font-size:.85rem;font-weight:600;padding:6px 10px;border-radius:8px}.status-icon-indicator[data-v-b9120042]{width:1.1rem;height:1.1rem}.status--pendente[data-v-b9120042]{background-color:#fffbeb;color:#b45309}.status--registrado[data-v-b9120042]{background-color:#f0fdf4;color:#15803d}.status--a-realizar[data-v-b9120042],.status--nao_aplicavel[data-v-b9120042]{background-color:#f8fafc;color:#475569}.status--compareceu[data-v-b9120042]{background-color:#dcfce7;color:#166534}.status--faltou_sem_aviso[data-v-b9120042]{background-color:#fef2f2;color:#b91c1c}.status--desmarcou_com_aviso[data-v-b9120042]{background-color:#fefce8;color:#a16207}.status--remarcado[data-v-b9120042]{background-color:#eef2ff;color:#4338ca}.status-actions[data-v-b9120042]{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.status-button[data-v-b9120042]{display:flex;align-items:center;justify-content:center;padding:8px;border-radius:8px;border:1px solid #e5e7eb;cursor:pointer;transition:all .2s ease;background-color:#fff}.status-button[data-v-b9120042]:hover{transform:translateY(-2px);box-shadow:0 2px 4px #00000014;border-color:#d1d5db}.status-icon[data-v-b9120042]{width:1.75em;height:1.75em}.status-button--compareceu[data-v-b9120042]{color:#16a34a}.status-button--faltou[data-v-b9120042]{color:#dc2626}.status-button--desmarcou[data-v-b9120042]{color:#d97706}.quick-view-actions[data-v-b9120042]{display:flex;gap:8px;margin-top:8px;padding-top:16px;border-top:1px solid #f3f4f6;justify-content:flex-end}.action-button[data-v-b9120042]{padding:8px 16px;font-size:.85rem;border-radius:8px;cursor:pointer;font-weight:700;transition:all .2s ease;border:none}.action-button[data-v-b9120042]:hover{filter:brightness(95%)}.edit-button[data-v-b9120042]{background-color:#866ab0;color:#fff}.delete-button[data-v-b9120042]{background-color:#fef2f2;color:#ef4444}.delete-button[data-v-b9120042]:hover{background-color:#fee2e2}.status-grid[data-v-b9120042]{display:grid;grid-template-columns:1fr 1fr;gap:8px}.radio-button-group[data-v-3a430bd9]{display:flex;gap:8px;flex-wrap:wrap}.vertical-options[data-v-3a430bd9]{flex-direction:column;align-items:stretch;gap:10px;margin-bottom:1rem}.radio-button-label[data-v-3a430bd9]{padding:12px 16px;border:1px solid #D1D5DB;border-radius:8px;font-size:.9rem;font-weight:500;color:#4b5563;background-color:#fff;cursor:pointer;transition:all .2s;display:flex;align-items:center}.radio-button-label.selected[data-v-3a430bd9]{background-color:var(--nuna-purple-light, #EDE9FE);color:var(--nuna-purple, #7C3AED);border-color:var(--nuna-purple, #7C3AED);box-shadow:0 0 0 1px var(--nuna-purple, #7C3AED)}.radio-button-input[data-v-3a430bd9]{display:none}.page-container{font-family:Nunito,sans-serif;background-color:transparent;padding:0;margin:0;max-width:none;border-radius:0}.calendar-card-wrapper{background-color:var(--nuna-bg-card, #ffffff);padding:40px 20px;border-radius:12px;border:1px solid var(--nuna-border-color, #dee2e6);box-shadow:0 4px 12px #0000000f;position:relative}.custom-calendar-header{display:flex;flex-direction:column;justify-content:space-between;align-items:center;margin-bottom:1.25rem;gap:1rem}.custom-calendar-header .header-left{display:flex;flex-direction:column;align-items:center;gap:.75rem;width:100%}.custom-calendar-header .calendar-title{font-size:1.5rem;font-weight:700;color:var(--nuna-text-primary, #4a044e);margin:0;text-align:center}.custom-calendar-header .navigation-buttons{display:flex;gap:.5rem}.custom-calendar-header .view-buttons{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center}.nuna-button-style{background-color:var(--nuna-button-secondary-bg, #f8f9fa);color:var(--nuna-text-secondary, #5f5a6d);border:1px solid var(--nuna-border-color-light, #e0d8ed);padding:.5rem .875rem;border-radius:8px;font-weight:600;font-size:.875rem;transition:all .2s ease;cursor:pointer}.nuna-button-style:hover{background-color:var(--nuna-purple-lightest, #f4effa);border-color:var(--nuna-purple, #9c89b8);color:var(--nuna-purple)}.nuna-button-style.primary{background-color:var(--nuna-purple);color:#fff;border-color:var(--nuna-purple);display:inline-flex;align-items:center;gap:.5rem}.nuna-button-style.primary:hover{background-color:var(--nuna-purple-hover);border-color:var(--nuna-purple-hover)}.button-icon-style{width:1.1em;height:1.1em}.nuna-button-style.icon-only{padding:.5rem;line-height:0}.nav-icon{width:1.25em;height:1.25em}.nuna-button-style.today-button{color:var(--nuna-purple);font-weight:700}.nuna-button-style.active{background-color:var(--nuna-purple);color:#fff;border-color:var(--nuna-purple)}.fc{font-family:Nunito,sans-serif!important;font-size:13px}.fc th{font-size:.8em;color:var(--nuna-text-secondary, #7a6b90);font-weight:600;text-transform:uppercase;border-color:var(--nuna-border-color, #e8e3ee)!important;background-color:transparent!important;padding:6px 0!important}.fc td,.fc th{border-color:var(--nuna-border-color, #e8e3ee)!important}.fc .fc-daygrid-day-number{font-size:.85em;color:var(--nuna-text-primary, #584879);padding:6px;position:relative;z-index:1}.fc .fc-day-today{background-color:var(--nuna-purple-lightest, #f4f2ff)!important}.fc .fc-day-today .fc-daygrid-day-number{background-color:var(--nuna-purple, #866ab0)!important;color:var(--nuna-text-on-primary, #ffffff)!important;border-radius:50%;width:22px;height:22px;display:flex!important;align-items:center!important;justify-content:center!important;line-height:normal!important;padding:0!important;margin:3px auto 0!important}.fc-event{cursor:pointer;font-size:.8rem;border:1px solid transparent!important;padding:4px 6px!important;border-radius:4px!important;box-shadow:0 1px 2px #0000001a}.fc-event-main{display:flex;align-items:center;padding:0!important;overflow:hidden}.fc-event-title{white-space:normal;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.fc-event-blocked-interactive:hover{filter:brightness(95%)}.fc .fc-timegrid-slot-label-cushion,.fc .fc-list-event-time{font-size:.75em;color:var(--nuna-text-secondary, #7a6b90)}.fc .fc-timegrid-slot-lane{border-bottom-style:dotted!important}.fc .fc-timegrid-col.fc-day-today{background-color:var(--nuna-purple-lightest, #f6f3fc)}.fc .fc-timegrid-now-indicator-line{border-color:var(--nuna-red, #c87b95)!important;z-index:2}.fc .fc-timegrid-now-indicator-arrow{border-top-color:var(--nuna-red, #c87b95)!important;z-index:2}.fc-direction-ltr .fc-list-day-text,.fc-direction-rtl .fc-list-day-side-text{font-weight:600;color:var(--nuna-text-primary, #584879)}.fc-list-event:hover td{background-color:var(--nuna-grey-lightest, #faf7fb)!important}.fc .fc-timegrid-axis-frame,.fc .fc-allday-axis{font-size:.75em;color:var(--nuna-text-secondary, #7a6b90)}.event-quick-view-container{position:absolute;background-color:var(--nuna-bg-card, #ffffff);border:1px solid var(--nuna-border-color, #dee2e6);border-radius:8px;box-shadow:0 4px 12px #00000026;padding:15px;z-index:1000;min-width:220px;max-width:300px}.fc-event-pending{border-left:4px solid #f59e0b!important;padding-left:4px!important}.pending-icon-nuna{display:inline-block;width:8px;height:8px;background-color:#f59e0b;border-radius:50%;margin-right:6px;flex-shrink:0}@media (min-width: 768px){.custom-calendar-header{flex-direction:row}.custom-calendar-header .header-left{flex-direction:row;align-items:center;gap:1rem;width:auto}.custom-calendar-header .calendar-title{text-align:left}.custom-calendar-header .view-buttons{justify-content:flex-end}}@media (max-width: 576px){.page-container{padding:0}.calendar-card-wrapper{padding:20px 12px}.custom-calendar-header .calendar-title{font-size:1.3em}.fc{font-size:12px}.nuna-button-style{padding:.4rem .6rem;font-size:.8rem}.nav-icon{width:1em;height:1em}}@keyframes pulse{0%,to{background-color:#eef0f2}50%{background-color:#f7f8fa}}.skeleton-container .skeleton{background-color:#eef0f2;border-radius:8px;animation:pulse 1.8s infinite ease-in-out}.skeleton-container .skeleton-title{height:36px;width:220px}.skeleton-container .skeleton-button{height:38px;width:70px}.skeleton-container .skeleton-button-icon{height:38px;width:38px}.skeleton-container .skeleton-calendar-grid{height:600px;width:100%;margin-top:1.25rem}div[data-v-62e4104b]{padding:30px;text-align:center;border:1px solid #ccc;margin:20px;background-color:#f9f9f9}.nuna-button[data-v-ea8b60fb]{padding:8px 16px;border-radius:8px;cursor:pointer;font-size:.95em;border:none;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:6px;transition:all .2s ease;white-space:nowrap}.nuna-button.primary[data-v-ea8b60fb]{background-color:var(--nuna-purple);color:var(--nuna-text-on-primary)}.nuna-button.primary[data-v-ea8b60fb]:hover{background-color:var(--nuna-purple-hover)}.button-icon[data-v-ea8b60fb]{width:1.1em;height:1.1em}.nuna-button.small[data-v-ea8b60fb]{padding:6px 12px;font-size:.85em}.nuna-button.secondary[data-v-ea8b60fb]{background-color:var(--nuna-button-secondary-bg);color:var(--nuna-button-secondary-text);border:1px solid var(--nuna-button-secondary-border)}.nuna-button.warning[data-v-ea8b60fb]{background-color:var(--nuna-orange, #d8b171);color:var(--nuna-text-on-primary)}.nuna-button.danger[data-v-ea8b60fb]{background-color:var(--nuna-red, #c87b95);color:var(--nuna-text-on-primary)}.list-controls[data-v-ea8b60fb]{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:20px;padding:15px;background-color:var(--nuna-bg-card);border-radius:12px;border:1px solid var(--nuna-border-color)}.search-control[data-v-ea8b60fb]{flex-grow:1;position:relative;min-width:250px}.search-control input[type=search][data-v-ea8b60fb]{width:100%;padding:10px 15px 10px 35px;border-radius:6px;border:1px solid var(--nuna-border-color);font-size:1em;background-color:var(--nuna-button-secondary-bg)}.search-control input[type=search][data-v-ea8b60fb]:focus{outline:none;border-color:var(--nuna-purple);box-shadow:0 0 0 2px var(--nuna-purple-focus-shadow)}.search-icon[data-v-ea8b60fb]{position:absolute;left:10px;top:50%;transform:translateY(-50%);width:1.1em;height:1.1em;color:var(--nuna-text-secondary);pointer-events:none}.filter-control[data-v-ea8b60fb]{display:flex;align-items:center;gap:8px}.filter-control label[data-v-ea8b60fb]{font-size:.9em;color:var(--nuna-text-secondary);font-weight:500}.filter-control select[data-v-ea8b60fb]{padding:8px 12px;border-radius:6px;border:1px solid var(--nuna-border-color);font-size:.95em;background-color:var(--nuna-button-secondary-bg)}.view-mode-switcher[data-v-ea8b60fb]{display:flex;background-color:var(--nuna-grey-lightest);border-radius:6px;padding:4px;border:1px solid var(--nuna-border-color);margin-left:auto}.view-mode-switcher button[data-v-ea8b60fb]{background:none;border:none;padding:4px 6px;border-radius:4px;cursor:pointer;color:var(--nuna-text-secondary);line-height:1}.view-mode-switcher button[data-v-ea8b60fb]:hover{color:var(--nuna-text-primary)}.view-mode-switcher button.active[data-v-ea8b60fb]{background-color:var(--nuna-button-secondary-bg);color:var(--nuna-purple);box-shadow:0 1px 3px #0000001a}.view-mode-switcher svg[data-v-ea8b60fb]{width:20px;height:20px}.patient-count-summary[data-v-ea8b60fb]{font-size:.9em;color:var(--nuna-text-secondary);margin-bottom:20px;text-align:right}.loading-indicator[data-v-ea8b60fb],.error-message[data-v-ea8b60fb],.empty-state[data-v-ea8b60fb]{text-align:center;padding:40px;margin-top:20px;color:var(--nuna-text-secondary);background-color:var(--nuna-bg-card);border-radius:12px;border:1px solid var(--nuna-border-color)}.error-message[data-v-ea8b60fb]{color:var(--nuna-status-red-text);background-color:var(--nuna-status-red-bg);border-color:var(--nuna-status-red-border);font-weight:700}.empty-state p[data-v-ea8b60fb]{margin:5px 0;font-size:1.1em}.nuna-button.link.small[data-v-ea8b60fb]{background:none;color:var(--nuna-link-color);padding:4px;font-size:.85em}.nuna-button.link.small[data-v-ea8b60fb]:hover{text-decoration:underline;background-color:transparent}.patient-grid-view[data-v-ea8b60fb]{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px}.patient-grid-card[data-v-ea8b60fb],.add-patient-card[data-v-ea8b60fb]{background-color:var(--nuna-bg-card);border-radius:12px;border:1px solid var(--nuna-border-color);box-shadow:0 1px 3px #0000000a;transition:all .2s ease;display:flex;flex-direction:column}.patient-grid-card[data-v-ea8b60fb]:hover{transform:translateY(-3px);border-color:var(--nuna-purple);box-shadow:0 4px 12px var(--nuna-purple-focus-shadow)}.card-main-content[data-v-ea8b60fb]{display:flex;flex-direction:column;align-items:center;text-align:center;padding:20px 20px 16px;gap:12px;text-decoration:none;flex-grow:1}.grid-card-avatar[data-v-ea8b60fb]{width:64px;height:64px;border-radius:50%;object-fit:cover;background-color:var(--nuna-grey-lightest);margin-bottom:4px}.grid-card-info[data-v-ea8b60fb]{display:flex;flex-direction:column}.grid-card-name[data-v-ea8b60fb]{font-weight:700;font-size:1.1em;color:var(--nuna-text-primary)}.grid-card-guardian[data-v-ea8b60fb]{font-size:.9em;color:var(--nuna-text-secondary)}.grid-card-footer[data-v-ea8b60fb]{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-top:1px solid var(--nuna-border-color)}.add-patient-card[data-v-ea8b60fb]{cursor:pointer;align-items:center;justify-content:center;border-style:dashed;border-color:var(--nuna-border-color-darker)}.add-patient-card[data-v-ea8b60fb]:hover{background-color:var(--nuna-grey-lightest);border-color:var(--nuna-purple);color:var(--nuna-purple)}.add-patient-content[data-v-ea8b60fb]{display:flex;flex-direction:column;align-items:center;gap:8px;font-weight:600;color:var(--nuna-text-secondary)}.add-patient-card:hover .add-patient-content[data-v-ea8b60fb]{color:var(--nuna-purple)}.add-icon[data-v-ea8b60fb]{width:36px;height:36px}.patient-list-view[data-v-ea8b60fb]{display:flex;flex-direction:column;gap:16px}.patient-list-item[data-v-ea8b60fb]{display:flex;align-items:center;padding:16px;background-color:var(--nuna-bg-card);border-radius:8px;border:1px solid var(--nuna-border-color);box-shadow:0 1px 3px #0000000a;transition:all .2s ease}.patient-list-item[data-v-ea8b60fb]:hover{border-color:var(--nuna-purple);transform:translateY(-2px);box-shadow:0 4px 10px var(--nuna-purple-focus-shadow)}.list-item-main-link[data-v-ea8b60fb]{flex-grow:1;display:flex;align-items:center;gap:16px;text-decoration:none}.list-item-avatar[data-v-ea8b60fb]{width:48px;height:48px;border-radius:50%;object-fit:cover;background-color:var(--nuna-grey-lightest)}.list-item-info[data-v-ea8b60fb]{display:flex;flex-direction:column}.list-item-name[data-v-ea8b60fb]{font-weight:600;color:var(--nuna-text-primary)}.list-item-guardian[data-v-ea8b60fb]{font-size:.9em;color:var(--nuna-text-secondary)}.list-item-status[data-v-ea8b60fb]{margin:0 24px}.status-badge[data-v-ea8b60fb]{padding:4px 10px;border-radius:12px;font-size:.8em;font-weight:600;text-transform:uppercase;white-space:nowrap;border:1px solid transparent}.status-badge.active[data-v-ea8b60fb]{background-color:var(--nuna-status-green-bg);color:var(--nuna-status-green-text);border-color:var(--nuna-status-green-border)}.status-badge.archived[data-v-ea8b60fb]{background-color:var(--nuna-status-grey-bg);color:var(--nuna-status-grey-text);border-color:var(--nuna-status-grey-border)}.status-badge.unknown[data-v-ea8b60fb]{background-color:var(--nuna-status-indefinido-bg);color:var(--nuna-status-indefinido-text);border-color:var(--nuna-status-indefinido-border)}.patient-card-actions[data-v-ea8b60fb]{display:flex;gap:8px;margin-left:auto}.action-button[data-v-ea8b60fb]{background:none;border:none;padding:4px;cursor:pointer;color:var(--nuna-text-secondary);border-radius:4px;display:inline-flex;transition:all .2s ease}.action-button[data-v-ea8b60fb]:hover{background-color:var(--nuna-grey-medium);color:var(--nuna-text-primary)}.action-icon[data-v-ea8b60fb]{width:1.15em;height:1.15em}.action-button.archive[data-v-ea8b60fb]:hover{color:var(--nuna-orange);background-color:var(--nuna-status-yellow-light-bg)}.action-button.restore[data-v-ea8b60fb]:hover{color:var(--nuna-status-green-text);background-color:var(--nuna-status-green-bg)}.action-button.delete[data-v-ea8b60fb]:hover{color:var(--nuna-red);background-color:var(--nuna-red-bg-tint-hover)}.feedback-message[data-v-ea8b60fb]{padding:12px 18px;border-radius:6px;margin-bottom:20px;font-weight:500;border:1px solid transparent}.feedback-message.success[data-v-ea8b60fb]{background-color:var(--nuna-status-green-bg);color:var(--nuna-status-green-text);border-color:var(--nuna-status-green-border)}.feedback-message.error[data-v-ea8b60fb]{background-color:var(--nuna-status-red-bg);color:var(--nuna-status-red-text);border-color:var(--nuna-status-red-border)}.feedback-message.info[data-v-ea8b60fb]{background-color:var(--nuna-status-lavender-bg);color:var(--nuna-status-lavender-text);border-color:var(--nuna-status-lavender-border)}.therapist-name-badge[data-v-ea8b60fb]{display:inline-flex;align-items:center;gap:6px;font-size:.8em;color:var(--nuna-text-secondary);margin-top:8px;padding:4px 8px;background-color:var(--nuna-grey-lightest);border-radius:6px;border:1px solid var(--nuna-border-color)}.therapist-icon[data-v-ea8b60fb]{width:1.2em;height:1.2em}.therapist-name-badge.list-view[data-v-ea8b60fb]{margin:0 16px;font-size:.85em}@keyframes pulse-ea8b60fb{0%,to{background-color:#eef0f2}50%{background-color:#f7f8fa}}.skeleton[data-v-ea8b60fb]{background-color:#eef0f2;border-radius:12px;animation:pulse-ea8b60fb 1.8s infinite ease-in-out}.skeleton-text[data-v-ea8b60fb]{background-color:#eef0f2;color:transparent;border-radius:6px;-webkit-user-select:none;user-select:none;animation:pulse-ea8b60fb 1.8s infinite ease-in-out}.list-controls.skeleton[data-v-ea8b60fb]{height:68px}.patient-grid-card.skeleton[data-v-ea8b60fb]{height:250px}.nuna-form-container[data-v-95b0df5e]{padding-bottom:2rem}.loading-indicator[data-v-95b0df5e],.error-message[data-v-95b0df5e]{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1.5rem;font-size:1rem;font-weight:500;border-radius:8px;margin:2rem auto;max-width:800px}.loading-indicator[data-v-95b0df5e]{color:var(--nuna-text-secondary, #6c757d);background-color:var(--nuna-grey-lightest, #f1f3f5)}.error-message[data-v-95b0df5e]{color:var(--nuna-status-red-text, #c62828);background-color:var(--nuna-status-red-bg, #ffebee);border:1px solid var(--nuna-status-red-border, #ffcdd2)}.error-message .nuna-button.small[data-v-95b0df5e]{padding:.25rem .75rem;font-size:.85rem;margin-left:auto}.info-message[data-v-95b0df5e]{display:flex;align-items:center;gap:.75rem;padding:.8rem 1rem;margin-bottom:1.5rem;border-radius:8px;font-size:.95rem;border:1px solid transparent}.info-message.success[data-v-95b0df5e]{color:#14532d;background-color:#dcfce7;border-color:#bbf7d0}.info-message.warning[data-v-95b0df5e]{color:#9a3412;background-color:#ffedd5;border-color:#fed7aa}.info-message .message-icon[data-v-95b0df5e]{width:1.25rem;height:1.25rem}.spinner-icon[data-v-95b0df5e],.button-icon.spin[data-v-95b0df5e]{animation:spin-95b0df5e 1s linear infinite}@keyframes spin-95b0df5e{to{transform:rotate(360deg)}}.loading-indicator .spinner-icon[data-v-95b0df5e],.message-icon[data-v-95b0df5e],.button-icon[data-v-95b0df5e]{height:1.25em;width:1.25em}.rastreio-form[data-v-95b0df5e]{display:flex;flex-direction:column}.form-section[data-v-95b0df5e]{background-color:var(--nuna-bg-page, #fff);border:1px solid var(--nuna-border-soft, #e9ecef);border-radius:12px;padding:1.5rem 2rem;margin-bottom:2rem}.form-section h3[data-v-95b0df5e]{color:var(--nuna-purple);font-size:1.4rem;font-weight:600;margin:0 0 1.5rem;padding-bottom:.75rem;border-bottom:1px solid var(--nuna-border-color)}.form-grid[data-v-95b0df5e]{display:grid;gap:1rem 1.5rem}.form-grid--2-cols[data-v-95b0df5e]{grid-template-columns:1fr 1fr}.form-group[data-v-95b0df5e]{margin-bottom:0}.form-group label[data-v-95b0df5e]{display:block;margin-bottom:.5rem;font-weight:600;color:var(--nuna-text-primary, #495057);font-size:.9rem}.required-indicator[data-v-95b0df5e]{color:#dc3545;font-weight:700;margin-right:4px}.form-input[data-v-95b0df5e]{width:100%;padding:.6rem .75rem;border:1px solid var(--nuna-border-color);border-radius:6px;font-size:.95em;transition:all .2s ease;background-color:var(--nuna-bg-light, #fff);color:var(--nuna-text-primary);font-family:inherit}.form-input[data-v-95b0df5e]:focus{outline:none;border-color:var(--nuna-purple);box-shadow:0 0 0 3px var(--nuna-purple-focus-shadow)}.form-input[data-v-95b0df5e]:disabled{background-color:#e9ecef;color:#6c757d;cursor:not-allowed;opacity:.7}.required-hint[data-v-95b0df5e]{font-size:.85em;color:#6c757d;margin-top:0;font-style:italic;text-align:left}.nuna-button[data-v-95b0df5e]{padding:.65rem 1.25rem;border:1px solid transparent;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s ease-in-out;white-space:nowrap}.nuna-button[data-v-95b0df5e]:disabled{background-color:var(--nuna-disabled-bg, #e9ecef)!important;color:var(--nuna-disabled-text, #adb5bd)!important;border-color:var(--nuna-border-color, #dee2e6)!important;box-shadow:none!important;cursor:not-allowed;transform:none!important}.nuna-button[data-v-95b0df5e]:hover:not(:disabled){transform:translateY(-2px)}.nuna-button.primary[data-v-95b0df5e]{background-color:var(--nuna-purple);color:#fff}.nuna-button.primary[data-v-95b0df5e]:hover:not(:disabled){background-color:var(--nuna-purple-hover)}.nuna-button.secondary[data-v-95b0df5e]{background-color:var(--nuna-button-secondary-bg);color:var(--nuna-button-secondary-text);border-color:var(--nuna-button-secondary-border)}.nuna-button.secondary[data-v-95b0df5e]:hover:not(:disabled){background-color:var(--nuna-button-secondary-hover-bg)}@media (max-width: 768px){.form-grid--2-cols[data-v-95b0df5e]{grid-template-columns:1fr}.form-section[data-v-95b0df5e]{padding:1.5rem 1.25rem}}.modal-fade-enter-active[data-v-cddf29d5],.modal-fade-leave-active[data-v-cddf29d5]{transition:opacity .3s ease}.modal-fade-enter-from[data-v-cddf29d5],.modal-fade-leave-to[data-v-cddf29d5]{opacity:0}.modal-overlay[data-v-cddf29d5]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:1050;padding:20px;overflow-y:auto}.modal-content.modal-history[data-v-cddf29d5]{background-color:#fff;border-radius:10px;box-shadow:0 5px 20px #00000040;max-width:800px;width:100%;display:flex;flex-direction:column;max-height:90vh;overflow:hidden;font-family:Nunito,sans-serif}.modal-header[data-v-cddf29d5]{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #e9ecef;background-color:#f8f9fa}.modal-header h3[data-v-cddf29d5]{margin:0;font-size:1.3em;font-weight:600;color:#6a1b9a}.close-button[data-v-cddf29d5]{background:none;border:none;font-size:1.8em;color:#6c757d;cursor:pointer;padding:0;line-height:1;transition:color .2s ease}.close-button[data-v-cddf29d5]:hover{color:#343a40}.modal-body[data-v-cddf29d5]{padding:1.5rem;overflow-y:auto;flex-grow:1;background-color:#fff;scrollbar-width:thin;scrollbar-color:#ccc #f1f1f1}.modal-body[data-v-cddf29d5]::-webkit-scrollbar{width:8px}.modal-body[data-v-cddf29d5]::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.modal-body[data-v-cddf29d5]::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.modal-body[data-v-cddf29d5]::-webkit-scrollbar-thumb:hover{background:#aaa}.history-list[data-v-cddf29d5]{display:flex;flex-direction:column;gap:1.5rem}.history-item[data-v-cddf29d5]{border:1px solid #e0e0e0;border-radius:8px;padding:1.2rem 1.5rem;background-color:#fdfdfd;box-shadow:0 1px 3px #0000000d}.history-item-title[data-v-cddf29d5]{font-size:1.2em;font-weight:700;color:#6a1b9a;margin-top:0;margin-bottom:1rem;border-bottom:1px dotted #e0e0e0;padding-bottom:.8rem}.history-item-summary[data-v-cddf29d5]{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.5rem 1.5rem;margin-bottom:1rem;font-size:.9em}.history-item-summary div[data-v-cddf29d5]{margin-bottom:.5rem}.history-item-summary dt[data-v-cddf29d5]{font-weight:600;color:#6c757d;display:block;margin-bottom:.2rem;font-size:.85em;text-transform:uppercase;letter-spacing:.5px}.history-item-summary dd[data-v-cddf29d5]{margin-left:0;color:#343a40;display:flex;align-items:center}.status-badge[data-v-cddf29d5]{padding:3px 10px;font-size:.75em;border-radius:12px;font-weight:600;border:1px solid transparent;text-transform:uppercase;letter-spacing:.5px;color:#fff}.status-badge.arquivado-substituido[data-v-cddf29d5],.status-badge.arquivado-substituído[data-v-cddf29d5]{background-color:#6c757d;border-color:#5a6268}.status-badge.concluido[data-v-cddf29d5],.status-badge.concluído[data-v-cddf29d5]{background-color:#28a745;border-color:#218838}.status-badge.status-indefinido[data-v-cddf29d5]{background-color:#adb5bd;color:#fff}.history-section[data-v-cddf29d5]{margin-top:1rem;padding-top:1rem;border-top:1px dashed #e0e0e0}.history-section h5[data-v-cddf29d5]{font-size:1em;font-weight:600;color:#495057;margin-top:0;margin-bottom:.8rem}.objectives-section ul[data-v-cddf29d5]{list-style:disc;padding-left:20px;margin:0;font-size:.9em;color:#444}.objectives-section li[data-v-cddf29d5]{margin-bottom:.5rem;line-height:1.5}.objectives-section li strong[data-v-cddf29d5]{font-weight:600}.objectives-section span[data-v-cddf29d5]{color:#6c757d}.comments-section p[data-v-cddf29d5]{margin:0;font-size:.9em;color:#555;line-height:1.6;white-space:pre-wrap}.history-empty[data-v-cddf29d5]{text-align:center;padding:2rem;color:#6c757d}.history-item-actions[data-v-cddf29d5]{margin-top:1.2rem;padding-top:1rem;border-top:1px solid #f0f0f0;text-align:right;display:flex;justify-content:flex-end;align-items:center;gap:.8rem}.action-divider[data-v-cddf29d5]{color:#ccc;font-size:1.1em}.button-link[data-v-cddf29d5]{background:none;border:none;padding:.3rem .6rem;font-size:.85em;font-weight:600;color:#6a1b9a;cursor:pointer;transition:color .2s ease,background-color .2s ease;border-radius:4px;display:inline-flex;align-items:center;gap:.3rem}.button-link[data-v-cddf29d5]:hover:not(:disabled){color:#4a148c;background-color:#6a1b9a14}.button-link--delete[data-v-cddf29d5]{color:#c62828!important}.button-link--delete[data-v-cddf29d5]:hover:not(:disabled){color:#a71e1e!important;background-color:#c6282814}.button-link[data-v-cddf29d5]:disabled{color:#adb5bd!important;cursor:not-allowed!important;text-decoration:none!important;opacity:.7;background-color:transparent!important}.modal-footer[data-v-cddf29d5]{padding:1rem 1.5rem;border-top:1px solid #e9ecef;display:flex;justify-content:flex-end;background-color:#f8f9fa}.nuna-button[data-v-cddf29d5]{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.65rem 1.2rem;font-size:.95em;font-weight:600;text-align:center;vertical-align:middle;cursor:pointer;-webkit-user-select:none;user-select:none;border:1px solid transparent;border-radius:6px;transition:all .15s ease-in-out;text-decoration:none;line-height:1.5;font-family:inherit}.nuna-button[data-v-cddf29d5]:disabled{opacity:.65;cursor:not-allowed;box-shadow:none!important}.nuna-button--secondary[data-v-cddf29d5]{color:#555;background-color:#fff;border:1px solid #ced4da}.nuna-button--secondary[data-v-cddf29d5]:not(:disabled):hover{background-color:#f8f9fa;border-color:#ced4da;color:#343a40}@media (max-width: 768px){.modal-content.modal-history[data-v-cddf29d5]{max-width:95%}.modal-header[data-v-cddf29d5],.modal-body[data-v-cddf29d5],.modal-footer[data-v-cddf29d5]{padding-left:1rem;padding-right:1rem}.history-item-summary[data-v-cddf29d5]{grid-template-columns:1fr}}@media (max-width: 576px){.modal-header h3[data-v-cddf29d5]{font-size:1.15em}.history-item-title[data-v-cddf29d5]{font-size:1.1em}.history-item[data-v-cddf29d5]{padding:1rem}}[data-v-99df3909]:root{--nuna-purple: #866ab0;--nuna-purple-hover: #6c548e;--nuna-purple-light-bg: #f5f2fa;--nuna-purple-light-border: #d9d1e8;--nuna-text-primary: #212529;--nuna-text-secondary: #6c757d;--nuna-text-on-primary: #ffffff;--nuna-bg-page: #f8f9fa;--nuna-bg-card: #ffffff;--nuna-border-color: #dee2e6;--nuna-border-soft: #e9ecef;--nuna-status-green: #28a745;--nuna-status-yellow: #ffc107;--nuna-status-yellow-light-bg: #fff8e1;--nuna-status-yellow-light-border: #ffecb3;--nuna-status-yellow-light-text: #856404;--nuna-red: #dc3545;--nuna-red-bg: #ffebee;--nuna-red-border: #ffcdd2;--nuna-red-text: #c62828;--nuna-disabled-bg: #e9ecef;--nuna-disabled-text: #adb5bd}.patient-dashboard-page[data-v-99df3909]{font-family:Nunito,sans-serif;background-color:var(--nuna-bg-page);padding:1.5rem 2.5rem;max-width:1400px;margin:0 auto}.loading-indicator[data-v-99df3909],.error-message[data-v-99df3909],.info-message[data-v-99df3909]{display:flex;align-items:center;justify-content:center;gap:.8rem;padding:1rem 1.5rem;font-size:1rem;font-weight:500;border-radius:8px;margin:1.5rem 0;text-align:center;line-height:1.4}.loading-indicator[data-v-99df3909]{color:var(--nuna-text-secondary);background-color:var(--nuna-bg-card);border:1px solid var(--nuna-border-soft)}.error-message[data-v-99df3909]{color:var(--nuna-red-text);background-color:var(--nuna-red-bg);border:1px solid var(--nuna-red-border)}.info-message[data-v-99df3909]{color:var(--nuna-text-secondary);background-color:var(--nuna-bg-card);border:1px solid var(--nuna-border-soft)}.header-actions-teleported[data-v-99df3909]{display:flex;align-items:center;gap:.75rem}.header-actions-teleported .nuna-button.secondary svg[data-v-99df3909]{margin-right:.25rem}.patient-header-card[data-v-99df3909]{background-color:var(--nuna-bg-card);border-radius:12px;padding:1.5rem 2rem;margin-bottom:2rem;border:1px solid var(--nuna-border-color);box-shadow:0 4px 12px #0000000d}.patient-header-card hr[data-v-99df3909]{border:0;border-top:1px solid var(--nuna-border-soft);margin:1rem 0}.header-main[data-v-99df3909],.header-details-actions[data-v-99df3909]{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:1rem}.header-info h1[data-v-99df3909]{margin:0 0 .25rem;font-size:2.2rem;color:var(--nuna-purple)}.header-info span[data-v-99df3909]{font-size:1rem;color:var(--nuna-text-secondary)}.header-status .status-badge[data-v-99df3909]{padding:6px 14px;border-radius:20px;font-weight:700;font-size:.9em;color:#fff;text-transform:uppercase}.status-badge.ativo[data-v-99df3909]{background-color:var(--nuna-status-green)}.status-badge.inativo[data-v-99df3909]{background-color:var(--nuna-disabled-text)}.status-badge.em-andamento[data-v-99df3909]{background-color:var(--nuna-status-yellow);color:var(--nuna-status-yellow-light-text)}.header-details[data-v-99df3909]{display:flex;flex-wrap:wrap;gap:.75rem 1.5rem;align-items:center;color:var(--nuna-text-secondary);font-size:.95rem}.header-details strong[data-v-99df3909]{color:var(--nuna-text-primary)}.header-actions[data-v-99df3909]{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:flex-end}.dashboard-layout[data-v-99df3909]{display:flex;gap:2rem;align-items:flex-start}.main-column[data-v-99df3909]{flex:1;min-width:65%;display:flex;flex-direction:column;gap:1.5rem}.sidebar-column[data-v-99df3909]{flex-basis:320px;flex-shrink:0;position:sticky;top:1.5rem;display:flex;flex-direction:column;gap:1.5rem}.phase-card[data-v-99df3909]{background-color:var(--nuna-bg-card);border:1px solid var(--nuna-border-color);border-radius:12px;box-shadow:0 2px 6px #0000000a}.phase-card__header[data-v-99df3909]{padding:1.5rem 1.5rem 1rem;border-bottom:1px solid var(--nuna-border-soft)}.phase-card__header h2[data-v-99df3909]{margin:0 0 .5rem;font-size:1.5rem;color:var(--nuna-purple)}.phase-card__header p[data-v-99df3909]{margin:0;color:var(--nuna-text-secondary);font-size:.95rem}.phase-card__content[data-v-99df3909]{padding:1.5rem}.phase-card__actions[data-v-99df3909]{display:flex;justify-content:flex-end;align-items:center;gap:1rem;padding-top:1rem;margin-top:1.5rem;border-top:1px solid var(--nuna-border-soft)}.action-cards-grid[data-v-99df3909]{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.action-card[data-v-99df3909]{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.25rem 1rem;border-radius:10px;text-decoration:none;transition:all .2s ease-in-out;cursor:pointer;box-shadow:0 1px 3px #0000000a;min-height:120px}.action-card[data-v-99df3909]:hover:not(.disabled-link){transform:translateY(-3px);box-shadow:0 6px 12px #00000014}.action-card--primary[data-v-99df3909]{background-color:var(--nuna-purple-light-bg);border:1px solid var(--nuna-purple-light-border)}.action-card--primary .card-icon[data-v-99df3909],.action-card--primary .card-title[data-v-99df3909]{color:var(--nuna-purple)}.action-card--secondary[data-v-99df3909]{background-color:var(--nuna-bg-card);border:1px solid var(--nuna-border-soft)}.action-card--secondary .card-icon[data-v-99df3909]{color:var(--nuna-text-secondary)}.action-card--secondary .card-title[data-v-99df3909]{color:var(--nuna-text-primary)}.action-card .card-icon[data-v-99df3909]{font-size:2.5em;margin-bottom:.75rem;display:flex;align-items:center;justify-content:center}.action-card .card-icon svg[data-v-99df3909]{width:1em;height:1em}.action-card .card-title[data-v-99df3909]{font-weight:700;font-size:1em;line-height:1.3;margin-bottom:.25rem;color:var(--nuna-text-primary);display:block;word-break:break-word}.action-card .card-subtitle[data-v-99df3909]{font-size:.8em;color:var(--nuna-text-secondary);line-height:1.4;display:block;word-break:break-word}.pii-summary-card[data-v-99df3909]{padding:1.5rem;background-color:#f8f9fa;border-radius:8px;border:1px solid #e9ecef;box-shadow:inset 0 1px 3px #00000008}.pii-summary-title[data-v-99df3909]{margin:0 0 1rem;font-size:1.15rem;font-weight:700;color:var(--nuna-purple);display:flex;align-items:center;gap:.75rem}.pii-summary-info[data-v-99df3909]{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.5rem 1rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px dashed var(--nuna-border-soft)}.pii-summary-info strong[data-v-99df3909]{color:var(--nuna-text-primary)}.pii-objectives-section h5[data-v-99df3909]{margin:1rem 0 .5rem;font-weight:600;color:var(--nuna-text-primary)}.pii-objectives-list[data-v-99df3909]{list-style:none;padding-left:0;margin:0}.pii-objectives-list li[data-v-99df3909]{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.25rem;font-size:.95rem;color:var(--nuna-text-secondary)}.list-bullet-icon[data-v-99df3909]{color:var(--nuna-purple);margin-top:.2em;flex-shrink:0}.empty-state-card[data-v-99df3909]{text-align:center;padding:2.5rem 1.5rem;background-color:var(--nuna-purple-light-bg);border:1px solid var(--nuna-purple-light-border);border-radius:12px;box-shadow:0 2px 8px #0000000d}.empty-state-card h4[data-v-99df3909]{margin:0 0 .5rem;color:var(--nuna-purple);font-size:1.25rem}.empty-state-card p[data-v-99df3909]{margin:0 0 1.5rem;color:var(--nuna-text-secondary);line-height:1.5;font-size:.95rem}.status-text[data-v-99df3909]{color:var(--nuna-text-secondary);margin:0 0 1.5rem;line-height:1.5}.sidebar-card[data-v-99df3909]{background-color:var(--nuna-bg-card);border:1px solid var(--nuna-border-color);border-radius:12px;padding:1.5rem;box-shadow:0 2px 6px #0000000a}.sidebar-card h4[data-v-99df3909]{margin:0 0 1.25rem;font-size:1.15rem;color:var(--nuna-purple);border-bottom:1px solid var(--nuna-border-soft);padding-bottom:.75rem}.sidebar-item[data-v-99df3909]{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid var(--nuna-border-soft);font-size:.95rem;color:var(--nuna-text-primary)}.sidebar-item[data-v-99df3909]:last-of-type{border-bottom:none}.sidebar-item span[data-v-99df3909]:first-child{font-weight:600;color:var(--nuna-text-primary)}.sidebar-card .button-link[data-v-99df3909]{margin-top:1.25rem;display:block;text-align:center;font-size:.9rem}.sidebar-card textarea[data-v-99df3909]{width:100%;min-height:100px;border:1px solid var(--nuna-border-color);border-radius:8px;padding:.75rem;font-family:Nunito,sans-serif;font-size:.95rem;margin-bottom:1rem;resize:vertical}.nuna-button[data-v-99df3909]{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.6rem 1.2rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;border:1px solid transparent;transition:all .2s ease;text-decoration:none}.nuna-button svg[data-v-99df3909]{margin-right:.25rem}.nuna-button.primary[data-v-99df3909]{background-color:var(--nuna-purple);color:var(--nuna-text-on-primary)}.nuna-button.primary[data-v-99df3909]:hover{background-color:var(--nuna-purple-hover)}.nuna-button.secondary[data-v-99df3909]{background-color:var(--nuna-bg-card);color:var(--nuna-text-primary);border-color:var(--nuna-border-color)}.nuna-button.secondary[data-v-99df3909]:hover{background-color:#f1f3f5}.nuna-button.large[data-v-99df3909]{padding:.8rem 1.5rem;font-size:1rem}.nuna-button.small[data-v-99df3909]{padding:.4rem .8rem;font-size:.8rem}.button-link[data-v-99df3909]{background:none;border:none;color:var(--nuna-purple);font-weight:600;cursor:pointer;text-decoration:none;padding:0;display:inline-flex;align-items:center;gap:.4rem;font-size:.9rem}.button-link[data-v-99df3909]:hover{text-decoration:underline}.button-link[data-v-99df3909]:disabled{color:var(--nuna-disabled-text);cursor:not-allowed;text-decoration:none}.button-link svg[data-v-99df3909]{margin-right:.25rem}@media (max-width: 992px){.dashboard-layout[data-v-99df3909]{flex-direction:column;gap:1.5rem}.main-column[data-v-99df3909]{min-width:unset;width:100%}.sidebar-column[data-v-99df3909]{position:static;width:100%;flex-basis:auto}.patient-header-card[data-v-99df3909]{padding:1.5rem}.header-main[data-v-99df3909],.header-details-actions[data-v-99df3909]{flex-direction:column;align-items:center;text-align:center}.header-details[data-v-99df3909]{flex-direction:column;gap:.5rem}.header-actions[data-v-99df3909]{flex-direction:column;align-items:stretch;width:100%}.nuna-button[data-v-99df3909]{width:100%}}@media (max-width: 768px){.patient-dashboard-page[data-v-99df3909]{padding:1rem}}.phase-card__content.no-padding[data-v-99df3909]{padding:0}.table-loading-state[data-v-99df3909],.table-empty-state[data-v-99df3909]{padding:2rem;text-align:center;color:var(--nuna-text-secondary);font-size:.95rem}.activities-table-wrapper[data-v-99df3909]{overflow-x:auto}.activities-table[data-v-99df3909]{width:100%;border-collapse:collapse;font-size:.9rem}.activities-table th[data-v-99df3909],.activities-table td[data-v-99df3909]{padding:1rem;text-align:left;border-bottom:1px solid var(--nuna-border-soft)}.activities-table thead th[data-v-99df3909]{background-color:#f8f9fa;color:var(--nuna-text-secondary);font-weight:600;text-transform:uppercase;font-size:.75rem;letter-spacing:.5px}.activities-table tbody tr:last-child td[data-v-99df3909]{border-bottom:none}.activities-table tbody tr[data-v-99df3909]:hover{background-color:var(--nuna-purple-light-bg)}.activities-table td[data-v-99df3909]{color:var(--nuna-text-primary)}.activity-status-badge[data-v-99df3909]{display:inline-block;padding:.25em .6em;font-size:.8em;font-weight:700;border-radius:12px;text-transform:uppercase;letter-spacing:.5px}.status-sent[data-v-99df3909]{background-color:var(--nuna-status-grey-bg);color:var(--nuna-status-grey-text)}.status-viewed[data-v-99df3909]{background-color:var(--nuna-status-green-bg);color:var(--nuna-status-green-text)}.status-expired[data-v-99df3909]{background-color:var(--nuna-status-red-bg);color:var(--nuna-status-red-text)}.historico-agendamentos-view-container[data-v-17bc2308]{background-color:var(--nuna-bg-light, #f7f7f9);padding:0 20px 20px;margin:0 auto;max-width:none;border-radius:0}.nuna-theme[data-v-17bc2308]{font-family:Nunito,sans-serif}.patient-name-highlight[data-v-17bc2308]{background-color:var(--nuna-bg-card, #ffffff);padding:15px 20px;margin-bottom:20px;border-radius:8px;border:1px solid var(--nuna-border-color, #dee2e6);box-shadow:0 2px 8px #00000012;font-size:1.1rem;color:var(--nuna-text-primary, #4A044E);display:flex;align-items:center;gap:8px}.patient-name-highlight strong[data-v-17bc2308]{font-size:1.3rem;font-weight:700;color:var(--nuna-purple, #6a1b9a)}.patient-name-highlight span[data-v-17bc2308]{font-weight:600;color:var(--nuna-text-secondary, #5f5a6d)}.loading-indicator[data-v-17bc2308],.error-message[data-v-17bc2308],.info-message[data-v-17bc2308]{padding:1rem;margin:1.5rem 0;border-radius:6px;text-align:center;border:1px solid}.loading-indicator[data-v-17bc2308]{background-color:#e3f2fd;color:#0d47a1;border-color:#bbdefb}.error-message[data-v-17bc2308]{background-color:#f8d7da;color:#721c24;border-color:#f5c6cb}.info-message[data-v-17bc2308]{background-color:#e2e3e5;color:#383d41;border-color:#d6d8db}.appointments-list-container[data-v-17bc2308]{margin-top:1.5rem;background-color:var(--nuna-bg-card, #fff);padding:1.5rem;border-radius:8px;box-shadow:0 2px 8px #00000012}.appointments-table[data-v-17bc2308]{width:100%;border-collapse:collapse}.appointments-table th[data-v-17bc2308],.appointments-table td[data-v-17bc2308]{padding:10px 12px;text-align:left;border-bottom:1px solid var(--nuna-border-color, #e9ecef);font-size:.95em}.appointments-table th[data-v-17bc2308]{background-color:#f8f9fa;color:var(--nuna-text-secondary);font-weight:600}.appointments-table tbody tr[data-v-17bc2308]:hover{background-color:#f1f3f5}.pii-status[data-v-17bc2308]{font-size:.85em;color:#495057;display:block;max-width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.actions-cell[data-v-17bc2308]{text-align:right;width:80px}.button-icon[data-v-17bc2308]{padding:6px 8px}.button-edit-item[data-v-17bc2308]{color:var(--nuna-purple, #6a1b9a);background-color:transparent;border:1px solid transparent}.button-edit-item[data-v-17bc2308]:hover{background-color:#6a1b9a1a;border-color:#6a1b9a33}.nuna-button-style[data-v-17bc2308]{background-color:var(--nuna-button-secondary-bg, #f8f9fa);color:var(--nuna-text-secondary, #5f5a6d);border:1px solid var(--nuna-border-color-light, #e0d8ed);padding:.5rem .875rem;border-radius:8px;font-weight:600;font-size:.875rem;transition:all .2s ease;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem}.nuna-button-style[data-v-17bc2308]:hover{background-color:var(--nuna-purple-lightest, #f4effa);border-color:var(--nuna-purple, #9c89b8);color:var(--nuna-purple)}.nuna-button-style.secondary[data-v-17bc2308]{background-color:var(--nuna-button-secondary-bg, #f8f9fa);color:var(--nuna-text-secondary, #5f5a6d);border-color:var(--nuna-border-color-light, #e0d8ed)}.nuna-button-style.secondary[data-v-17bc2308]:hover{background-color:var(--nuna-purple-lightest, #f4effa);border-color:var(--nuna-purple, #9c89b8);color:var(--nuna-purple)}.button-icon-style[data-v-17bc2308]{width:1.1em;height:1.1em}@media (max-width: 768px){.historico-agendamentos-view-container[data-v-17bc2308]{padding:0 12px 12px}.patient-name-highlight[data-v-17bc2308]{font-size:1rem;padding:12px 15px;margin-bottom:15px}.patient-name-highlight strong[data-v-17bc2308]{font-size:1.1rem}.appointments-table[data-v-17bc2308]{display:block;overflow-x:auto;white-space:nowrap}.appointments-table th[data-v-17bc2308],.appointments-table td[data-v-17bc2308]{font-size:.85em;padding:6px 8px}.appointments-list-container[data-v-17bc2308]{padding:1rem}}.nuna-anamnese-view[data-v-2836a7ea]{font-family:Nunito,sans-serif;background-color:var(--nuna-bg-light);padding:.5rem 2.5rem 2rem;max-width:1280px;margin:2rem auto;border-radius:16px;box-shadow:0 4px 20px #0000000d}.loading-indicator[data-v-2836a7ea],.error-message[data-v-2836a7ea]{display:flex;align-items:center;justify-content:center;gap:1rem;padding:2.5rem 1rem;font-size:1.1rem;font-weight:500;border-radius:8px;margin:2rem 0;background-color:var(--nuna-grey-lightest);color:var(--nuna-text-secondary)}.error-message[data-v-2836a7ea]{color:var(--nuna-status-red-text);background-color:var(--nuna-status-red-bg);border:1px solid var(--nuna-status-red-border)}.spinner-icon[data-v-2836a7ea]{animation:spin-2836a7ea 1.5s linear infinite;height:1.8em;width:1.8em;color:var(--nuna-purple)}.message-icon[data-v-2836a7ea]{height:1.8em;width:1.8em;color:var(--nuna-status-red-text)}@keyframes spin-2836a7ea{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.patient-name-highlight-bar[data-v-2836a7ea]{text-align:center;padding:1rem 1.5rem;background-color:var(--nuna-bg-card, #FFFFFF);border:1px solid var(--nuna-border-color, #E5E7EB);border-radius:12px;box-shadow:0 2px 6px #0000000d;margin-bottom:2rem;display:flex;justify-content:center;align-items:center;min-height:50px}.patient-name-anamnese[data-v-2836a7ea]{font-size:1.6rem;font-weight:700;color:var(--nuna-purple, #6A1B9A);margin:0;line-height:1.2}.patient-name-anamnese span[data-v-2836a7ea]{font-size:.9em;font-weight:500;color:var(--nuna-text-secondary, #6B7280);margin-left:.5rem}.anamnese-form[data-v-2836a7ea]{display:flex;flex-direction:column}.form-section[data-v-2836a7ea]{background-color:var(--nuna-bg-page);border:1px solid var(--nuna-border-soft);border-radius:12px;padding:1.5rem 2rem;margin-bottom:2rem}.form-section h3[data-v-2836a7ea]{color:var(--nuna-purple);font-size:1.5rem;font-weight:600;margin:0 0 1.5rem;padding-bottom:.75rem;border-bottom:1px solid var(--nuna-border-color);display:flex;align-items:center;position:relative}.form-section h4[data-v-2836a7ea]{color:var(--nuna-text-primary);font-weight:600;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px dashed var(--nuna-border-color);font-size:1.1em}.dirty-indicator[data-v-2836a7ea]{color:var(--nuna-orange);font-weight:700;margin-left:.5rem;cursor:help;font-size:1.2rem;position:absolute;right:0;top:50%;transform:translateY(-50%)}.form-grid[data-v-2836a7ea]{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem 2rem}.half-width[data-v-2836a7ea],.one-third-width[data-v-2836a7ea]{grid-column:span 1}.two-thirds-width[data-v-2836a7ea]{grid-column:span 2}@media (min-width: 1025px){.form-section:nth-of-type(1) .form-grid[data-v-2836a7ea]{grid-template-columns:repeat(3,1fr)}.form-section:nth-of-type(1) .form-group[data-v-2836a7ea]:nth-child(1),.form-section:nth-of-type(1) .form-group[data-v-2836a7ea]:nth-child(2),.form-section:nth-of-type(1) .form-group[data-v-2836a7ea]:nth-child(3){grid-column:span 1}.form-section:nth-of-type(1) .form-group[data-v-2836a7ea]:nth-child(4),.form-section:nth-of-type(1) .form-group[data-v-2836a7ea]:nth-child(5),.form-section:nth-of-type(1) .form-group[data-v-2836a7ea]:nth-child(6){grid-column:span 1}.form-section:nth-of-type(1) .form-group.half-width[data-v-2836a7ea]{grid-column:span 1}.form-section:nth-of-type(1) .form-group.full-width[data-v-2836a7ea]{grid-column:1 / -1}.form-section:nth-of-type(2) .form-grid[data-v-2836a7ea]{grid-template-columns:repeat(3,1fr)}.form-section:nth-of-type(2) .form-group.one-third-width[data-v-2836a7ea]{grid-column:span 1}.form-section:nth-of-type(2) .form-grid[data-v-2836a7ea]>*:not(.one-third-width,.full-width){grid-column:auto}.form-section:nth-of-type(5) .form-grid[data-v-2836a7ea]{grid-template-columns:repeat(2,1fr)}.form-section:nth-of-type(5) .form-group.half-width[data-v-2836a7ea]{grid-column:span 1}.form-section:nth-of-type(5) .form-group.full-width[data-v-2836a7ea]{grid-column:1 / -1}.form-section:nth-of-type(6) .form-grid[data-v-2836a7ea]{grid-template-columns:repeat(3,1fr)}.form-section:nth-of-type(6) .form-group.one-third-width[data-v-2836a7ea]{grid-column:span 1}.form-section:nth-of-type(6) .form-group.two-thirds-width[data-v-2836a7ea]{grid-column:span 2}.form-section:nth-of-type(8) .form-grid[data-v-2836a7ea]{grid-template-columns:repeat(3,1fr)}.form-section:nth-of-type(8) .form-group.one-third-width[data-v-2836a7ea]{grid-column:span 1}.form-section:nth-of-type(8) .form-group.two-thirds-width[data-v-2836a7ea]{grid-column:span 2}.form-section:nth-of-type(8) .form-group.half-width[data-v-2836a7ea]{grid-column:span 1}.form-section:nth-of-type(9) .form-grid[data-v-2836a7ea]{grid-template-columns:repeat(3,1fr)}.form-section:nth-of-type(9) .form-group.one-third-width[data-v-2836a7ea]{grid-column:span 1}.form-section:nth-of-type(11) .form-grid[data-v-2836a7ea]{grid-template-columns:repeat(2,1fr)}.form-section:nth-of-type(11) .form-group.half-width[data-v-2836a7ea]{grid-column:span 1}}.form-group[data-v-2836a7ea]{margin-bottom:0}.full-width[data-v-2836a7ea]{grid-column:1 / -1}.form-group label[data-v-2836a7ea]{display:block;margin-bottom:.6rem;font-weight:600;color:var(--nuna-text-primary);font-size:.95rem}.no-wrap-label[data-v-2836a7ea]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.required-indicator[data-v-2836a7ea]{color:var(--nuna-status-red-text);font-weight:700;margin-right:4px}.form-group input[type=text][data-v-2836a7ea],.form-group input[type=tel][data-v-2836a7ea],.form-group input[type=date][data-v-2836a7ea],.form-group textarea[data-v-2836a7ea]{width:100%;padding:.75rem 1rem;border:1px solid var(--nuna-border-color);border-radius:8px;font-size:1em;transition:all .2s ease;background-color:var(--nuna-bg-input);color:var(--nuna-text-primary);font-family:inherit;box-sizing:border-box}.form-group textarea[data-v-2836a7ea]{resize:vertical;min-height:80px;line-height:1.5}.form-group input[data-v-2836a7ea]:focus,.form-group textarea[data-v-2836a7ea]:focus{outline:none;border-color:var(--nuna-purple);box-shadow:0 0 0 3px var(--nuna-purple-focus-shadow)}.form-group input[data-v-2836a7ea]:disabled,.form-group textarea[data-v-2836a7ea]:disabled{background-color:var(--nuna-disabled-bg);color:var(--nuna-disabled-text);cursor:not-allowed;opacity:.8}.radio-group[data-v-2836a7ea],.checkbox-group[data-v-2836a7ea]{display:flex;flex-wrap:wrap;gap:.75rem 1.5rem;background-color:var(--nuna-grey-lightest);padding:1rem 1.25rem;border-radius:8px;border:1px solid var(--nuna-border-soft)}.radio-group label[data-v-2836a7ea],.checkbox-group label[data-v-2836a7ea]{display:flex;align-items:center;cursor:pointer;font-weight:400;color:var(--nuna-text-primary);font-size:.95rem;margin-bottom:0}.radio-group input[type=radio][data-v-2836a7ea],.checkbox-group input[type=checkbox][data-v-2836a7ea]{margin-right:.6rem;accent-color:var(--nuna-purple);width:1.15em;height:1.15em;flex-shrink:0;cursor:pointer}.radio-group input[type=radio][data-v-2836a7ea]:disabled,.checkbox-group input[type=checkbox][data-v-2836a7ea]:disabled{cursor:not-allowed;opacity:.7}.nuna-button[data-v-2836a7ea]{padding:.7rem 1.4rem;border:1px solid transparent;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.6rem;transition:all .2s ease-in-out;font-family:inherit;white-space:nowrap}.nuna-button[data-v-2836a7ea]:disabled{background-color:var(--nuna-disabled-bg)!important;color:var(--nuna-disabled-text)!important;border-color:var(--nuna-border-color)!important;box-shadow:none!important;cursor:not-allowed;transform:none!important}.nuna-button .button-icon[data-v-2836a7ea]{width:1.2em;height:1.2em}.nuna-button[data-v-2836a7ea]:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.nuna-button.primary[data-v-2836a7ea]{background-color:var(--nuna-purple);color:var(--nuna-text-on-primary)}.nuna-button.primary[data-v-2836a7ea]:hover:not(:disabled){background-color:var(--nuna-purple-hover)}.nuna-button.secondary[data-v-2836a7ea]{background-color:var(--nuna-button-secondary-bg);color:var(--nuna-button-secondary-text);border-color:var(--nuna-button-secondary-border)}.nuna-button.secondary[data-v-2836a7ea]:hover:not(:disabled){background-color:var(--nuna-button-secondary-hover-bg)}.button-icon.spin[data-v-2836a7ea]{animation:spin-2836a7ea 1.5s linear infinite}.footer-info-legacy[data-v-2836a7ea]{font-size:.85em;color:var(--nuna-text-secondary);line-height:1.5;margin-top:30px;padding:20px 25px;border-top:1px solid var(--nuna-border-color);text-align:left;background-color:var(--nuna-bg-page);border-radius:0 0 16px 16px}.footer-info-legacy p[data-v-2836a7ea]{margin-bottom:8px}.footer-info-legacy p[data-v-2836a7ea]:last-child{margin-bottom:0;font-weight:700;color:var(--nuna-text-primary)}.form-section-footer[data-v-2836a7ea]{padding-top:1.5rem;margin-top:-1rem}@media (max-width: 1024px){.nuna-anamnese-view[data-v-2836a7ea]{padding:1rem;margin:1rem auto}.form-grid[data-v-2836a7ea]{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}.form-section[data-v-2836a7ea]{padding:1.25rem 1.5rem}.form-section h3[data-v-2836a7ea]{font-size:1.3rem}.patient-name-anamnese[data-v-2836a7ea]{font-size:1.4rem}.patient-name-anamnese span[data-v-2836a7ea]{font-size:.8em}.half-width[data-v-2836a7ea],.one-third-width[data-v-2836a7ea],.two-thirds-width[data-v-2836a7ea]{grid-column:auto!important}.form-section:nth-of-type(1) .form-grid[data-v-2836a7ea],.form-section:nth-of-type(5) .form-grid[data-v-2836a7ea]{grid-template-columns:1fr}.no-wrap-label[data-v-2836a7ea]{white-space:normal;text-overflow:clip}}@media (max-width: 768px){.nuna-anamnese-view[data-v-2836a7ea]{padding:.75rem;margin:.5rem auto;border-radius:8px}.form-section[data-v-2836a7ea]{padding:1rem;margin-bottom:1.5rem}.form-section h3[data-v-2836a7ea]{font-size:1.2rem;margin-bottom:1rem}.form-group label[data-v-2836a7ea]{font-size:.9rem}.form-group input[data-v-2836a7ea],.form-group textarea[data-v-2836a7ea]{padding:.6rem .8rem;font-size:.95em}.radio-group[data-v-2836a7ea],.checkbox-group[data-v-2836a7ea]{flex-direction:column;gap:.5rem;padding:.75rem 1rem}.nuna-button[data-v-2836a7ea]{padding:.5rem 1rem;font-size:.9rem;border-radius:6px;gap:.4rem}.nuna-button .button-icon[data-v-2836a7ea]{width:1em;height:1em}.footer-info-legacy[data-v-2836a7ea]{font-size:.75em;padding:15px}.patient-name-highlight-bar[data-v-2836a7ea]{padding:1rem;margin-bottom:1.5rem}.patient-name-anamnese[data-v-2836a7ea]{font-size:1.2rem}.patient-name-anamnese span[data-v-2836a7ea]{font-size:.8em}}.nuna-theme[data-v-6d85d205]{--nuna-purple: #866AB0;--nuna-purple-hover: #6c548e;--nuna-purple-light-bg: #f5f2fa;--nuna-purple-light-border: #d9d1e8;--nuna-purple-focus-shadow: rgba(134, 106, 176, .25);--nuna-text-primary: #212529;--nuna-text-secondary: #6c757d;--nuna-text-on-primary: #ffffff;--nuna-bg-light: #f8f9fa;--nuna-bg-page: #ffffff;--nuna-border-color: #dee2e6;--nuna-border-soft: #e9ecef;--nuna-status-red: #dc3545;--nuna-status-red-bg: #ffebee;--nuna-status-red-border: #ffcdd2;--nuna-status-red-text: #c62828;--nuna-status-green: #28a745;--nuna-status-green-bg: #e8f5e9;--nuna-status-green-border: #c8e6c9;--nuna-status-green-text: #155724;--nuna-status-yellow: #ffc107;--nuna-status-yellow-light-bg: #fff8e1;--nuna-status-yellow-light-border: #ffecb3;--nuna-status-yellow-light-text: #856404;--nuna-info-bg: #e0f7fa;--nuna-info-border: #b2ebf2;--nuna-info-text: #00838f;--nuna-tag-blue-bg: #e3f2fd;--nuna-tag-blue-text: #0d47a1;--nuna-tag-orange-bg: #fff3e0;--nuna-tag-orange-text: #e65100;--nuna-button-secondary-bg: #f8f9fa;--nuna-button-secondary-text: #495057;--nuna-button-secondary-border: #ced4da;--nuna-button-secondary-hover-bg: #e9ecef;--nuna-disabled-bg: #e9ecef;--nuna-disabled-text: #adb5bd;--nuna-status-active: #40e0d0;--nuna-status-inactive: #adb5bd;--nuna-status-em-andamento: #ffc107}.nuna-rastreio-view[data-v-6d85d205]{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:var(--nuna-bg-light);padding:1.5rem 2.5rem 2rem;max-width:1200px;margin:2rem auto;border-radius:16px;box-shadow:0 8px 16px #0000000d}.loading-indicator[data-v-6d85d205],.error-message[data-v-6d85d205],.info-message[data-v-6d85d205],.empty-state[data-v-6d85d205]{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1.5rem;font-size:1rem;font-weight:500;border-radius:8px;margin:2rem 0}.loading-indicator[data-v-6d85d205]{color:var(--nuna-text-secondary);background-color:var(--nuna-bg-page)}.error-message[data-v-6d85d205]{color:var(--nuna-status-red-text);background-color:var(--nuna-status-red-bg);border:1px solid var(--nuna-status-red-border)}.info-message.warning[data-v-6d85d205]{color:var(--nuna-status-yellow-light-text);background-color:var(--nuna-status-yellow-light-bg);border:1px solid var(--nuna-status-yellow-light-border)}.info-message.success[data-v-6d85d205]{color:var(--nuna-status-green-text);background-color:var(--nuna-status-green-bg);border:1px solid var(--nuna-status-green-border)}.info-message[data-v-6d85d205]{color:var(--nuna-info-text);background-color:var(--nuna-info-bg);border:1px solid var(--nuna-info-border)}.empty-state[data-v-6d85d205]{padding:3rem;background-color:#fff;border:1.5px dashed var(--nuna-border-color);text-align:center;flex-direction:column;border-radius:12px}.spinner-icon[data-v-6d85d205],.button-icon.spin[data-v-6d85d205]{animation:spin-6d85d205 1.5s linear infinite}.spinner-icon[data-v-6d85d205]{height:2em;width:2em}.message-icon[data-v-6d85d205],.empty-icon[data-v-6d85d205]{height:1.5em;width:1.5em}@keyframes spin-6d85d205{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.header-actions-teleported[data-v-6d85d205]{display:flex;gap:.75rem;align-items:center}.header-actions-teleported .nuna-button .button-icon[data-v-6d85d205]{width:1.1em;height:1.1em;margin-right:.3em}.nuna-button[data-v-6d85d205]{padding:.65rem 1.25rem;border:1px solid transparent;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s ease-in-out}.nuna-button[data-v-6d85d205]:hover:not(:disabled){transform:translateY(-2px)}.nuna-button .button-icon[data-v-6d85d205]{width:1.2em;height:1.2em}.nuna-button.primary[data-v-6d85d205]{background-color:var(--nuna-purple);color:var(--nuna-text-on-primary)}.nuna-button.primary[data-v-6d85d205]:hover:not(:disabled){background-color:var(--nuna-purple-hover)}.nuna-button.secondary[data-v-6d85d205]{background-color:var(--nuna-button-secondary-bg);color:var(--nuna-button-secondary-text);border-color:var(--nuna-button-secondary-border)}.nuna-button.secondary[data-v-6d85d205]:hover:not(:disabled){background-color:var(--nuna-button-secondary-hover-bg)}.nuna-button[data-v-6d85d205]:disabled{background-color:var(--nuna-disabled-bg)!important;color:var(--nuna-disabled-text)!important;border-color:transparent!important;box-shadow:none!important;cursor:not-allowed}.patient-header-card[data-v-6d85d205]{background-color:var(--nuna-bg-page);border-radius:12px;padding:1.5rem 2rem;margin-bottom:2rem;border:1px solid var(--nuna-border-color);box-shadow:0 4px 12px #0000000d}.patient-header-card hr[data-v-6d85d205]{border:0;border-top:1px solid var(--nuna-border-soft);margin:1rem 0}.patient-header-card .header-main[data-v-6d85d205],.patient-header-card .header-details-actions[data-v-6d85d205]{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:1rem}.patient-header-card .header-info h1[data-v-6d85d205]{margin:0 0 .25rem;font-size:2.2rem;color:var(--nuna-purple)}.patient-header-card .header-info span[data-v-6d85d205]{font-size:1rem;color:var(--nuna-text-secondary)}.patient-header-card .header-status .status-badge[data-v-6d85d205]{padding:6px 14px;border-radius:20px;font-weight:700;font-size:.9em;color:#fff;text-transform:uppercase}.patient-header-card .status-badge.ativo[data-v-6d85d205]{background-color:var(--nuna-status-green)}.patient-header-card .status-badge.inativo[data-v-6d85d205]{background-color:var(--nuna-disabled-text)}.patient-header-card .status-badge.em-andamento[data-v-6d85d205]{background-color:var(--nuna-status-yellow);color:var(--nuna-status-yellow-light-text)}.patient-header-card .header-details[data-v-6d85d205]{display:flex;flex-wrap:wrap;gap:.75rem 1.5rem;align-items:center;color:var(--nuna-text-secondary);font-size:.95rem}.patient-header-card .header-details strong[data-v-6d85d205]{color:var(--nuna-text-primary)}.patient-header-card .header-actions[data-v-6d85d205]{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:flex-end}.rastreio-form[data-v-6d85d205]{margin-top:0;display:flex;flex-direction:column;gap:2rem}.form-section[data-v-6d85d205]{background-color:var(--nuna-bg-page);border:1px solid var(--nuna-border-soft);border-radius:12px;padding:1.5rem 2rem;margin-bottom:2rem}.form-section h3[data-v-6d85d205]{color:var(--nuna-purple);font-size:1.4rem;font-weight:600;margin:0 0 1.5rem;padding-bottom:.75rem;border-bottom:1px solid var(--nuna-border-color)}.form-group[data-v-6d85d205]{margin-bottom:1.5rem}.form-label[data-v-6d85d205]{display:block;margin-bottom:.5rem;font-weight:600;color:var(--nuna-text-primary);font-size:.9rem}.form-input[data-v-6d85d205],.form-select[data-v-6d85d205],.form-textarea[data-v-6d85d205]{font-family:Nunito,sans-serif;width:100%;padding:.6rem .75rem;border:1px solid var(--nuna-border-color);border-radius:6px;font-size:.95em;transition:all .2s ease;line-height:1.6}.form-input[data-v-6d85d205]:focus,.form-select[data-v-6d85d205]:focus,.form-textarea[data-v-6d85d205]:focus{outline:none;border-color:var(--nuna-purple);box-shadow:0 0 0 3px var(--nuna-purple-focus-shadow)}.form-textarea[data-v-6d85d205]{resize:vertical;min-height:90px}.form-section-footer[data-v-6d85d205]{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--nuna-border-soft)}.checkbox-item-nuna[data-v-6d85d205]{display:flex;align-items:center;gap:.75rem;cursor:pointer}.checkbox-item-nuna input[type=checkbox][data-v-6d85d205]{width:1.1rem;height:1.1rem;accent-color:var(--nuna-purple);flex-shrink:0}.checkbox-item-nuna span[data-v-6d85d205]{font-weight:500;color:var(--nuna-text-primary)}.checkbox-item-nuna em[data-v-6d85d205]{font-style:italic;color:var(--nuna-text-secondary);font-size:.9em}.last-updated-info[data-v-6d85d205]{font-size:.85em;color:var(--nuna-text-secondary);text-align:right}.rastreio-form .info-message[data-v-6d85d205],.rastreio-form .error-message[data-v-6d85d205]{margin-bottom:1.5rem}@media (max-width: 992px){.nuna-rastreio-view[data-v-6d85d205]{padding:1.5rem}.patient-header-card[data-v-6d85d205]{padding:1rem 1.5rem}.patient-header-card .header-main[data-v-6d85d205],.patient-header-card .header-details-actions[data-v-6d85d205]{flex-direction:column;align-items:center;text-align:center}.patient-header-card .header-actions[data-v-6d85d205]{flex-direction:column;align-items:stretch;width:100%}.patient-header-card .nuna-button[data-v-6d85d205]{width:100%}.form-section[data-v-6d85d205]{padding:1.25rem 1.5rem}}@media (max-width: 768px){.nuna-rastreio-view[data-v-6d85d205]{padding:1rem;margin:1rem auto}.patient-header-card[data-v-6d85d205]{padding:1rem}.patient-header-card .header-info h1[data-v-6d85d205]{font-size:1.8rem}.patient-header-card .header-info span[data-v-6d85d205]{font-size:.9rem}.patient-header-card .header-details span[data-v-6d85d205]{font-size:.85rem}.form-section h3[data-v-6d85d205]{font-size:1.2rem}}.nuna-theme[data-v-00bb9a32]{--nuna-purple: #866AB0;--nuna-purple-hover: #6c548e;--nuna-purple-light-bg: #f5f2fa;--nuna-purple-light-border: #d9d1e8;--nuna-purple-focus-shadow: rgba(134, 106, 176, .25);--nuna-text-primary: #212529;--nuna-text-secondary: #6c757d;--nuna-text-on-primary: #ffffff;--nuna-bg-light: #f8f9fa;--nuna-bg-page: #ffffff;--nuna-border-color: #dee2e6;--nuna-border-soft: #e9ecef;--nuna-status-red: #dc3545;--nuna-status-red-bg: #ffebee;--nuna-status-red-border: #ffcdd2;--nuna-status-red-text: #c62828;--nuna-status-green: #28a745;--nuna-status-green-bg: #e8f5e9;--nuna-status-green-border: #c8e6c9;--nuna-status-green-text: #155724;--nuna-status-yellow: #ffc107;--nuna-status-yellow-light-bg: #fff8e1;--nuna-status-yellow-light-border: #ffecb3;--nuna-status-yellow-light-text: #856404;--nuna-info-bg: #e0f7fa;--nuna-info-border: #b2ebf2;--nuna-info-text: #00838f;--nuna-button-secondary-bg: #f8f9fa;--nuna-button-secondary-text: #495057;--nuna-button-secondary-border: #ced4da;--nuna-button-secondary-hover-bg: #e9ecef;--nuna-disabled-bg: #e9ecef;--nuna-disabled-text: #adb5bd}.nuna-rastreio-view[data-v-00bb9a32]{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:var(--nuna-bg-light);padding:1.5rem 2.5rem 2rem;max-width:1200px;margin:2rem auto;border-radius:16px;box-shadow:0 8px 16px #0000000d}.loading-indicator[data-v-00bb9a32],.error-message[data-v-00bb9a32],.info-message[data-v-00bb9a32]{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1.5rem;font-size:1rem;font-weight:500;border-radius:8px;margin:2rem 0}.loading-indicator[data-v-00bb9a32]{color:var(--nuna-text-secondary);background-color:var(--nuna-bg-page)}.error-message[data-v-00bb9a32]{color:var(--nuna-status-red-text);background-color:var(--nuna-status-red-bg);border:1px solid var(--nuna-status-red-border)}.info-message.warning[data-v-00bb9a32]{color:var(--nuna-status-yellow-light-text);background-color:var(--nuna-status-yellow-light-bg);border:1px solid var(--nuna-status-yellow-light-border)}.info-message.success[data-v-00bb9a32]{color:var(--nuna-status-green-text);background-color:var(--nuna-status-green-bg);border:1px solid var(--nuna-status-green-border)}.info-message[data-v-00bb9a32]{color:var(--nuna-info-text);background-color:var(--nuna-info-bg);border:1px solid var(--nuna-info-border)}.spinner-icon[data-v-00bb9a32],.button-icon.spin[data-v-00bb9a32]{animation:spin-00bb9a32 1.5s linear infinite}.spinner-icon[data-v-00bb9a32]{height:2em;width:2em}.message-icon[data-v-00bb9a32],.empty-icon[data-v-00bb9a32]{height:1.5em;width:1.5em}@keyframes spin-00bb9a32{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.header-actions-teleported[data-v-00bb9a32]{display:flex;gap:.75rem;align-items:center}.header-actions-teleported .nuna-button .button-icon[data-v-00bb9a32]{width:1.1em;height:1.1em;margin-right:.3em}.nuna-button[data-v-00bb9a32]{padding:.65rem 1.25rem;border:1px solid transparent;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s ease-in-out}.nuna-button[data-v-00bb9a32]:hover:not(:disabled){transform:translateY(-2px)}.nuna-button .button-icon[data-v-00bb9a32]{width:1.2em;height:1.2em}.nuna-button.primary[data-v-00bb9a32]{background-color:var(--nuna-purple);color:var(--nuna-text-on-primary)}.nuna-button.primary[data-v-00bb9a32]:hover:not(:disabled){background-color:var(--nuna-purple-hover)}.nuna-button.secondary[data-v-00bb9a32]{background-color:var(--nuna-button-secondary-bg);color:var(--nuna-button-secondary-text);border-color:var(--nuna-button-secondary-border)}.nuna-button.secondary[data-v-00bb9a32]:hover:not(:disabled){background-color:var(--nuna-button-secondary-hover-bg)}.nuna-button[data-v-00bb9a32]:disabled{background-color:var(--nuna-disabled-bg)!important;color:var(--nuna-disabled-text)!important;border-color:transparent!important;box-shadow:none!important;cursor:not-allowed}.nuna-button-icon[data-v-00bb9a32]{background:none;border:none;padding:.5rem;border-radius:50%;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background-color .2s}.nuna-button-icon[data-v-00bb9a32]:hover:not(:disabled){background-color:var(--nuna-border-soft)}.nuna-button-icon .button-icon[data-v-00bb9a32]{width:1.25rem;height:1.25rem;color:var(--nuna-text-secondary)}.nuna-button-icon.danger .button-icon[data-v-00bb9a32]{color:var(--nuna-status-red)}.nuna-button-icon.danger[data-v-00bb9a32]:hover:not(:disabled){background-color:var(--nuna-status-red-bg)}.nuna-button-icon:disabled .button-icon[data-v-00bb9a32]{color:var(--nuna-disabled-text)}.patient-header-card[data-v-00bb9a32]{background-color:var(--nuna-bg-page);border-radius:12px;padding:1.5rem 2rem;margin-bottom:2rem;border:1px solid var(--nuna-border-color);box-shadow:0 4px 12px #0000000d}.patient-header-card hr[data-v-00bb9a32]{border:0;border-top:1px solid var(--nuna-border-soft);margin:1rem 0}.patient-header-card .header-main[data-v-00bb9a32],.patient-header-card .header-details-actions[data-v-00bb9a32]{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:1rem}.patient-header-card .header-details[data-v-00bb9a32]{display:flex;flex-wrap:wrap;gap:.75rem 1.5rem;align-items:center;color:var(--nuna-text-secondary);font-size:.95rem}.patient-header-card .header-details strong[data-v-00bb9a32]{color:var(--nuna-text-primary)}.patient-header-card .header-info h1[data-v-00bb9a32]{margin:0 0 .25rem;font-size:2.2rem;color:var(--nuna-purple)}.patient-header-card .header-info span[data-v-00bb9a32]{font-size:1rem;color:var(--nuna-text-secondary)}.patient-header-card .header-status .status-badge[data-v-00bb9a32]{padding:6px 14px;border-radius:20px;font-weight:700;font-size:.9em;color:#fff;text-transform:uppercase}.patient-header-card .status-badge.ativo[data-v-00bb9a32]{background-color:var(--nuna-status-green)}.patient-header-card .status-badge.inativo[data-v-00bb9a32]{background-color:var(--nuna-disabled-text)}.patient-header-card .status-badge.em-andamento[data-v-00bb9a32]{background-color:var(--nuna-status-yellow);color:var(--nuna-status-yellow-light-text)}.form-section[data-v-00bb9a32]{background-color:var(--nuna-bg-page);border:1px solid var(--nuna-border-soft);border-radius:12px;padding:1.5rem 2rem;margin-bottom:2rem}.form-section h3[data-v-00bb9a32]{color:var(--nuna-purple);font-size:1.4rem;font-weight:600;margin:0 0 .5rem;padding-bottom:.75rem;border-bottom:1px solid var(--nuna-border-color)}.form-section .section-subtitle[data-v-00bb9a32]{font-size:.95rem;color:var(--nuna-text-secondary);margin-top:-.5rem;margin-bottom:1.5rem}.upload-feedback[data-v-00bb9a32]{margin-top:1.5rem}.empty-state-local[data-v-00bb9a32]{padding:2rem;background-color:var(--nuna-bg-light);border:1.5px dashed var(--nuna-border-color);text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;border-radius:12px}.empty-state-local .empty-icon[data-v-00bb9a32]{width:2rem;height:2rem;color:var(--nuna-text-secondary)}.empty-state-local h4[data-v-00bb9a32]{font-size:1.1rem;color:var(--nuna-text-primary);margin:.5rem 0 .25rem}.empty-state-local p[data-v-00bb9a32]{font-size:.9rem;color:var(--nuna-text-secondary);margin:0;max-width:80%}.assessments-table-container[data-v-00bb9a32]{overflow-x:auto}.nuna-table[data-v-00bb9a32]{width:100%;border-collapse:collapse;margin-top:1rem}.nuna-table th[data-v-00bb9a32],.nuna-table td[data-v-00bb9a32]{padding:1rem 1.25rem;text-align:left;border-bottom:1px solid var(--nuna-border-soft);font-size:.9rem;vertical-align:middle}.nuna-table th[data-v-00bb9a32]{background-color:var(--nuna-bg-light);font-weight:600;color:var(--nuna-text-primary);white-space:nowrap}.nuna-table td[data-v-00bb9a32]{color:var(--nuna-text-secondary);word-break:break-word}.nuna-table tbody tr:last-child td[data-v-00bb9a32]{border-bottom:none}.nuna-table tbody tr[data-v-00bb9a32]:hover{background-color:var(--nuna-purple-light-bg)}.nuna-table td a[data-v-00bb9a32]{color:var(--nuna-purple);text-decoration:none;font-weight:600}.nuna-table td a[data-v-00bb9a32]:hover{text-decoration:underline}.nuna-table td[data-v-00bb9a32]:last-child{text-align:center;width:80px}@media (max-width: 992px){.nuna-rastreio-view[data-v-00bb9a32]{padding:1.5rem}.patient-header-card[data-v-00bb9a32]{padding:1rem 1.5rem}.patient-header-card .header-main[data-v-00bb9a32]{flex-direction:column;align-items:center;text-align:center}.form-section[data-v-00bb9a32]{padding:1.25rem 1.5rem}}@media (max-width: 768px){.nuna-rastreio-view[data-v-00bb9a32]{padding:1rem;margin:1rem auto}.patient-header-card[data-v-00bb9a32]{padding:1rem}.patient-header-card .header-info h1[data-v-00bb9a32]{font-size:1.8rem}.patient-header-card .header-info span[data-v-00bb9a32]{font-size:.9rem}.form-section h3[data-v-00bb9a32]{font-size:1.2rem}.nuna-table th[data-v-00bb9a32],.nuna-table td[data-v-00bb9a32]{padding:.75rem .5rem;font-size:.85rem}.nuna-table td[data-v-00bb9a32]:last-child{width:auto}}.modal-overlay[data-v-0244026f]{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#000000a6;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}.modal-content.modal-pii-objective[data-v-0244026f]{background-color:#fff;padding:0;border-radius:12px;box-shadow:0 8px 25px #0003;max-width:920px;width:100%;max-height:95vh;display:flex;flex-direction:column;font-family:Nunito,sans-serif;overflow:hidden}.modal-header[data-v-0244026f]{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e9ecef;padding:1rem 1.8rem;flex-shrink:0;background-color:#f8f9fa}.modal-header h3[data-v-0244026f]{margin:0;font-size:1.4em;font-weight:600;color:#6a1b9a}.close-button[data-v-0244026f]{background:none;border:none;font-size:2em;font-weight:700;color:#aaa;cursor:pointer;padding:0 5px;line-height:.8;transition:color .2s ease}.close-button[data-v-0244026f]:hover{color:#333}.modal-form[data-v-0244026f]{display:flex;flex-direction:column;flex-grow:1;overflow:hidden}.form-scroll-content[data-v-0244026f]{overflow-y:auto;padding:1.5rem 1.8rem;flex-grow:1;scrollbar-width:thin;scrollbar-color:#ccc #f1f1f1}.form-scroll-content[data-v-0244026f]::-webkit-scrollbar{width:8px}.form-scroll-content[data-v-0244026f]::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.form-scroll-content[data-v-0244026f]::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.form-scroll-content[data-v-0244026f]::-webkit-scrollbar-thumb:hover{background:#aaa}.modal-footer[data-v-0244026f]{margin-top:auto;padding:1rem 1.8rem;border-top:1px solid #e9ecef;display:flex;justify-content:flex-end;gap:1rem;flex-shrink:0;background-color:#f8f9fa}.nuna-button[data-v-0244026f]{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.65rem 1.2rem;font-size:.95em;font-weight:600;text-align:center;vertical-align:middle;cursor:pointer;-webkit-user-select:none;user-select:none;border:1px solid transparent;border-radius:6px;transition:all .15s ease-in-out;text-decoration:none;line-height:1.5;font-family:inherit}.nuna-button svg[data-v-0244026f]{width:1em;height:1em;vertical-align:text-bottom}.nuna-button[data-v-0244026f]:disabled{opacity:.65;cursor:not-allowed;box-shadow:none!important}.nuna-button--primary[data-v-0244026f]{color:#fff;background-color:#6a1b9a;border-color:#6a1b9a;box-shadow:0 2px 4px #6a1b9a33}.nuna-button--primary[data-v-0244026f]:not(:disabled):hover{background-color:#4a148c;border-color:#4a148c;box-shadow:0 3px 6px #4a148c4d}.nuna-button--primary[data-v-0244026f]:disabled{background-color:#6a1b9a!important;border-color:#6a1b9a!important}.nuna-button--secondary[data-v-0244026f]{color:#555;background-color:#fff;border:1px solid #ced4da}.nuna-button--secondary[data-v-0244026f]:not(:disabled):hover{background-color:#f8f9fa;border-color:#ced4da;color:#343a40}.nuna-button--secondary[data-v-0244026f]:disabled{background-color:#fff!important;border-color:#ced4da!important}.modal-form-grid[data-v-0244026f]{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem 1.8rem}.form-group[data-v-0244026f]{margin-bottom:1.2rem;position:relative}.modal-form-grid>.form-column>.form-group[data-v-0244026f]:last-child{margin-bottom:0}.form-label[data-v-0244026f]{display:block;margin-bottom:.5rem;font-weight:600;color:#6c757d;font-size:.9em;display:inline-flex;align-items:center;gap:.3rem}.form-label svg[data-v-0244026f]{width:1em;height:1em;fill:#6c757d}.form-input[data-v-0244026f],.form-select[data-v-0244026f],.form-textarea[data-v-0244026f]{display:block;width:100%;padding:.7rem 1rem;font-size:1rem;font-family:inherit;line-height:1.5;color:#343a40;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:6px;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;box-sizing:border-box}.form-input[data-v-0244026f]::placeholder,.form-textarea[data-v-0244026f]::placeholder{color:#adb5bd;opacity:1;font-style:italic}.form-input[data-v-0244026f]:focus,.form-select[data-v-0244026f]:focus,.form-textarea[data-v-0244026f]:focus{border-color:#6a1b9a;outline:0;box-shadow:0 0 0 .2rem #6a1b9a26}.form-select[data-v-0244026f]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 1rem center;background-size:16px 12px;padding-right:3rem}.form-textarea[data-v-0244026f]{resize:vertical;min-height:90px}#objDescricao[data-v-0244026f]{min-height:70px}.form-group small[data-v-0244026f]{display:block;font-size:.8em;color:#6c757d;margin-top:5px;line-height:1.3}.suggestions-container[data-v-0244026f]{position:relative}.suggestions-list[data-v-0244026f]{position:absolute;background-color:#fff;border:1px solid #e9ecef;border-top:none;border-radius:0 0 6px 6px;box-shadow:0 4px 8px #0000001a;list-style:none;margin:-1px 0 0;padding:.5rem 0;max-height:180px;overflow-y:auto;width:100%;z-index:10;scrollbar-width:thin;scrollbar-color:#ccc #f1f1f1}.suggestions-list[data-v-0244026f]::-webkit-scrollbar{width:6px}.suggestions-list[data-v-0244026f]::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.suggestions-list li[data-v-0244026f]{padding:.5rem 1rem;cursor:pointer;font-size:.95em;color:#343a40;transition:background-color .15s ease;white-space:normal;word-wrap:break-word}.suggestions-list li[data-v-0244026f]:hover{background-color:#6a1b9a14}.objetivo-preview[data-v-0244026f]{margin-top:1.5rem;padding:1rem;background-color:#f7f7f9;border:1px dashed #ced4da;border-radius:6px;font-size:.9em;color:#6c757d;grid-column:span 2}.objetivo-preview strong[data-v-0244026f]{display:inline-flex;align-items:center;gap:.4rem;margin-bottom:.5rem;font-weight:600;color:#343a40}.objetivo-preview strong svg[data-v-0244026f]{width:1.1em;height:1.1em;fill:currentColor}.objetivo-preview p[data-v-0244026f]{margin:0;line-height:1.5}.message--error.modal-error[data-v-0244026f]{margin-top:1rem;margin-bottom:0;text-align:left;padding:.8rem 1rem;font-size:.9em;background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb;border-radius:6px;grid-column:span 2}@media (max-width: 768px){.modal-content.modal-pii-objective[data-v-0244026f]{max-width:95%;max-height:95vh}.modal-header[data-v-0244026f],.form-scroll-content[data-v-0244026f],.modal-footer[data-v-0244026f]{padding-left:1.2rem;padding-right:1.2rem}.modal-form-grid[data-v-0244026f]{grid-template-columns:1fr;gap:1rem 0}.objetivo-preview[data-v-0244026f],.message--error.modal-error[data-v-0244026f]{grid-column:span 1}.modal-footer[data-v-0244026f]{flex-direction:column-reverse;align-items:stretch;gap:.8rem}.nuna-button[data-v-0244026f]{width:100%}}@media (max-width: 576px){.modal-header h3[data-v-0244026f]{font-size:1.2em}.form-input[data-v-0244026f],.form-select[data-v-0244026f],.form-textarea[data-v-0244026f]{font-size:.95rem;padding:.6rem .8rem}.nuna-button[data-v-0244026f]{font-size:.9em;padding:.6rem 1rem}.modal-header[data-v-0244026f],.form-scroll-content[data-v-0244026f],.modal-footer[data-v-0244026f]{padding-left:1rem;padding-right:1rem}.suggestions-list li[data-v-0244026f]{padding:.4rem .8rem;font-size:.9em}}.nuna-theme[data-v-42974309]{--nuna-purple: #866ab0;--nuna-purple-hover: #6c548e;--nuna-purple-light-bg: #f5f2fa;--nuna-purple-light-border: #d9d1e8;--nuna-purple-focus-shadow: rgba(134, 106, 176, .25);--nuna-text-primary: #212529;--nuna-text-secondary: #6c757d;--nuna-text-on-primary: #ffffff;--nuna-bg-light: #f8f9fa;--nuna-bg-page: #ffffff;--nuna-border-color: #dee2e6;--nuna-border-soft: #e9ecef;--nuna-status-red: #dc3545;--nuna-status-red-bg: #ffebee;--nuna-status-red-border: #ffcdd2;--nuna-status-red-text: #c62828;--nuna-status-green: #28a745;--nuna-status-green-bg: #e8f5e9;--nuna-status-green-border: #c8e6c9;--nuna-status-green-text: #155724;--nuna-status-yellow: #ffc107;--nuna-status-yellow-light-bg: #fff8e1;--nuna-status-yellow-light-border: #ffecb3;--nuna-status-yellow-light-text: #856404;--nuna-info-bg: #e0f7fa;--nuna-info-border: #b2ebf2;--nuna-info-text: #00838f;--nuna-button-secondary-bg: #f8f9fa;--nuna-button-secondary-text: #495057;--nuna-button-secondary-border: #ced4da;--nuna-button-secondary-hover-bg: #e9ecef;--nuna-disabled-bg: #e9ecef;--nuna-disabled-text: #adb5bd}.nuna-rastreio-view[data-v-42974309]{font-family:Nunito,sans-serif;background-color:var(--nuna-bg-light);padding:1.5rem 2.5rem 2rem;max-width:1200px;margin:2rem auto;border-radius:16px;box-shadow:0 8px 16px #0000000d}.loading-indicator[data-v-42974309],.error-message[data-v-42974309],.info-message[data-v-42974309]{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1.5rem;font-size:1rem;font-weight:500;border-radius:8px;margin:2rem 0}.loading-indicator[data-v-42974309]{color:var(--nuna-text-secondary);background-color:var(--nuna-bg-page)}.error-message[data-v-42974309]{color:var(--nuna-status-red-text);background-color:var(--nuna-status-red-bg);border:1px solid var(--nuna-status-red-border)}.info-message.warning[data-v-42974309]{color:var(--nuna-status-yellow-light-text);background-color:var(--nuna-status-yellow-light-bg);border:1px solid var(--nuna-status-yellow-light-border)}.info-message.success[data-v-42974309]{color:var(--nuna-status-green-text);background-color:var(--nuna-status-green-bg);border:1px solid var(--nuna-status-green-border)}.spinner-icon[data-v-42974309],.button-icon.spin[data-v-42974309]{animation:spin-42974309 1.5s linear infinite}@keyframes spin-42974309{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spinner-icon[data-v-42974309]{height:2em;width:2em}.message-icon[data-v-42974309],.empty-icon[data-v-42974309]{height:1.5em;width:1.5em}.header-actions-teleported[data-v-42974309]{display:flex;gap:.75rem;align-items:center}.header-actions-teleported .nuna-button .button-icon[data-v-42974309]{width:1.1em;height:1.1em;margin-right:.3em}.nuna-button[data-v-42974309]{padding:.65rem 1.25rem;border:1px solid transparent;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s ease-in-out}.nuna-button[data-v-42974309]:hover:not(:disabled){transform:translateY(-2px)}.nuna-button .button-icon[data-v-42974309]{width:1.2em;height:1.2em}.nuna-button.primary[data-v-42974309]{background-color:var(--nuna-purple);color:var(--nuna-text-on-primary)}.nuna-button.primary[data-v-42974309]:hover:not(:disabled){background-color:var(--nuna-purple-hover)}.nuna-button.secondary[data-v-42974309]{background-color:var(--nuna-button-secondary-bg);color:var(--nuna-button-secondary-text);border-color:var(--nuna-button-secondary-border)}.nuna-button.secondary[data-v-42974309]:hover:not(:disabled){background-color:var(--nuna-button-secondary-hover-bg)}.nuna-button.success[data-v-42974309]{background-color:var(--nuna-status-green);color:#fff}.nuna-button.success[data-v-42974309]:hover:not(:disabled){background-color:#218838}.nuna-button.danger[data-v-42974309]{background-color:var(--nuna-status-red);color:#fff}.nuna-button.danger[data-v-42974309]:hover:not(:disabled){background-color:#c82333}.nuna-button[data-v-42974309]:disabled{background-color:var(--nuna-disabled-bg)!important;color:var(--nuna-disabled-text)!important;border-color:transparent!important;box-shadow:none!important;cursor:not-allowed}.nuna-button-icon[data-v-42974309]{background:none;border:none;padding:.5rem;border-radius:50%;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background-color .2s}.nuna-button-icon[data-v-42974309]:hover:not(:disabled){background-color:var(--nuna-border-soft)}.nuna-button-icon .button-icon[data-v-42974309]{width:1.25rem;height:1.25rem;color:var(--nuna-text-secondary)}.nuna-button-icon .button-icon.edit[data-v-42974309]{color:var(--nuna-purple)}.nuna-button-icon.danger .button-icon[data-v-42974309]{color:var(--nuna-status-red)}.nuna-button-icon.danger[data-v-42974309]:hover:not(:disabled){background-color:var(--nuna-status-red-bg)}.nuna-button-icon:disabled .button-icon[data-v-42974309]{color:var(--nuna-disabled-text)}.patient-header-card[data-v-42974309]{background-color:var(--nuna-bg-page);border-radius:12px;padding:1.5rem 2rem;margin-bottom:2rem;border:1px solid var(--nuna-border-color);box-shadow:0 4px 12px #0000000d}.patient-header-card hr[data-v-42974309]{border:0;border-top:1px solid var(--nuna-border-soft);margin:1rem 0}.patient-header-card .header-main[data-v-42974309],.patient-header-card .header-details-actions[data-v-42974309]{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:1rem}.patient-header-card .header-info h1[data-v-42974309]{margin:0 0 .25rem;font-size:2.2rem;color:var(--nuna-purple)}.patient-header-card .header-info span[data-v-42974309]{font-size:1rem;color:var(--nuna-text-secondary)}.patient-header-card .header-status .status-badge[data-v-42974309]{padding:6px 14px;border-radius:20px;font-weight:700;font-size:.9em;color:#fff;text-transform:uppercase}.patient-header-card .status-badge.ativo[data-v-42974309]{background-color:var(--nuna-status-green)}.patient-header-card .status-badge.inativo[data-v-42974309]{background-color:var(--nuna-disabled-text)}.patient-header-card .header-details[data-v-42974309]{display:flex;flex-wrap:wrap;gap:.75rem 1.5rem;align-items:center;color:var(--nuna-text-secondary);font-size:.95rem}.patient-header-card .header-details strong[data-v-42974309]{color:var(--nuna-text-primary)}.patient-header-card .header-actions[data-v-42974309]{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:flex-end}.rastreio-form[data-v-42974309]{margin-top:0}.form-section[data-v-42974309]{background-color:var(--nuna-bg-page);border:1px solid var(--nuna-border-soft);border-radius:12px;padding:1.5rem 2rem;margin-bottom:2rem}.form-section.section-disabled[data-v-42974309]{opacity:.6;pointer-events:none}.pii-section__header[data-v-42974309]{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--nuna-border-color)}.pii-section__title[data-v-42974309]{color:var(--nuna-purple);font-size:1.4rem;font-weight:600;margin:0}.form-grid[data-v-42974309]{display:grid;gap:1rem 1.5rem}.form-grid .span-col-2[data-v-42974309]{grid-column:span 2}.form-group[data-v-42974309]{margin-bottom:1.5rem}.form-label[data-v-42974309]{display:block;margin-bottom:.5rem;font-weight:600;color:var(--nuna-text-primary);font-size:.9rem}.required-indicator[data-v-42974309]{color:var(--nuna-status-red)}.form-input[data-v-42974309],.form-select[data-v-42974309],.form-textarea[data-v-42974309]{font-family:Nunito,sans-serif;width:100%;padding:.6rem .75rem;border:1px solid var(--nuna-border-color);border-radius:6px;font-size:.95em;transition:all .2s ease;line-height:1.6}.form-input[data-v-42974309]:focus,.form-select[data-v-42974309]:focus,.form-textarea[data-v-42974309]:focus{outline:none;border-color:var(--nuna-purple);box-shadow:0 0 0 3px var(--nuna-purple-focus-shadow)}.form-textarea[data-v-42974309]{resize:vertical;min-height:90px}.form-select[data-v-42974309]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 1rem center;background-size:16px 12px;padding-right:3rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.empty-state-local[data-v-42974309]{padding:2rem;background-color:var(--nuna-bg-light);border:1.5px dashed var(--nuna-border-color);text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;border-radius:12px}.empty-state-local .empty-icon[data-v-42974309]{width:2rem;height:2rem;color:var(--nuna-text-secondary)}.empty-state-local h4[data-v-42974309]{font-size:1.1rem;color:var(--nuna-text-primary);margin:.5rem 0 .25rem}.empty-state-local p[data-v-42974309]{font-size:.9rem;color:var(--nuna-text-secondary);margin:0;max-width:80%}.objectives-list[data-v-42974309]{display:grid;gap:1.5rem;margin-top:1rem}.objective-card[data-v-42974309]{background-color:#fff;border:1px solid var(--nuna-border-color);border-radius:12px;box-shadow:0 2px 8px #0000000a;display:flex;flex-direction:column}.objective-card__header[data-v-42974309]{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid var(--nuna-border-soft)}.objective-card__title[data-v-42974309]{font-size:1.2rem;font-weight:700;color:var(--nuna-purple);margin:0}.status-badge[data-v-42974309]{font-size:.75em;padding:5px 12px;border-radius:16px;font-weight:600;text-transform:uppercase;border:1px solid transparent;color:#fff}.status-badge--concluido[data-v-42974309],.status-badge--alcancado[data-v-42974309]{background-color:var(--nuna-status-green)}.status-badge--pausado[data-v-42974309],.status-badge--em-revisao[data-v-42974309],.status-badge--revisao-necessaria[data-v-42974309]{background-color:var(--nuna-disabled-text)}.status-badge--a-iniciar[data-v-42974309]{background-color:var(--nuna-status-yellow);color:var(--nuna-status-yellow-light-text)}.status-badge--em-andamento[data-v-42974309]{background-color:#64b5f6}.objective-card__body[data-v-42974309]{padding:1.25rem;flex-grow:1;font-size:.95rem;color:var(--nuna-text-secondary)}.objective-card__footer[data-v-42974309]{display:flex;justify-content:space-between;align-items:center;padding:.8rem 1.25rem;border-top:1px solid var(--nuna-bg-light);background-color:var(--nuna-bg-light)}.objective-card__metadata[data-v-42974309]{font-size:.8em;color:var(--nuna-text-secondary)}.objective-card__actions[data-v-42974309]{display:flex;gap:.25rem}.text-muted[data-v-42974309]{color:var(--nuna-text-secondary);font-style:italic}@media (max-width: 992px){.nuna-rastreio-view[data-v-42974309]{padding:1.5rem}.patient-header-card[data-v-42974309]{padding:1rem 1.5rem}.patient-header-card .header-main[data-v-42974309],.patient-header-card .header-details-actions[data-v-42974309]{flex-direction:column;align-items:center;text-align:center}.patient-header-card .header-details[data-v-42974309],.patient-header-card .header-actions[data-v-42974309]{justify-content:center}.form-section[data-v-42974309]{padding:1.25rem 1.5rem}.form-grid .span-col-2[data-v-42974309]{grid-column:span 1}}@media (max-width: 768px){.nuna-rastreio-view[data-v-42974309]{padding:1rem;margin:1rem auto}.patient-header-card[data-v-42974309]{padding:1rem}.patient-header-card .header-info h1[data-v-42974309]{font-size:1.8rem}.form-section[data-v-42974309]{padding:1rem}.pii-section__title[data-v-42974309]{font-size:1.2rem}}.nuna-theme[data-v-2ba657de]{--nuna-purple: #866AB0;--nuna-purple-hover: #6c548e;--nuna-purple-light-bg: #f5f2fa;--nuna-purple-light-border: #d9d1e8;--nuna-purple-focus-shadow: rgba(134, 106, 176, .25);--nuna-text-primary: #212529;--nuna-text-secondary: #6c757d;--nuna-text-on-primary: #ffffff;--nuna-bg-light: #f8f9fa;--nuna-bg-page: #ffffff;--nuna-border-color: #dee2e6;--nuna-border-soft: #e9ecef;--nuna-status-red: #dc3545;--nuna-status-red-bg: #ffebee;--nuna-status-red-border: #ffcdd2;--nuna-status-red-text: #c62828;--nuna-status-green: #28a745;--nuna-status-green-bg: #e8f5e9;--nuna-status-green-border: #c8e6c9;--nuna-status-green-text: #155724;--nuna-status-yellow: #ffc107;--nuna-status-yellow-light-bg: #fff8e1;--nuna-status-yellow-light-border: #ffecb3;--nuna-status-yellow-light-text: #856404;--nuna-info-bg: #e0f7fa;--nuna-info-border: #b2ebf2;--nuna-info-text: #00838f;--nuna-tag-blue-bg: #e3f2fd;--nuna-tag-blue-text: #0d47a1;--nuna-tag-orange-bg: #fff3e0;--nuna-tag-orange-text: #e65100;--nuna-button-secondary-bg: #f8f9fa;--nuna-button-secondary-text: #495057;--nuna-button-secondary-border: #ced4da;--nuna-button-secondary-hover-bg: #e9ecef;--nuna-disabled-bg: #e9ecef;--nuna-disabled-text: #adb5bd}.nuna-rastreio-view[data-v-2ba657de]{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:var(--nuna-bg-light);padding:1.5rem 2.5rem 2rem;max-width:1200px;margin:2rem auto;border-radius:16px;box-shadow:0 8px 16px #0000000d}.loading-indicator[data-v-2ba657de],.error-message[data-v-2ba657de],.info-message[data-v-2ba657de],.empty-state[data-v-2ba657de]{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1.5rem;font-size:1rem;font-weight:500;border-radius:8px;margin:2rem 0}.loading-indicator[data-v-2ba657de]{color:var(--nuna-text-secondary);background-color:var(--nuna-bg-page)}.error-message[data-v-2ba657de]{color:var(--nuna-status-red-text);background-color:var(--nuna-status-red-bg);border:1px solid var(--nuna-status-red-border)}.info-message.warning[data-v-2ba657de]{color:var(--nuna-status-yellow-light-text);background-color:var(--nuna-status-yellow-light-bg);border:1px solid var(--nuna-status-yellow-light-border)}.info-message.success[data-v-2ba657de]{color:var(--nuna-status-green-text);background-color:var(--nuna-status-green-bg);border:1px solid var(--nuna-status-green-border)}.info-message[data-v-2ba657de]{color:var(--nuna-info-text);background-color:var(--nuna-info-bg);border:1px solid var(--nuna-info-border)}.empty-state[data-v-2ba657de]{padding:3rem;background-color:#fff;border:1.5px dashed var(--nuna-border-color);text-align:center;flex-direction:column;border-radius:12px}.spinner-icon[data-v-2ba657de],.button-icon.spin[data-v-2ba657de]{animation:spin-2ba657de 1.5s linear infinite}.spinner-icon[data-v-2ba657de]{height:2em;width:2em}.message-icon[data-v-2ba657de],.empty-icon[data-v-2ba657de]{height:1.5em;width:1.5em}@keyframes spin-2ba657de{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.header-actions-teleported[data-v-2ba657de]{display:flex;gap:.75rem;align-items:center}.header-actions-teleported .nuna-button .button-icon[data-v-2ba657de]{width:1.1em;height:1.1em;margin-right:.3em}.nuna-button[data-v-2ba657de]{padding:.65rem 1.25rem;border:1px solid transparent;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s ease-in-out}.nuna-button[data-v-2ba657de]:hover:not(:disabled){transform:translateY(-2px)}.nuna-button .button-icon[data-v-2ba657de]{width:1.2em;height:1.2em}.nuna-button.primary[data-v-2ba657de]{background-color:var(--nuna-purple);color:var(--nuna-text-on-primary)}.nuna-button.primary[data-v-2ba657de]:hover:not(:disabled){background-color:var(--nuna-purple-hover)}.nuna-button.secondary[data-v-2ba657de]{background-color:var(--nuna-button-secondary-bg);color:var(--nuna-button-secondary-text);border-color:var(--nuna-button-secondary-border)}.nuna-button.secondary[data-v-2ba657de]:hover:not(:disabled){background-color:var(--nuna-button-secondary-hover-bg)}.nuna-button[data-v-2ba657de]:disabled{background-color:var(--nuna-disabled-bg)!important;color:var(--nuna-disabled-text)!important;border-color:transparent!important;box-shadow:none!important;cursor:not-allowed}.patient-header-card[data-v-2ba657de]{background-color:var(--nuna-bg-page);border-radius:12px;padding:1.5rem 2rem;margin-bottom:2rem;border:1px solid var(--nuna-border-color);box-shadow:0 4px 12px #0000000d}.patient-header-card hr[data-v-2ba657de]{border:0;border-top:1px solid var(--nuna-border-soft);margin:1rem 0}.patient-header-card .header-main[data-v-2ba657de],.patient-header-card .header-details-actions[data-v-2ba657de]{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:1rem}.patient-header-card .header-details[data-v-2ba657de]{display:flex;flex-wrap:wrap;gap:.75rem 1.5rem;align-items:center;color:var(--nuna-text-secondary);font-size:.95rem}.patient-header-card .header-details strong[data-v-2ba657de]{color:var(--nuna-text-primary)}.patient-header-card .header-actions[data-v-2ba657de]{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:flex-end}.patient-header-card .header-info h1[data-v-2ba657de]{margin:0 0 .25rem;font-size:2.2rem;color:var(--nuna-purple)}.patient-header-card .header-info span[data-v-2ba657de]{font-size:1rem;color:var(--nuna-text-secondary)}.patient-header-card .header-status .status-badge[data-v-2ba657de]{padding:6px 14px;border-radius:20px;font-weight:700;font-size:.9em;color:#fff;text-transform:uppercase}.patient-header-card .status-badge.ativo[data-v-2ba657de]{background-color:var(--nuna-status-green)}.patient-header-card .status-badge.inativo[data-v-2ba657de]{background-color:var(--nuna-disabled-text)}.patient-header-card .status-badge.em-andamento[data-v-2ba657de]{background-color:var(--nuna-status-yellow);color:var(--nuna-status-yellow-light-text)}.rastreio-form[data-v-2ba657de]{margin-top:0;display:flex;flex-direction:column;gap:2rem}.form-section[data-v-2ba657de]{background-color:var(--nuna-bg-page);border:1px solid var(--nuna-border-soft);border-radius:12px;padding:1.5rem 2rem;margin-bottom:2rem}.form-section h3[data-v-2ba657de]{color:var(--nuna-purple);font-size:1.4rem;font-weight:600;margin:0 0 1.5rem;padding-bottom:.75rem;border-bottom:1px solid var(--nuna-border-color)}.form-group[data-v-2ba657de]{margin-bottom:1.5rem}.form-label[data-v-2ba657de]{display:block;margin-bottom:.5rem;font-weight:600;color:var(--nuna-text-primary);font-size:.9rem}.form-input[data-v-2ba657de],.form-select[data-v-2ba657de],.form-textarea[data-v-2ba657de]{font-family:Nunito,sans-serif;width:100%;padding:.6rem .75rem;border:1px solid var(--nuna-border-color);border-radius:6px;font-size:.95em;transition:all .2s ease;line-height:1.6}.form-input[data-v-2ba657de]:focus,.form-select[data-v-2ba657de]:focus,.form-textarea[data-v-2ba657de]:focus{outline:none;border-color:var(--nuna-purple);box-shadow:0 0 0 3px var(--nuna-purple-focus-shadow)}.form-textarea[data-v-2ba657de]{resize:vertical;min-height:90px}.action-group-left[data-v-2ba657de],.action-group-right[data-v-2ba657de]{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.form-section-footer[data-v-2ba657de]{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--nuna-border-soft)}.checkbox-item-nuna[data-v-2ba657de]{display:flex;align-items:center;gap:.75rem;cursor:pointer}.checkbox-item-nuna input[type=checkbox][data-v-2ba657de]{width:1.1rem;height:1.1rem;accent-color:var(--nuna-purple);flex-shrink:0}.checkbox-item-nuna span[data-v-2ba657de]{font-weight:500;color:var(--nuna-text-primary)}.checkbox-item-nuna em[data-v-2ba657de]{font-style:italic;color:var(--nuna-text-secondary);font-size:.9em}.last-updated-info[data-v-2ba657de]{font-size:.85em;color:var(--nuna-text-secondary);text-align:right}.rastreio-form .info-message[data-v-2ba657de],.rastreio-form .error-message[data-v-2ba657de]{margin-bottom:1.5rem}@media (max-width: 992px){.nuna-rastreio-view[data-v-2ba657de]{padding:1.5rem}.patient-header-card[data-v-2ba657de]{padding:1rem 1.5rem}.patient-header-card .header-main[data-v-2ba657de]{flex-direction:column;align-items:center;text-align:center}.patient-header-card .header-details-actions[data-v-2ba657de]{align-items:center;text-align:center}.patient-header-card .header-details[data-v-2ba657de]{justify-content:center}.patient-header-card .header-actions[data-v-2ba657de]{justify-content:center;width:100%}.patient-header-card .nuna-button[data-v-2ba657de]{width:100%;max-width:300px}.form-section[data-v-2ba657de]{padding:1.25rem 1.5rem}}@media (max-width: 768px){.nuna-rastreio-view[data-v-2ba657de]{padding:1rem;margin:1rem auto}.patient-header-card[data-v-2ba657de]{padding:1rem}.patient-header-card .header-info h1[data-v-2ba657de]{font-size:1.8rem}.patient-header-card .header-info span[data-v-2ba657de]{font-size:.9rem}.patient-header-card .header-details span[data-v-2ba657de]{font-size:.85rem}.form-section h3[data-v-2ba657de]{font-size:1.2rem}}.patient-card[data-v-4a7e7444]{display:flex;flex-direction:column;align-items:center;gap:12px;padding:20px;border-radius:12px;background-color:var(--nuna-bg-light);border:1px solid var(--nuna-border-soft);text-align:center;cursor:pointer;transition:all .2s ease-in-out}.patient-card[data-v-4a7e7444]:hover{transform:translateY(-4px);box-shadow:0 6px 25px var(--nuna-purple-focus-shadow);border-color:var(--nuna-purple-border-hover)}.patient-avatar[data-v-4a7e7444]{width:80px;height:80px;border-radius:50%;object-fit:cover;background-color:var(--nuna-grey-lightest)}.patient-name[data-v-4a7e7444]{font-weight:600;color:var(--nuna-text-primary);line-height:1.3}.patient-card[data-v-b717c350]{display:flex;flex-direction:column;align-items:center;gap:12px;padding:20px;border-radius:12px;text-align:center;cursor:pointer;transition:all .2s ease-in-out}.new-patient-card[data-v-b717c350]{border-style:dashed;border-width:2px;border-color:var(--nuna-border-color);background-color:transparent}.new-patient-card[data-v-b717c350]:hover{background-color:var(--nuna-bg-hover-subtle);border-color:var(--nuna-purple);transform:translateY(-4px);box-shadow:0 6px 25px var(--nuna-purple-focus-shadow)}.patient-name[data-v-b717c350]{font-weight:600;line-height:1.3;color:var(--nuna-text-secondary)}.new-patient-card:hover .patient-name[data-v-b717c350]{color:var(--nuna-purple)}.new-patient-icon-wrapper[data-v-b717c350]{width:80px;height:80px;border-radius:50%;background-color:var(--nuna-grey-lightest);display:flex;align-items:center;justify-content:center}.new-patient-icon[data-v-b717c350]{width:32px;height:32px;color:var(--nuna-grey-dark)}.new-patient-card:hover .new-patient-icon[data-v-b717c350]{color:var(--nuna-purple)}.rastreio-card-v4[data-v-03a3b429]{display:flex;flex-direction:column;height:100%;background-color:var(--nuna-bg-card, #fff);border:1px solid var(--nuna-border-soft, #E5E7EB);border-radius:16px;padding:24px 20px;text-align:center;transition:all .25s ease-in-out;cursor:pointer;box-shadow:0 4px 15px -5px #866ab014}.rastreio-card-v4[data-v-03a3b429]:hover{transform:translateY(-6px);box-shadow:0 12px 28px -6px #866ab02e;border-color:var(--nuna-purple-light, #ab47bc)}.card-icon-wrapper[data-v-03a3b429]{margin:0 auto 12px;width:56px;height:56px}.card-icon[data-v-03a3b429]{width:100%;height:100%;object-fit:contain;color:var(--nuna-purple-light, #ab47bc)}.card-content[data-v-03a3b429]{margin-bottom:24px}.card-title[data-v-03a3b429]{font-size:1.25em;font-weight:700;color:var(--nuna-text-primary, #584879);margin:0 0 8px}.card-description[data-v-03a3b429]{font-size:.9em;color:var(--nuna-text-secondary, #7a6b90);line-height:1.5;margin:0 auto;max-width:95%}.card-footer[data-v-03a3b429]{margin-top:auto;padding-top:16px;border-top:1px solid var(--nuna-border-soft, #f0eaf3)}.footer-content-filled[data-v-03a3b429]{display:flex;flex-direction:column;align-items:center;gap:12px}.nivel-tag[data-v-03a3b429]{display:inline-block;padding:6px 16px;border-radius:20px;font-size:.85em;font-weight:700;transition:all .2s ease}.level-bom[data-v-03a3b429],.level-fluida[data-v-03a3b429],.level-estavel[data-v-03a3b429],.level-consistente[data-v-03a3b429],.level-alta[data-v-03a3b429]{background-color:#e8f5e9;color:#1b5e20;box-shadow:0 0 12px #c8e6c9}.level-alerta[data-v-03a3b429],.level-desenvolvimento[data-v-03a3b429],.level-moderado[data-v-03a3b429],.level-frequentes[data-v-03a3b429]{background-color:#fff3e0;color:#e65100;box-shadow:0 0 12px #ffe0b2}.level-elevada[data-v-03a3b429],.level-intenso[data-v-03a3b429],.level-construcao[data-v-03a3b429],.level-alto[data-v-03a3b429]{background-color:#ffebee;color:#b71c1c;box-shadow:0 0 12px #ffcdd2}.level-default[data-v-03a3b429],.level-indefinido[data-v-03a3b429]{background-color:#f5f5f5;color:#616161}.secondary-info[data-v-03a3b429]{display:flex;justify-content:space-between;align-items:center;width:100%;font-size:.8em;color:var(--nuna-text-secondary, #7a6b90);font-weight:500}.date-info[data-v-03a3b429],.evolution-info[data-v-03a3b429]{display:flex;align-items:center;gap:5px}.info-icon[data-v-03a3b429],.evo-icon[data-v-03a3b429]{width:14px;height:14px}.evolution-info.positive[data-v-03a3b429]{color:#2e7d32}.evolution-info.negative[data-v-03a3b429]{color:#c62828}.evolution-info.stable[data-v-03a3b429]{color:#616161}.footer-content-pending[data-v-03a3b429]{display:flex;justify-content:center}.status-badge.pending[data-v-03a3b429]{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:18px;font-size:.85em;font-weight:600;background-color:var(--nuna-status-yellow-light-bg);color:var(--nuna-status-yellow-light-text)}.base-search-input-wrapper[data-v-ad17a477]{position:relative;display:flex;align-items:center;width:100%}.nuna-base-search-input[data-v-ad17a477]{padding:10px 36px;border:1px solid var(--nuna-border-color, #ccc);border-radius:8px;background-color:var(--nuna-bg-light, #fff);color:var(--nuna-text-primary, #333);font-size:.95em;width:100%;transition:border-color .2s,box-shadow .2s}.nuna-base-search-input[data-v-ad17a477]:focus{outline:none;border-color:var(--nuna-purple, #866AB0);box-shadow:0 0 0 2px var(--nuna-purple-focus-shadow, rgba(134, 106, 176, .2))}.nuna-base-search-input[data-v-ad17a477]:disabled{background-color:var(--nuna-grey-lightest, #f0f0f0);cursor:not-allowed;opacity:.7}.nuna-base-search-input[data-v-ad17a477]::placeholder{color:var(--nuna-text-secondary, #aaa);opacity:.8}.search-icon-wrapper[data-v-ad17a477]{position:absolute;left:12px;top:50%;transform:translateY(-50%);pointer-events:none;color:var(--nuna-text-secondary, #aaa);display:flex;align-items:center}.search-icon[data-v-ad17a477]{width:18px;height:18px}.clear-button[data-v-ad17a477]{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:none;border:none;padding:4px;cursor:pointer;color:var(--nuna-text-secondary, #aaa);display:flex;align-items:center;border-radius:50%}.clear-button[data-v-ad17a477]:hover{color:var(--nuna-text-primary, #555);background-color:var(--nuna-grey-lightest, #f0f0f0)}.clear-icon[data-v-ad17a477]{width:16px;height:16px}.base-spinner-container[data-v-54654fa3]{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.spinner-svg[data-v-54654fa3]{animation:rotate-54654fa3 2s linear infinite;width:40px;height:40px}.path[data-v-54654fa3]{stroke:var(--nuna-purple, #866AB0);stroke-linecap:round;animation:dash-54654fa3 1.5s ease-in-out infinite}.spinner-text[data-v-54654fa3]{font-size:.9em;color:var(--nuna-text-secondary, #7a6b90)}.sr-only[data-v-54654fa3]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}@keyframes rotate-54654fa3{to{transform:rotate(360deg)}}@keyframes dash-54654fa3{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.nuna-page-container[data-v-be38ede0]{max-width:1200px;margin:30px auto;padding:0 24px}.loading-indicator[data-v-be38ede0],.error-message[data-v-be38ede0]{text-align:center;padding:40px}.nuna-link[data-v-be38ede0]{color:var(--nuna-purple);font-weight:600}.patient-selector-hall[data-v-be38ede0]{max-width:900px;margin:40px auto;display:flex;flex-direction:column;gap:40px}.smart-shortcut-section[data-v-be38ede0]{background-color:var(--nuna-bg-hover-subtle);border:1px solid var(--nuna-border-soft);border-radius:12px;padding:16px 24px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:all .2s ease-in-out}.smart-shortcut-section[data-v-be38ede0]:hover{transform:translateY(-2px);box-shadow:0 4px 20px var(--nuna-purple-focus-shadow);border-color:var(--nuna-purple-border-hover)}.shortcut-content[data-v-be38ede0]{display:flex;align-items:center;gap:16px}.shortcut-avatar[data-v-be38ede0]{width:48px;height:48px;border-radius:50%;object-fit:cover}.shortcut-text[data-v-be38ede0]{display:flex;flex-direction:column}.shortcut-label[data-v-be38ede0]{font-size:.85em;color:var(--nuna-text-secondary)}.shortcut-patient-name[data-v-be38ede0]{font-size:1.1em;font-weight:600;color:var(--nuna-text-primary)}.shortcut-icon[data-v-be38ede0]{width:24px;height:24px;color:var(--nuna-purple)}.patient-grid-container[data-v-be38ede0]{display:flex;flex-direction:column;gap:24px}.grid-toolbar[data-v-be38ede0]{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.grid-title[data-v-be38ede0]{color:var(--nuna-text-primary);font-size:1.2em;font-weight:600}.grid-search[data-v-be38ede0]{max-width:280px}.patient-grid[data-v-be38ede0]{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:24px}.empty-grid-message[data-v-be38ede0]{text-align:center;color:var(--nuna-text-secondary);padding:20px}.dashboard-header[data-v-be38ede0]{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--nuna-border-soft)}.patient-header-info[data-v-be38ede0]{display:flex;align-items:center;gap:16px}.header-avatar[data-v-be38ede0]{width:56px;height:56px;border-radius:50%;object-fit:cover}.header-title[data-v-be38ede0]{margin:0;color:var(--nuna-text-primary);font-size:1.8em;font-weight:700}.header-subtitle[data-v-be38ede0]{margin:2px 0 0;color:var(--nuna-text-secondary)}.nuna-button[data-v-be38ede0]{padding:10px 20px;border:none;border-radius:6px;cursor:pointer;font-size:.95em;font-weight:600;transition:all .2s ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;line-height:1.4;font-family:inherit;gap:8px}.nuna-button[data-v-be38ede0]:disabled{background-color:var(--nuna-disabled-bg, #e0e0e0)!important;color:var(--nuna-disabled-text, #9e9e9e)!important;cursor:not-allowed;opacity:.7;box-shadow:none!important;border-color:var(--nuna-disabled-border, #dee2e6)!important}.nuna-button.secondary[data-v-be38ede0]{background-color:var(--nuna-button-secondary-bg, #f0f0f0);color:var(--nuna-button-secondary-text, #555);border:1px solid var(--nuna-button-secondary-border, #ccc)}.nuna-button.secondary[data-v-be38ede0]:hover:not(:disabled){background-color:var(--nuna-button-secondary-hover-bg, #e5e5e5);border-color:var(--nuna-button-secondary-hover-border, #bbb)}.nuna-button .button-icon[data-v-be38ede0]{width:1.2em;height:1.2em;vertical-align:text-bottom}.rastreios-grid[data-v-be38ede0]{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px}.nuna-rastreio-view[data-v-9da2ec11]{font-family:Nunito,sans-serif;background-color:var(--nuna-bg-light);padding:.5rem 2.5rem 2rem;max-width:1280px;margin:2rem auto;border-radius:16px}.loading-indicator[data-v-9da2ec11],.error-message[data-v-9da2ec11],.info-message.warning[data-v-9da2ec11]{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1rem;font-size:1rem;font-weight:500;border-radius:8px;margin:2rem 0}.loading-indicator[data-v-9da2ec11]{color:var(--nuna-text-secondary);background-color:var(--nuna-grey-lightest);padding:3rem 1rem}.error-message[data-v-9da2ec11]{color:var(--nuna-status-red-text);background-color:var(--nuna-status-red-bg);border:1px solid var(--nuna-status-red-border)}.info-message.warning[data-v-9da2ec11]{color:var(--nuna-status-yellow-light-text);background-color:var(--nuna-status-yellow-light-bg);border:1px solid var(--nuna-status-yellow-light-border)}.spinner-icon[data-v-9da2ec11]{animation:spin-9da2ec11 1.5s linear infinite;height:1.5em;width:1.5em}.message-icon[data-v-9da2ec11]{height:1.5em;width:1.5em}@keyframes spin-9da2ec11{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.page-title-header[data-v-9da2ec11]{text-align:center;margin-bottom:1.5rem}.rastreio-title[data-v-9da2ec11]{display:inline-flex;align-items:center;gap:.75rem;font-size:2rem;font-weight:700;color:var(--nuna-purple);margin:0}.rastreio-icon-img[data-v-9da2ec11]{width:1.8rem;height:1.8rem;object-fit:contain}.rastreio-subtitle[data-v-9da2ec11]{font-size:1.1rem;color:var(--nuna-text-secondary);margin:.25rem 0 0}.patient-identifier-bar[data-v-9da2ec11]{text-align:center;padding:.75rem;border-top:1px solid var(--nuna-border-color);border-bottom:1px solid var(--nuna-border-color);background-color:var(--nuna-grey-lightest);margin-bottom:2rem}.patient-name[data-v-9da2ec11]{font-size:1.1rem;font-weight:600;color:var(--nuna-text-primary);margin:0}.patient-name span[data-v-9da2ec11]{font-weight:400;color:var(--nuna-text-secondary)}.rastreio-form[data-v-9da2ec11]{display:flex;flex-direction:column}.main-content-split[data-v-9da2ec11]{display:flex;gap:2rem;align-items:flex-start}.questions-column[data-v-9da2ec11]{flex:3;min-width:0}.results-column[data-v-9da2ec11]{flex:2;min-width:0}.results-column.is-sticky[data-v-9da2ec11]{position:sticky;top:2rem;align-self:flex-start}.form-section[data-v-9da2ec11]{background-color:var(--nuna-bg-page);border:1px solid var(--nuna-border-soft);border-radius:12px;padding:1.5rem 2rem;margin-bottom:2rem}.form-section h3[data-v-9da2ec11]{color:var(--nuna-purple);font-size:1.4rem;font-weight:600;margin:0 0 1.5rem;padding-bottom:.75rem;border-bottom:1px solid var(--nuna-border-color);display:flex;align-items:center}.form-section h4[data-v-9da2ec11]{color:var(--nuna-text-primary);font-weight:600;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px dashed var(--nuna-border-color);font-size:1.1em}.dirty-indicator[data-v-9da2ec11]{color:var(--nuna-orange);font-weight:700;margin-left:.5rem;cursor:help}.application-grid[data-v-9da2ec11]{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem 1.5rem}.form-group[data-v-9da2ec11]{margin-bottom:0}.form-group label[data-v-9da2ec11]{display:block;margin-bottom:.5rem;font-weight:600;color:var(--nuna-text-primary);font-size:.9rem}.form-group input[data-v-9da2ec11],.form-group select[data-v-9da2ec11],.form-group textarea[data-v-9da2ec11]{width:100%;padding:.6rem .75rem;border:1px solid var(--nuna-border-color);border-radius:6px;font-size:.95em;transition:all .2s ease;background-color:var(--nuna-bg-light);color:var(--nuna-text-primary)}.form-group input[data-v-9da2ec11]:focus,.form-group select[data-v-9da2ec11]:focus,.form-group textarea[data-v-9da2ec11]:focus{outline:none;border-color:var(--nuna-purple);box-shadow:0 0 0 3px var(--nuna-purple-focus-shadow)}.form-group input[data-v-9da2ec11]:disabled,.form-group select[data-v-9da2ec11]:disabled,.form-group textarea[data-v-9da2ec11]:disabled{background-color:var(--nuna-bg-disabled);color:var(--nuna-text-disabled);cursor:not-allowed}.display-field span[data-v-9da2ec11]{display:block;padding:.6rem .75rem;background-color:var(--nuna-grey-lightest);border-radius:6px;min-height:38px;line-height:1.5;box-sizing:border-box}.full-width-group[data-v-9da2ec11]{grid-column:1 / -1}.nested-conditional-grid[data-v-9da2ec11]{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem 1.5rem;width:100%}.full-width-nested[data-v-9da2ec11]{grid-column:1 / -1}.relationship-input-wrapper[data-v-9da2ec11]{display:flex;gap:.5rem}.other-input[data-v-9da2ec11]{flex:1}.question-item[data-v-9da2ec11]{border:1px solid #eee;border-radius:6px;padding:12px 18px 10px;margin-bottom:15px;background-color:#fff;transition:box-shadow .2s ease-in-out}.question-item fieldset[data-v-9da2ec11]{border:none;padding:0;margin:0}.question-description[data-v-9da2ec11]{font-size:1em;margin-bottom:.75rem}.options[data-v-9da2ec11]{display:flex;justify-content:space-around;background-color:var(--nuna-grey-lightest);border-radius:6px;padding:.5rem}.option-label[data-v-9da2ec11]{display:flex;flex-direction:column;align-items:center;cursor:pointer}.option-label input[data-v-9da2ec11]{accent-color:var(--nuna-purple)}.option-label span[data-v-9da2ec11]{font-size:.9em;color:var(--nuna-text-secondary)}.option-label.selected span[data-v-9da2ec11]{color:var(--nuna-purple);font-weight:700}.scale-legend[data-v-9da2ec11]{background-color:var(--nuna-grey-lightest);border-left:4px solid var(--nuna-purple);padding:.75rem 1rem;border-radius:4px;margin-bottom:1.5rem;font-size:.9em}.chart-container-wrapper[data-v-9da2ec11]{position:relative;width:100%;max-width:380px;margin:0 auto 1.5rem;min-height:250px}.chart-placeholder[data-v-9da2ec11]{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--nuna-text-secondary);background-color:#fbfafdcc;border-radius:8px}.chart-placeholder img[data-v-9da2ec11]{width:48px;height:48px;opacity:.5;margin-bottom:1rem}.results-prompt-card[data-v-9da2ec11]{display:flex;gap:1rem;align-items:center;padding:1.25rem;border-radius:8px;margin-bottom:1.5rem;background-color:var(--nuna-status-lavender-bg);border:1px solid var(--nuna-status-lavender-border)}.results-prompt-card.ready[data-v-9da2ec11]{background-color:var(--nuna-status-green-bg);border-color:var(--nuna-status-green-border)}.results-prompt-card.calculated[data-v-9da2ec11]{background-color:var(--nuna-status-turquoise-light-bg);border-color:var(--nuna-status-turquoise-light-border)}.prompt-icon[data-v-9da2ec11]{width:2.5rem;height:2.5rem;flex-shrink:0;color:var(--nuna-status-lavender-text)}.results-prompt-card.ready .prompt-icon[data-v-9da2ec11],.results-prompt-card.calculated .prompt-icon[data-v-9da2ec11]{color:var(--nuna-status-green-text)}.results-prompt-card.calculated .prompt-icon[data-v-9da2ec11]{color:var(--nuna-status-turquoise-light-text)}.prompt-text[data-v-9da2ec11]{flex-grow:1}.prompt-text h4[data-v-9da2ec11]{margin:0 0 .5rem;font-size:1.1rem;color:var(--nuna-text-primary);border:none;padding:0}.prompt-text p[data-v-9da2ec11]{margin:0;line-height:1.4;color:var(--nuna-text-secondary)}.progress-bar[data-v-9da2ec11]{width:100%;margin:.75rem 0 .25rem;accent-color:var(--nuna-purple)}.progress-label[data-v-9da2ec11]{font-size:.8rem;color:var(--nuna-text-secondary)}#analysis-section h3[data-v-9da2ec11]{margin-bottom:.5rem}.calculated-results-area .result-display[data-v-9da2ec11]{background-color:var(--nuna-grey-lightest);border:1px solid var(--nuna-border-color);border-radius:8px;padding:1.25rem;margin-top:1.5rem}.result-item[data-v-9da2ec11]{padding:.75rem 0;border-bottom:1px solid var(--nuna-border-color)}.result-item[data-v-9da2ec11]:first-child{padding-top:0}.result-item[data-v-9da2ec11]:last-child{border-bottom:none;padding-bottom:0}.result-item p[data-v-9da2ec11]{margin:.25rem 0 0;color:var(--nuna-text-secondary)}.result-label[data-v-9da2ec11]{font-weight:600;color:var(--nuna-purple);display:block;margin-bottom:.3rem}.result-value.score[data-v-9da2ec11]{font-size:1.2em;font-weight:700}.result-max-score[data-v-9da2ec11]{font-size:.9em;color:var(--nuna-text-secondary);margin-left:.25rem}.result-value.level[data-v-9da2ec11]{font-weight:700;color:#fff;padding:4px 10px;border-radius:15px;font-size:.95em;display:inline-block;letter-spacing:.5px}.level-tipica[data-v-9da2ec11]{background-color:#4caf50}.level-alerta[data-v-9da2ec11]{background-color:#ffc107;color:#424242}.level-elevada[data-v-9da2ec11]{background-color:#ff9800}.level-intenso[data-v-9da2ec11]{background-color:#f44336}.level-default[data-v-9da2ec11]{background-color:#9e9e9e}.recommendations-list[data-v-9da2ec11]{list-style-type:"▸ ";padding-left:1.5rem;color:var(--nuna-text-secondary);margin:.5rem 0 0}.recommendations-list li[data-v-9da2ec11]{margin-bottom:.75rem}.therapist-observations-section[data-v-9da2ec11]{margin-top:1.5rem}.highlight-item[data-v-9da2ec11]{font-size:.95em;padding:.25rem 0}.highlight-item strong[data-v-9da2ec11]{color:#333}.highlight-item.strength[data-v-9da2ec11]{color:#2e7d32}.highlight-item.challenge[data-v-9da2ec11]{color:#c62828}.action-buttons-bar[data-v-9da2ec11]{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem;padding:1rem 1.5rem;background-color:#fffc;border:1px solid var(--nuna-border-color);border-radius:12px;box-shadow:0 -4px 12px #0000000d;margin-top:1rem;position:sticky;bottom:1.5rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10}.action-group-left[data-v-9da2ec11],.action-group-right[data-v-9da2ec11]{display:flex;flex-wrap:wrap;gap:.75rem}.nuna-button[data-v-9da2ec11]{padding:.65rem 1.25rem;border:1px solid transparent;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s ease-in-out;font-family:inherit}.nuna-button[data-v-9da2ec11]:disabled{background-color:var(--nuna-disabled-bg)!important;color:var(--nuna-disabled-text)!important;border-color:var(--nuna-border-color)!important;box-shadow:none!important;cursor:not-allowed;transform:none!important}.nuna-button .button-icon[data-v-9da2ec11]{width:1.2em;height:1.2em}.nuna-button[data-v-9da2ec11]:hover:not(:disabled){transform:translateY(-2px)}.nuna-button.primary[data-v-9da2ec11]{background-color:var(--nuna-purple);color:var(--nuna-text-on-primary)}.nuna-button.primary[data-v-9da2ec11]:hover:not(:disabled){background-color:var(--nuna-purple-hover)}.nuna-button.secondary[data-v-9da2ec11]{background-color:var(--nuna-button-secondary-bg);color:var(--nuna-button-secondary-text);border-color:var(--nuna-button-secondary-border)}.nuna-button.secondary[data-v-9da2ec11]:hover:not(:disabled){background-color:var(--nuna-button-secondary-hover-bg)}.last-updated-info[data-v-9da2ec11]{margin-top:1rem;font-size:.8em;color:var(--nuna-text-secondary);text-align:right}.status-indicator.clean[data-v-9da2ec11]{color:var(--nuna-status-green-text);font-weight:500}.status-indicator.dirty[data-v-9da2ec11]{color:var(--nuna-orange);font-weight:500}.progress-panel[data-v-9da2ec11]{background-color:var(--nuna-bg-page)}.progress-content[data-v-9da2ec11]{font-size:.9rem;line-height:1.5;color:var(--nuna-text-secondary)}.progress-summary p[data-v-9da2ec11]{margin-bottom:.75rem}.progress-summary p strong[data-v-9da2ec11]{color:var(--nuna-text-primary);font-weight:600}.positive-diff[data-v-9da2ec11]{color:#2e7d32;font-weight:700}.negative-diff[data-v-9da2ec11]{color:#c62828;font-weight:700}.domain-comparison h4[data-v-9da2ec11]{margin-top:1rem;font-size:1em;font-weight:600;color:var(--nuna-text-primary)}.domain-comparison pre[data-v-9da2ec11]{white-space:pre-wrap;word-wrap:break-word;font-family:inherit;font-size:.9em;color:var(--nuna-text-secondary);line-height:1.6;margin:0;padding:.75rem;background-color:var(--nuna-grey-lightest);border:1px dashed var(--nuna-border-color);border-radius:6px}.footer-info-legacy[data-v-9da2ec11]{font-size:.85em;color:#666;line-height:1.5;margin-top:40px;padding:20px 25px;border-top:1px solid var(--nuna-border-color);text-align:left;background-color:#fdfdfd;border-radius:0 0 16px 16px}.footer-info-legacy p[data-v-9da2ec11]{margin-bottom:8px}.footer-info-legacy p[data-v-9da2ec11]:last-child{margin-bottom:0}.footer-info-legacy strong[data-v-9da2ec11]{font-weight:700;color:#444}.modal-overlay[data-v-9da2ec11]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content[data-v-9da2ec11]{background:#fff;padding:2rem;border-radius:12px;max-width:800px;width:90%;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 10px 30px #0003}.modal-header[data-v-9da2ec11]{display:flex;justify-content:space-between;align-items:center;padding-bottom:1rem;border-bottom:1px solid var(--nuna-border-color);margin-bottom:1rem}.modal-header h3[data-v-9da2ec11]{margin:0;font-size:1.5rem;color:var(--nuna-purple)}.modal-close-btn[data-v-9da2ec11]{background:none;border:none;font-size:2rem;line-height:1;color:#aaa;cursor:pointer;padding:0 .5rem}.modal-close-btn[data-v-9da2ec11]:hover{color:#333}.modal-body[data-v-9da2ec11]{overflow-y:auto;line-height:1.7;color:var(--nuna-text-primary)}.modal-body h4[data-v-9da2ec11]{font-size:1.2rem;color:var(--nuna-purple);margin-top:1.5rem;margin-bottom:.5rem}.modal-body p[data-v-9da2ec11]{margin-bottom:1rem}.modal-body ul[data-v-9da2ec11]{list-style-position:inside;padding-left:.5rem}.modal-body li[data-v-9da2ec11]{margin-bottom:.75rem}.modal-body strong[data-v-9da2ec11]{font-weight:700}@media (max-width: 1024px){.main-content-split[data-v-9da2ec11]{flex-direction:column}.results-column.is-sticky[data-v-9da2ec11]{position:static}}@media (max-width: 768px){.nuna-rastreio-view[data-v-9da2ec11]{padding:1rem}.rastreio-title[data-v-9da2ec11]{font-size:1.2rem;justify-content:center;margin-bottom:.25rem}.rastreio-subtitle[data-v-9da2ec11]{font-size:.9rem}.patient-name[data-v-9da2ec11]{font-size:1rem}.form-section[data-v-9da2ec11]{padding:1rem 1.25rem}.action-buttons-bar[data-v-9da2ec11]{flex-direction:column;align-items:stretch;padding:1rem;gap:1rem}.action-group-left[data-v-9da2ec11],.action-group-right[data-v-9da2ec11]{flex-direction:column;width:100%;gap:.75rem}.nuna-button[data-v-9da2ec11]{width:100%}.last-updated-info[data-v-9da2ec11]{text-align:center;padding-right:0;margin-top:15px}.rastreio-form[data-v-9da2ec11]{padding:20px}.form-section[data-v-9da2ec11]{padding:15px}}.nuna-rastreio-view[data-v-c251907d]{font-family:Nunito,sans-serif;background-color:var(--nuna-bg-light);padding:.5rem 2.5rem 2rem;max-width:1280px;margin:2rem auto;border-radius:16px}.loading-indicator[data-v-c251907d],.error-message[data-v-c251907d],.info-message.warning[data-v-c251907d]{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1rem;font-size:1rem;font-weight:500;border-radius:8px;margin:2rem 0}.loading-indicator[data-v-c251907d]{color:var(--nuna-text-secondary);background-color:var(--nuna-grey-lightest);padding:3rem 1rem}.error-message[data-v-c251907d]{color:var(--nuna-status-red-text);background-color:var(--nuna-status-red-bg);border:1px solid var(--nuna-status-red-border)}.info-message.warning[data-v-c251907d]{color:var(--nuna-status-yellow-light-text);background-color:var(--nuna-status-yellow-light-bg);border:1px solid var(--nuna-status-yellow-light-border)}.spinner-icon[data-v-c251907d]{animation:spin-c251907d 1.5s linear infinite;height:1.5em;width:1.5em}.message-icon[data-v-c251907d]{height:1.5em;width:1.5em}@keyframes spin-c251907d{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.page-title-header[data-v-c251907d]{text-align:center;margin-bottom:1.5rem}.rastreio-title[data-v-c251907d]{display:inline-flex;align-items:center;gap:.75rem;font-size:2rem;font-weight:700;color:var(--nuna-purple);margin:0}.rastreio-icon-img[data-v-c251907d]{width:1.8rem;height:1.8rem;object-fit:contain}.rastreio-subtitle[data-v-c251907d]{font-size:1.1rem;color:var(--nuna-text-secondary);margin:.25rem 0 0}.patient-identifier-bar[data-v-c251907d]{text-align:center;padding:.75rem;border-top:1px solid var(--nuna-border-color);border-bottom:1px solid var(--nuna-border-color);background-color:var(--nuna-grey-lightest);margin-bottom:2rem}.patient-name[data-v-c251907d]{font-size:1.1rem;font-weight:600;color:var(--nuna-text-primary);margin:0}.patient-name span[data-v-c251907d]{font-weight:400;color:var(--nuna-text-secondary)}.rastreio-form[data-v-c251907d]{display:flex;flex-direction:column}.main-content-split[data-v-c251907d]{display:flex;gap:2rem;align-items:flex-start}.questions-column[data-v-c251907d]{flex:3;min-width:0}.results-column[data-v-c251907d]{flex:2;min-width:0}.results-column.is-sticky[data-v-c251907d]{position:sticky;top:2rem;align-self:flex-start}.form-section[data-v-c251907d]{background-color:var(--nuna-bg-page);border:1px solid var(--nuna-border-soft);border-radius:12px;padding:1.5rem 2rem;margin-bottom:2rem}.form-section h3[data-v-c251907d]{color:var(--nuna-purple);font-size:1.4rem;font-weight:600;margin:0 0 1.5rem;padding-bottom:.75rem;border-bottom:1px solid var(--nuna-border-color);display:flex;align-items:center}.form-section h4[data-v-c251907d]{color:var(--nuna-text-primary);font-weight:600;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px dashed var(--nuna-border-color);font-size:1.1em}.dirty-indicator[data-v-c251907d]{color:var(--nuna-orange);font-weight:700;margin-left:.5rem;cursor:help}.application-grid[data-v-c251907d]{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem 1.5rem}.form-group[data-v-c251907d]{margin-bottom:0}.full-width-group[data-v-c251907d]{grid-column:1 / -1}.form-group label[data-v-c251907d]{display:block;margin-bottom:.5rem;font-weight:600;color:var(--nuna-text-primary);font-size:.9rem}.form-group input[data-v-c251907d],.form-group select[data-v-c251907d],.form-group textarea[data-v-c251907d]{width:100%;padding:.6rem .75rem;border:1px solid var(--nuna-border-color);border-radius:6px;font-size:.95em;transition:all .2s ease;background-color:var(--nuna-bg-light);color:var(--nuna-text-primary)}.form-group input[data-v-c251907d]:focus,.form-group select[data-v-c251907d]:focus,.form-group textarea[data-v-c251907d]:focus{outline:none;border-color:var(--nuna-purple);box-shadow:0 0 0 3px var(--nuna-purple-focus-shadow)}.form-group.display-field span[data-v-c251907d]{display:block;padding:.6rem .75rem;background-color:var(--nuna-grey-lightest);border-radius:6px;min-height:38px;line-height:1.5;box-sizing:border-box}.relationship-group .relationship-input-wrapper[data-v-c251907d]{display:flex;gap:.5rem}.other-input[data-v-c251907d]{flex:1}.question-item[data-v-c251907d]{border:1px solid #eee;border-radius:6px;padding:12px 18px 10px;margin-bottom:15px;background-color:#fff;transition:box-shadow .2s ease-in-out}.question-item fieldset[data-v-c251907d]{border:none;padding:0;margin:0}.question-description[data-v-c251907d]{font-size:1em;margin-bottom:.75rem}.options[data-v-c251907d]{display:flex;justify-content:space-around;background-color:var(--nuna-grey-lightest);border-radius:6px;padding:.5rem}.option-label[data-v-c251907d]{display:flex;flex-direction:column;align-items:center;cursor:pointer}.option-label input[data-v-c251907d]{accent-color:var(--nuna-purple)}.option-label span[data-v-c251907d]{font-size:.9em;color:var(--nuna-text-secondary)}.option-label.selected span[data-v-c251907d]{color:var(--nuna-purple);font-weight:700}.scale-legend[data-v-c251907d]{background-color:var(--nuna-grey-lightest);border-left:4px solid var(--nuna-purple);padding:.75rem 1rem;border-radius:4px;margin-bottom:1.5rem;font-size:.9em}.chart-container-wrapper[data-v-c251907d]{position:relative;width:100%;max-width:380px;margin:0 auto 1.5rem;min-height:250px}.chart-placeholder[data-v-c251907d]{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--nuna-text-secondary);background-color:#fbfafdcc;border-radius:8px}.chart-placeholder img[data-v-c251907d]{width:48px;height:48px;opacity:.5;margin-bottom:1rem}.results-prompt-card[data-v-c251907d]{display:flex;gap:1rem;align-items:center;padding:1.25rem;border-radius:8px;margin-bottom:1.5rem;background-color:var(--nuna-status-lavender-bg);border:1px solid var(--nuna-status-lavender-border)}.results-prompt-card.ready[data-v-c251907d]{background-color:var(--nuna-status-green-bg);border-color:var(--nuna-status-green-border)}.results-prompt-card.calculated[data-v-c251907d]{background-color:var(--nuna-status-turquoise-light-bg);border-color:var(--nuna-status-turquoise-light-border)}.prompt-icon[data-v-c251907d]{width:2.5rem;height:2.5rem;flex-shrink:0;color:var(--nuna-status-lavender-text)}.results-prompt-card.ready .prompt-icon[data-v-c251907d],.results-prompt-card.calculated .prompt-icon[data-v-c251907d]{color:var(--nuna-status-green-text)}.results-prompt-card.calculated .prompt-icon[data-v-c251907d]{color:var(--nuna-status-turquoise-light-text)}.prompt-text[data-v-c251907d]{flex-grow:1}.prompt-text h4[data-v-c251907d]{margin:0 0 .5rem;font-size:1.1rem;color:var(--nuna-text-primary);border:none;padding:0}.prompt-text p[data-v-c251907d]{margin:0;line-height:1.4;color:var(--nuna-text-secondary)}.progress-bar[data-v-c251907d]{width:100%;margin:.75rem 0 .25rem;accent-color:var(--nuna-purple)}.progress-label[data-v-c251907d]{font-size:.8rem;color:var(--nuna-text-secondary)}#analysis-section h3[data-v-c251907d]{margin-bottom:.5rem}.calculated-results-area .result-display[data-v-c251907d]{background-color:var(--nuna-grey-lightest);border:1px solid var(--nuna-border-color);border-radius:8px;padding:1.25rem;margin-top:1.5rem}.result-item[data-v-c251907d]{padding:.75rem 0;border-bottom:1px solid var(--nuna-border-color)}.result-item[data-v-c251907d]:first-child{padding-top:0}.result-item[data-v-c251907d]:last-child{border-bottom:none;padding-bottom:0}.result-item p[data-v-c251907d]{margin:.25rem 0 0;color:var(--nuna-text-secondary)}.result-label[data-v-c251907d]{font-weight:600;color:var(--nuna-purple);display:block;margin-bottom:.3rem}.result-value.score[data-v-c251907d]{font-size:1.2em;font-weight:700}.result-max-score[data-v-c251907d]{font-size:.9em;color:var(--nuna-text-secondary);margin-left:.25rem}.result-value.level[data-v-c251907d]{font-weight:700;color:#fff;padding:4px 10px;border-radius:15px;font-size:.95em;display:inline-block;letter-spacing:.5px}.level-tipica[data-v-c251907d]{background-color:#4caf50}.level-alerta[data-v-c251907d]{background-color:#2196f3}.level-elevada[data-v-c251907d]{background-color:#ffc107;color:#424242}.level-intenso[data-v-c251907d]{background-color:#f44336}.level-default[data-v-c251907d]{background-color:#9e9e9e}.recommendations-list[data-v-c251907d]{list-style-type:"▸ ";padding-left:1.5rem;color:var(--nuna-text-secondary);margin:.5rem 0 0}.recommendations-list li[data-v-c251907d]{margin-bottom:.5rem}.therapist-observations-section[data-v-c251907d]{margin-top:1.5rem}.highlight-item[data-v-c251907d]{font-size:.95em;padding:.25rem 0}.highlight-item strong[data-v-c251907d]{color:#333}.highlight-item.strength[data-v-c251907d]{color:#2e7d32}.highlight-item.challenge[data-v-c251907d]{color:#c62828}.action-buttons-bar[data-v-c251907d]{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem;padding:1rem 1.5rem;background-color:#fffc;border:1px solid var(--nuna-border-color);border-radius:12px;box-shadow:0 -4px 12px #0000000d;margin-top:1rem;position:sticky;bottom:1.5rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10}.action-group-left[data-v-c251907d],.action-group-right[data-v-c251907d]{display:flex;flex-wrap:wrap;gap:.75rem}.nuna-button[data-v-c251907d]{padding:.65rem 1.25rem;border:1px solid transparent;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s ease-in-out;font-family:inherit}.nuna-button[data-v-c251907d]:disabled{background-color:var(--nuna-disabled-bg)!important;color:var(--nuna-disabled-text)!important;border-color:var(--nuna-border-color)!important;box-shadow:none!important;cursor:not-allowed;transform:none!important}.nuna-button .button-icon[data-v-c251907d]{width:1.2em;height:1.2em}.nuna-button[data-v-c251907d]:hover:not(:disabled){transform:translateY(-2px)}.nuna-button.primary[data-v-c251907d]{background-color:var(--nuna-purple);color:var(--nuna-text-on-primary)}.nuna-button.primary[data-v-c251907d]:hover:not(:disabled){background-color:var(--nuna-purple-hover)}.nuna-button.secondary[data-v-c251907d]{background-color:var(--nuna-button-secondary-bg);color:var(--nuna-button-secondary-text);border-color:var(--nuna-button-secondary-border)}.nuna-button.secondary[data-v-c251907d]:hover:not(:disabled){background-color:var(--nuna-button-secondary-hover-bg)}.last-updated-info[data-v-c251907d]{margin-top:1rem;font-size:.8em;color:var(--nuna-text-secondary);text-align:right}.status-indicator.clean[data-v-c251907d]{color:var(--nuna-status-green-text);font-weight:500}.status-indicator.dirty[data-v-c251907d]{color:var(--nuna-orange);font-weight:500}.progress-panel[data-v-c251907d]{background-color:var(--nuna-bg-page)}.progress-content[data-v-c251907d]{font-size:.9rem;line-height:1.5;color:var(--nuna-text-secondary)}.progress-summary p[data-v-c251907d]{margin-bottom:.75rem}.progress-summary p strong[data-v-c251907d]{color:var(--nuna-text-primary);font-weight:600}.positive-diff[data-v-c251907d]{color:#2e7d32;font-weight:700}.negative-diff[data-v-c251907d]{color:#c62828;font-weight:700}.domain-comparison h4[data-v-c251907d]{margin-top:1rem;font-size:1em;font-weight:600;color:var(--nuna-text-primary)}.domain-comparison pre[data-v-c251907d]{white-space:pre-wrap;word-wrap:break-word;font-family:inherit;font-size:.9em;color:var(--nuna-text-secondary);line-height:1.6;margin:0;padding:.75rem;background-color:var(--nuna-grey-lightest);border:1px dashed var(--nuna-border-color);border-radius:6px}.footer-info-legacy[data-v-c251907d]{font-size:.85em;color:#666;line-height:1.5;margin-top:40px;padding:20px 25px;border-top:1px solid var(--nuna-border-color);text-align:left;background-color:#fdfdfd;border-radius:0 0 16px 16px}.footer-info-legacy p[data-v-c251907d]{margin-bottom:8px}.footer-info-legacy p[data-v-c251907d]:last-child{margin-bottom:0}.footer-info-legacy strong[data-v-c251907d]{font-weight:700;color:#444}.modal-overlay[data-v-c251907d]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content[data-v-c251907d]{background:#fff;padding:2rem;border-radius:12px;max-width:800px;width:90%;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 10px 30px #0003}.modal-header[data-v-c251907d]{display:flex;justify-content:space-between;align-items:center;padding-bottom:1rem;border-bottom:1px solid var(--nuna-border-color);margin-bottom:1rem}.modal-header h3[data-v-c251907d]{margin:0;font-size:1.5rem;color:var(--nuna-purple)}.modal-close-btn[data-v-c251907d]{background:none;border:none;font-size:2rem;line-height:1;color:#aaa;cursor:pointer;padding:0 .5rem}.modal-close-btn[data-v-c251907d]:hover{color:#333}.modal-body[data-v-c251907d]{overflow-y:auto;line-height:1.7;color:var(--nuna-text-primary)}.modal-body h4[data-v-c251907d]{font-size:1.2rem;color:var(--nuna-purple);margin-top:1.5rem;margin-bottom:.5rem}.modal-body p[data-v-c251907d]{margin-bottom:1rem}.modal-body ul[data-v-c251907d]{list-style-position:inside;padding-left:.5rem}.modal-body li[data-v-c251907d]{margin-bottom:.75rem}.modal-body strong[data-v-c251907d]{font-weight:700}@media (max-width: 1024px){  .main-content-split[data-v-c251907d]{flex-direction:column}  .results-column.is-sticky[data-v-c251907d]{position:static}}@media (max-width: 768px){  .nuna-rastreio-view[data-v-c251907d]{padding:1rem}        .rastreio-title[data-v-c251907d]{font-size:1.2rem;justify-content:center;margin-bottom:.25rem}  .rastreio-subtitle[data-v-c251907d]{font-size:.9rem}  .patient-name[data-v-c251907d]{font-size:1rem}  .form-section[data-v-c251907d]{padding:1rem 1.25rem}  .action-buttons-bar[data-v-c251907d]{flex-direction:column;align-items:stretch;padding:1rem;gap:1rem}  .action-group-left[data-v-c251907d],.action-group-right[data-v-c251907d]{flex-direction:column;width:100%;gap:.75rem}}.custom-toast-content p{margin:0 0 1rem;line-height:1.5}.toast-actions{display:flex;gap:.5rem;justify-content:flex-end}.toast-button{padding:.5rem 1rem;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s;border:1px solid transparent}.toast-button.restore{background-color:var(--nuna-purple);color:#fff}.toast-button.restore:hover{background-color:var(--nuna-purple-hover)}.toast-button.cancel{background-color:var(--nuna-grey-medium);color:var(--nuna-text-secondary);border-color:var(--nuna-border-color)}.toast-button.cancel:hover{background-color:var(--nuna-border-color)}.toast-button.discard{background-color:var(--nuna-status-red-bg);color:var(--nuna-status-red-text);border-color:var(--nuna-status-red-border)}.toast-button.discard:hover{background-color:#f3c5ce}.toast-button.continue-discard{background-color:var(--nuna-status-yellow-light-bg);color:var(--nuna-status-yellow-light-text);border-color:var(--nuna-status-yellow-light-border)}.toast-button.continue-discard:hover{background-color:#f5e3c2}.toast-icon{width:1.5em;height:1.5em;margin-right:10px;vertical-align:middle}.toast-icon.info{color:var(--nuna-info-text)}.toast-icon.warning{color:var(--nuna-orange)}[data-v-d0e51fd0]:root{--nuna-purple: #866AB0;--nuna-purple-hover: #6c548e;--nuna-purple-light-bg: #f5f2fa;--nuna-purple-light-border: #d9d1e8;--nuna-text-primary: #212529;--nuna-text-secondary: #6c757d;--nuna-bg-light: #f8f9fa;--nuna-bg-page: #ffffff;--nuna-border-color: #dee2e6;--nuna-border-soft: #e9ecef;--nuna-status-red: #dc3545;--nuna-status-red-bg: #ffebee}.nuna-pendencias-view[data-v-d0e51fd0]{max-width:960px;margin:2rem auto;padding:0}.header-actions-teleported[data-v-d0e51fd0]{display:flex;align-items:center;gap:1rem}.pending-counter-widget[data-v-d0e51fd0]{background-color:var(--nuna-purple);color:#fff;padding:8px 16px;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;line-height:1;min-width:80px}.counter-number[data-v-d0e51fd0]{font-size:1.5rem;font-weight:700}.counter-label[data-v-d0e51fd0]{font-size:.7rem;font-weight:500;text-transform:uppercase;opacity:.9;margin-top:2px}.loading-indicator[data-v-d0e51fd0],.error-message[data-v-d0e51fd0]{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1rem;padding:2rem;font-size:1rem;font-weight:500;border-radius:12px;margin-top:2rem;background-color:var(--nuna-bg-page);border:1px solid var(--nuna-border-soft)}.loading-indicator[data-v-d0e51fd0]{color:var(--nuna-text-secondary)}.error-message[data-v-d0e51fd0]{color:var(--nuna-status-red)}.spinner-icon[data-v-d0e51fd0]{animation:spin-d0e51fd0 1.5s linear infinite;height:2.5em;width:2.5em;color:var(--nuna-purple)}.message-icon[data-v-d0e51fd0]{height:2.5em;width:2.5em}@keyframes spin-d0e51fd0{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.empty-state-on-brand[data-v-d0e51fd0]{padding:3rem 2rem;background-color:var(--nuna-purple-light-bg);border:1px solid var(--nuna-purple-light-border);border-radius:16px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem;margin-top:2rem}.empty-icon-purple[data-v-d0e51fd0]{width:4rem;height:4rem;color:var(--nuna-purple);opacity:.8}.empty-state-on-brand .empty-title[data-v-d0e51fd0]{font-size:1.75rem;font-weight:700;color:var(--nuna-purple);margin:.5rem 0 0}.empty-state-on-brand .empty-text[data-v-d0e51fd0]{font-size:1.1rem;color:var(--nuna-text-secondary);max-width:450px;line-height:1.6;margin:0 0 1rem}.pending-table-wrapper[data-v-d0e51fd0]{background-color:var(--nuna-bg-page);border-radius:12px;border:1px solid var(--nuna-border-color);overflow:hidden;box-shadow:0 4px 12px #0000000d;margin-top:1.5rem}.table-header[data-v-d0e51fd0]{display:flex;padding:.75rem 1.5rem;background-color:var(--nuna-bg-light);border-bottom:2px solid var(--nuna-border-color);color:var(--nuna-text-secondary);font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.table-body[data-v-d0e51fd0]{display:flex;flex-direction:column}.table-row[data-v-d0e51fd0]{display:flex;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid var(--nuna-border-soft);transition:background-color .2s}.table-row[data-v-d0e51fd0]:last-child{border-bottom:none}.table-row[data-v-d0e51fd0]:hover{background-color:var(--nuna-purple-light-bg)}.table-row.item-updating[data-v-d0e51fd0]{opacity:.5;pointer-events:none}.col[data-v-d0e51fd0]{display:flex;align-items:center;gap:.75rem}.col-paciente[data-v-d0e51fd0]{flex:2;font-weight:600;color:var(--nuna-text-primary)}.col-data[data-v-d0e51fd0]{flex:2;color:var(--nuna-text-secondary)}.col-acoes[data-v-d0e51fd0]{flex:1;justify-content:flex-end}.info-icon[data-v-d0e51fd0]{width:1.2em;height:1.2em;color:var(--nuna-text-secondary);opacity:.7}.table-footer[data-v-d0e51fd0]{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1.5rem;background-color:var(--nuna-bg-light);border-top:1px solid var(--nuna-border-color)}.pagination-info[data-v-d0e51fd0]{font-size:.85rem;color:var(--nuna-text-secondary)}.pagination-controls[data-v-d0e51fd0]{display:flex;gap:.5rem}.nuna-button[data-v-d0e51fd0]{padding:.6rem 1.2rem;border:1px solid transparent;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s ease-in-out;text-decoration:none}.nuna-button.small[data-v-d0e51fd0]{padding:.4rem .8rem;font-size:.8rem}.nuna-button .button-icon[data-v-d0e51fd0]{width:1.2em;height:1.2em}.nuna-button .button-icon.no-gap[data-v-d0e51fd0]{gap:0;margin:0}.nuna-button .button-icon.no-gap.right[data-v-d0e51fd0]{margin-left:.3em}.nuna-button.primary[data-v-d0e51fd0]{background-color:var(--nuna-purple);color:#fff;border-color:var(--nuna-purple)}.nuna-button.primary[data-v-d0e51fd0]:hover:not(:disabled){background-color:var(--nuna-purple-hover)}.nuna-button.secondary[data-v-d0e51fd0]{background-color:var(--nuna-bg-page);color:var(--nuna-text-primary);border-color:var(--nuna-border-color)}.nuna-button.secondary[data-v-d0e51fd0]:hover:not(:disabled){background-color:var(--nuna-border-soft)}.nuna-button[data-v-d0e51fd0]:disabled,.nuna-button-disabled-link[data-v-d0e51fd0]{opacity:.6;pointer-events:none;cursor:not-allowed}.nuna-button.icon-only[data-v-d0e51fd0]{padding:.5rem;background-color:transparent;border-color:transparent;color:var(--nuna-text-secondary)}.nuna-button.icon-only[data-v-d0e51fd0]:hover:not(:disabled){background-color:var(--nuna-bg-light);color:var(--nuna-text-primary)}.nuna-button.icon-only.danger-hover[data-v-d0e51fd0]:hover:not(:disabled){background-color:var(--nuna-status-red-bg);color:var(--nuna-status-red)}@media (max-width: 768px){.table-header[data-v-d0e51fd0]{display:none}.table-row[data-v-d0e51fd0]{flex-direction:column;align-items:flex-start;gap:.75rem;padding:1rem}.col[data-v-d0e51fd0]{width:100%}.col-acoes[data-v-d0e51fd0]{flex-direction:row-reverse;justify-content:flex-start;margin-top:.75rem;padding-top:.75rem;border-top:1px dashed var(--nuna-border-soft)}.col-acoes .nuna-button.primary[data-v-d0e51fd0]{flex-grow:1}.table-footer[data-v-d0e51fd0]{flex-direction:column;gap:.75rem}}.pagination-controls[data-v-d8672124]{display:flex;justify-content:center;padding:1.5rem 0 .5rem}.animate-spin[data-v-d8672124]{animation:spin-d8672124 1s linear infinite}@keyframes spin-d8672124{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.nuna-theme[data-v-d8672124]{font-family:Nunito,sans-serif;background-color:var(--nuna-bg-light, #fefcfe);padding:20px;color:var(--nuna-text-primary, #584879)}.summary-cards-container[data-v-d8672124]{display:grid;gap:1rem;margin-bottom:1rem}.summary-cards-container.main-cards[data-v-d8672124]{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin-bottom:1.5rem}.summary-cards-container.secondary-pills[data-v-d8672124]{grid-template-columns:repeat(3,1fr);gap:.8rem;margin-bottom:2rem}@media (max-width: 1200px){.summary-cards-container.secondary-pills[data-v-d8672124]{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}}.summary-card.main-card[data-v-d8672124]{background-color:var(--nuna-bg-light, #fefcfe);border:1px solid var(--nuna-border-soft, #e5e7eb);border-radius:12px;padding:1.25rem;display:flex;align-items:center;gap:1rem;box-shadow:0 4px 12px #0000000d}.main-card .card-icon.main-icon[data-v-d8672124]{padding:.8rem;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.main-card .card-icon.main-icon svg[data-v-d8672124]{width:2rem;height:2rem}.main-card .card-content[data-v-d8672124]{display:flex;flex-direction:column;justify-content:center;flex-grow:1;min-width:0}.main-card .card-content .card-title.main-title[data-v-d8672124]{font-size:.9rem;color:var(--nuna-text-secondary, #6b7280);margin-bottom:.15rem;font-weight:500;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.main-card .card-content .card-value.main-value[data-v-d8672124]{font-size:1.5rem;font-weight:700;line-height:1.1;white-space:nowrap}.main-card.recebido-card .card-icon.main-icon[data-v-d8672124]{background-color:var(--nuna-status-green-bg, #ecfdf5);color:var(--nuna-green, #a8d5ba)}.main-card.recebido-card .card-value.main-value[data-v-d8672124]{color:var(--nuna-green, #a8d5ba)}.main-card.saidas-card .card-icon.main-icon[data-v-d8672124]{background-color:var(--nuna-status-yellow-light-bg, #fffbeb);color:var(--nuna-orange, #d8b171)}.main-card.saidas-card .card-value.main-value[data-v-d8672124]{color:var(--nuna-orange, #d8b171)}.main-card.saldo-card.saldo-positivo-bg[data-v-d8672124]{background-color:var(--nuna-status-green-bg, #ecfdf5)}.main-card.saldo-card.saldo-negativo-bg[data-v-d8672124]{background-color:var(--nuna-status-red-bg, #fef2f2)}.main-card.saldo-card .card-icon.main-icon[data-v-d8672124]{color:#fff}.main-card.saldo-card.saldo-positivo-bg .card-icon.main-icon[data-v-d8672124]{background-color:var(--nuna-green, #a8d5ba)}.main-card.saldo-card.saldo-negativo-bg .card-icon.main-icon[data-v-d8672124]{background-color:var(--nuna-red, #c87b95)}.main-card.saldo-card.saldo-positivo-bg .card-value.main-value[data-v-d8672124]{color:var(--nuna-green, #a8d5ba)}.main-card.saldo-card.saldo-negativo-bg .card-value.main-value[data-v-d8672124]{color:var(--nuna-red, #c87b95)}.info-pill[data-v-d8672124]{background-color:var(--nuna-bg-light, #fefcfe);border:1px solid var(--nuna-border-soft, #e5e7eb);border-radius:20px;padding:.6rem 1rem;display:flex;align-items:center;gap:.6rem;box-shadow:0 2px 4px #00000008}.info-pill .pill-icon[data-v-d8672124]{padding:.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.info-pill .pill-icon svg[data-v-d8672124]{width:1.25rem;height:1.25rem}.info-pill .pill-content[data-v-d8672124]{display:flex;flex-direction:column;align-items:flex-start;line-height:1.3}.info-pill .pill-label[data-v-d8672124]{font-size:.75rem;color:var(--nuna-text-muted-dark, #6b7280);font-weight:500;text-transform:uppercase;letter-spacing:.05em}.info-pill .pill-value[data-v-d8672124]{font-size:1.1rem;font-weight:600;color:var(--nuna-text-primary, #374151)}.info-pill .pill-subtext[data-v-d8672124]{font-size:.7rem;color:var(--nuna-text-muted-dark, #9ca3af)}.info-pill.a-receber-pill .pill-icon[data-v-d8672124]{background-color:#d8b17126;color:var(--nuna-orange, #d8b171)}.info-pill.a-receber-pill .pill-value[data-v-d8672124]{color:var(--nuna-orange, #d8b171)}.info-pill.projecao-pill .pill-icon[data-v-d8672124]{background-color:var(--nuna-purple-lightest, #f3e8ff);color:var(--nuna-purple, #866ab0)}.info-pill.projecao-pill .pill-value.positive-text[data-v-d8672124]{color:var(--nuna-purple, #866ab0)}.info-pill.projecao-pill .pill-value.negative-text[data-v-d8672124]{color:var(--nuna-orange, #d8b171)}.info-pill.analysis-button-card[data-v-d8672124]{background-color:var(--nuna-purple-lightest, #f3e8ff);border-color:var(--nuna-purple-light, #ede9fe);cursor:pointer;text-decoration:none;transition:all .2s ease-in-out;display:flex;align-items:center}.info-pill.analysis-button-card[data-v-d8672124]:hover{background-color:var(--nuna-bg-hover-subtle, #f4f2ff);border-color:var(--nuna-purple, #866ab0);box-shadow:0 4px 8px #00000012;transform:translateY(-2px)}.info-pill.analysis-button-card .pill-icon[data-v-d8672124]{color:var(--nuna-purple, #866ab0);background-color:#866ab01a}.info-pill.analysis-button-card .pill-content .pill-label[data-v-d8672124]{color:var(--nuna-purple-dark, #584879);text-transform:none;font-weight:600;font-size:.8rem}.info-pill.analysis-button-card .pill-content .small-value[data-v-d8672124]{font-size:.75em;color:var(--nuna-text-secondary, #7a6b90);margin-top:1px;line-height:1.2}.positive-text[data-v-d8672124]{color:var(--nuna-status-green-text, #4c8d70)}.negative-text[data-v-d8672124]{color:var(--nuna-orange, #d8b171)}.transactions-section[data-v-d8672124]{background-color:var(--nuna-button-secondary-bg, #fff);padding:1.5rem;border-radius:8px;box-shadow:0 2px 8px #00000012;margin-bottom:2rem;border:1px solid var(--nuna-grey-medium, #e8e3ee)}.transactions-section h2[data-v-d8672124]{font-size:1.3em;color:var(--nuna-purple, #866ab0);margin-top:0;margin-bottom:1.25rem;padding-bottom:.5rem;border-bottom:1px solid var(--nuna-grey-medium, #e8e3ee)}.nuna-button[data-v-d8672124]{padding:8px 16px;border-radius:6px;cursor:pointer;font-size:.9em;font-weight:600;transition:background-color .2s ease,opacity .2s ease,border-color .2s ease;display:inline-flex;align-items:center;justify-content:center;line-height:1.5;border:1px solid transparent;text-decoration:none}.nuna-button svg[data-v-d8672124]{margin-right:.4rem;width:1.1em;height:1.1em}.nuna-button.primary[data-v-d8672124]{background-color:var(--nuna-purple, #866ab0);color:var(--nuna-text-on-primary, #fff);border-color:var(--nuna-purple, #866ab0)}.nuna-button.secondary[data-v-d8672124]{background-color:var(--nuna-button-secondary-bg, #fff);color:var(--nuna-button-secondary-text, #4f4760);border-color:var(--nuna-button-secondary-border, var(--nuna-grey-dark))}.nuna-button[data-v-d8672124]:disabled{opacity:.6;cursor:not-allowed}.section-header-financial[data-v-d8672124]{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--nuna-grey-medium, #e8e3ee)}.section-header-financial h2[data-v-d8672124]{margin:0;padding:0;border:none}.export-buttons-group[data-v-d8672124]{display:flex;gap:.5rem;margin-left:auto}.filters-financial[data-v-d8672124]{display:flex;gap:.8rem;margin-bottom:1.5rem;flex-wrap:wrap;align-items:flex-end;background-color:var(--nuna-grey-lightest, #faf7fb);padding:1rem;border-radius:6px;border:1px solid var(--nuna-border-color, #d1c4e9)}.filters-financial .form-group[data-v-d8672124]{margin-bottom:0;flex-grow:1;min-width:180px;max-width:250px}.filters-financial .form-select[data-v-d8672124]{padding:.6rem .8rem;font-size:.9em;border:1px solid var(--nuna-border-color, #d1c4e9);background-color:var(--nuna-bg-light, #fefcfe);color:var(--nuna-text-primary, #584879);border-radius:6px;width:100%}.filters-financial .form-label[data-v-d8672124]{margin-bottom:.3rem;font-weight:600;font-size:.85em;color:var(--nuna-text-secondary, #7a6b90);display:block}.info-message[data-v-d8672124]{padding:.8rem;margin:1rem 0;border-radius:5px;text-align:center;border:1px solid;font-size:.9em;background-color:var(--nuna-status-grey-bg, #f1f1f4);border-color:var(--nuna-status-grey-border, #d6d0e0);color:var(--nuna-status-grey-text, #6e677a)}.transactions-list-container[data-v-d8672124]{margin-top:1.5rem;overflow-x:auto}.transactions-table[data-v-d8672124]{width:100%;border-collapse:collapse;font-size:.85em;min-width:800px}.transactions-table th[data-v-d8672124],.transactions-table td[data-v-d8672124]{padding:.6rem .8rem;text-align:left;border-bottom:1px solid var(--nuna-grey-medium, #e8e3ee);vertical-align:middle}.transactions-table th[data-v-d8672124]{background-color:var(--nuna-grey-lightest, #faf7fb);color:var(--nuna-text-secondary, #7a6b90);font-weight:600;white-space:nowrap}.transactions-table tbody tr[data-v-d8672124]:hover{background-color:var(--nuna-grey-medium, #e8e3ee)}.transactions-table .amount-cell[data-v-d8672124]{text-align:right;font-weight:600;white-space:nowrap}.transactions-table .amount-cell.entrada-valor[data-v-d8672124]{color:var(--nuna-status-green-text, #4c8d70)}.transactions-table .amount-cell.saida-valor[data-v-d8672124]{color:var(--nuna-status-red-text, #b9637e)}.transactions-table .amount-cell.saida-agendada-arquivada[data-v-d8672124]{text-decoration:line-through;color:#9ca3af}.status-badge-financial[data-v-d8672124]{padding:.2em .5em;border-radius:10px;font-size:.8em;font-weight:500;white-space:nowrap;border:1px solid;display:inline-flex;align-items:center;gap:.25rem}.status-badge-financial.paid[data-v-d8672124]{background-color:var(--nuna-status-green-bg, #e5f3ec);color:var(--nuna-status-green-text, #4c8d70);border-color:var(--nuna-status-green-border, #cfe9dc)}.status-badge-financial.pending[data-v-d8672124]{background-color:var(--nuna-status-yellow-light-bg, #fff9ec);color:var(--nuna-status-yellow-light-text, #c69745);border-color:var(--nuna-status-yellow-light-border, #f5e3c2)}.actions-cell-financial[data-v-d8672124]{text-align:center;white-space:nowrap}.action-btn[data-v-d8672124]{background:0 0;border:none;cursor:pointer;padding:.3rem .4rem;margin:0 .2rem;display:inline-flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s ease,color .2s ease}.action-btn svg[data-v-d8672124]{display:block;width:1.15em;height:1.15em}.action-btn.edit[data-v-d8672124]{color:var(--nuna-blue, #b29dd9)}.action-btn.edit[data-v-d8672124]:hover{background-color:#7a679014;color:var(--nuna-purple, #866ab0)}.action-btn.paid[data-v-d8672124]{color:var(--nuna-status-green-text, #4c8d70)}.action-btn.unpaid[data-v-d8672124]{color:var(--nuna-status-yellow-light-text, #c69745)}.action-btn.delete[data-v-d8672124]{color:var(--nuna-status-red-text, #b9637e)}.form-checkbox-table[data-v-d8672124]{width:1rem;height:1rem;accent-color:var(--nuna-purple, #866ab0);cursor:pointer;vertical-align:middle}.transactions-table tbody tr.selected-row[data-v-d8672124]{background-color:var(--nuna-status-lavender-bg, #f3edf7)!important}.bulk-actions-bar[data-v-d8672124]{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background-color:var(--nuna-grey-lightest, #faf7fb);border-radius:6px;margin-bottom:1rem;border:1px solid var(--nuna-grey-medium, #e8e3ee)}.bulk-actions-bar span[data-v-d8672124]{font-size:.9em;color:var(--nuna-text-primary, #584879)}.nuna-button.danger[data-v-d8672124]{background-color:var(--nuna-red, #c87b95);color:#fff;border-color:var(--nuna-red, #c87b95)}.status-badge-financial.scheduled[data-v-d8672124]{background-color:var(--nuna-status-blue-bg, #e0f2fe);color:var(--nuna-status-blue-text, #0ea5e9);border-color:var(--nuna-status-blue-border, #bae6fd)}.status-badge-financial.overdue-scheduled[data-v-d8672124]{background-color:var(--nuna-status-red-bg, #fef2f2);color:var(--nuna-status-red-text, #ef4444);border-color:var(--nuna-status-red-border, #fecaca)}.status-badge-financial.archived[data-v-d8672124]{background-color:var(--nuna-status-grey-bg, #f3f4f6);color:var(--nuna-status-grey-text, #6b7280);border-color:var(--nuna-status-grey-border, #e5e7eb)}.action-btn.pay-scheduled[data-v-d8672124]{color:var(--nuna-green, #a8d5ba)}.action-btn.cancel-scheduled[data-v-d8672124]{color:var(--nuna-orange, #d8b171)}@keyframes pulse-d8672124{0%,to{background-color:#eef0f2}50%{background-color:#f7f8fa}}.skeleton-container[data-v-d8672124]{display:flex;flex-direction:column;gap:1rem}.skeleton[data-v-d8672124]{background-color:#eef0f2;border-radius:12px;animation:pulse-d8672124 1.8s infinite ease-in-out}.skeleton-text[data-v-d8672124]{background-color:#eef0f2;color:transparent;border-radius:6px;-webkit-user-select:none;user-select:none;animation:pulse-d8672124 1.8s infinite ease-in-out}.skeleton-title[data-v-d8672124]{height:28px;width:250px}.summary-cards-container.main-cards .skeleton[data-v-d8672124]{height:110px}.summary-cards-container.secondary-pills .skeleton[data-v-d8672124]{height:72px;border-radius:20px}.filters-financial.skeleton[data-v-d8672124]{height:94px}.skeleton-table-row[data-v-d8672124]{height:52px;background-color:#f3f4f6;border-radius:8px;margin-bottom:8px;animation:pulse-d8672124 1.8s infinite ease-in-out}.modal-overlay-manage-plans[data-v-442996c9]{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#111827a6;display:flex;justify-content:center;align-items:center;z-index:1070;padding:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);overflow-y:auto}.modal-content-manage-plans[data-v-442996c9]{background-color:#fff;border-radius:12px;box-shadow:0 10px 30px #0000001a;width:100%;max-width:800px;max-height:calc(100vh - 40px);display:flex;flex-direction:column;overflow:hidden}.modal-header-refined[data-v-442996c9]{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;border-bottom:1px solid #e5e7eb;flex-shrink:0}.modal-title-refined[data-v-442996c9]{margin:0;color:var(--nuna-purple, #6d28d9);font-size:1.2rem;font-weight:600}.modal-close-button-refined[data-v-442996c9]{background:transparent;border:none;font-size:1.6rem;cursor:pointer;color:#9ca3af;padding:0;line-height:1}.modal-close-button-refined[data-v-442996c9]:hover{color:var(--nuna-purple, #6d28d9)}.modal-body-manage-plans[data-v-442996c9]{padding:20px 24px;overflow-y:auto;flex-grow:1;background-color:#f9fafb}.loading-indicator-plans[data-v-442996c9]{text-align:center;padding:30px;color:#6b7280;font-style:italic}.manage-plans-layout[data-v-442996c9]{display:grid;grid-template-columns:1fr;gap:24px}@media (min-width: 768px){.manage-plans-layout[data-v-442996c9]{grid-template-columns:minmax(300px,.8fr) 1fr}}.plan-selection-form-section[data-v-442996c9],.procedures-section-wrapper[data-v-442996c9]{background-color:#fff;padding:18px;border-radius:8px;border:1px solid #e5e7eb;box-shadow:0 1px 3px #00000008}.procedures-section-wrapper[data-v-442996c9]{display:flex;flex-direction:column}.procedures-section[data-v-442996c9]{flex-grow:1}.section-subtitle-plans[data-v-442996c9]{font-size:1.05rem;font-weight:600;color:#374151;margin-top:0;margin-bottom:16px;padding-bottom:8px;border-bottom:1px solid #f3f4f6}.section-subtitle-plans.nospaced[data-v-442996c9]{margin-bottom:0;border-bottom:none;padding-bottom:0}.form-group-plans[data-v-442996c9]{margin-bottom:14px}.form-label-plans[data-v-442996c9]{display:block;margin-bottom:6px;font-weight:500;font-size:.875rem;color:#4b5563}.form-input-plans[data-v-442996c9],.form-select-plans[data-v-442996c9],.form-textarea-plans[data-v-442996c9]{width:100%;padding:9px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:.9rem;background-color:#fff;color:#1f2937;transition:border-color .2s,box-shadow .2s;box-sizing:border-box}.form-input-plans[data-v-442996c9]:focus,.form-select-plans[data-v-442996c9]:focus,.form-textarea-plans[data-v-442996c9]:focus{outline:none;border-color:var(--nuna-purple, #7c3aed);box-shadow:0 0 0 2.5px #7c3aed33}.form-textarea-plans[data-v-442996c9]{min-height:60px;resize:vertical}.inline-checkbox-group[data-v-442996c9]{display:flex;align-items:center;margin-top:12px}.form-checkbox-custom[data-v-442996c9]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:1.05em;height:1.05em;border:1.5px solid #d1d5db;border-radius:4px;margin-right:.5em;cursor:pointer;vertical-align:middle;position:relative;transition:background-color .2s,border-color .2s;flex-shrink:0}.form-checkbox-custom[data-v-442996c9]:checked{background-color:var(--nuna-purple, #7c3aed);border-color:var(--nuna-purple, #7c3aed)}.form-checkbox-custom[data-v-442996c9]:checked:before{content:"✔";font-size:.75em;color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);line-height:1}.checkbox-item-custom-label[data-v-442996c9]{font-size:.9rem;color:#374151;cursor:pointer}.plan-form-actions[data-v-442996c9]{display:flex;justify-content:space-between;gap:10px;margin-top:18px}.nuna-button-refined.small-text[data-v-442996c9]{font-size:.85rem;padding:7px 14px}.nuna-button-refined.full-width-btn[data-v-442996c9]{width:100%}.placeholder-text[data-v-442996c9]{color:#6b7280;font-style:italic;text-align:center;padding:20px;border:1px dashed #d1d5db;border-radius:6px;background-color:#f9fafb;font-size:.9rem}.confirmation-overlay-plans[data-v-442996c9]{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#111827bf;display:flex;justify-content:center;align-items:center;z-index:1080}.confirmation-dialog-plans[data-v-442996c9]{max-width:420px;padding:24px;text-align:center;background-color:#fff;border-radius:8px;box-shadow:0 4px 15px #0000001a}.confirmation-title-plans[data-v-442996c9]{font-size:1.15rem;font-weight:600;color:#1f2937;margin-bottom:12px}.confirmation-text-plans[data-v-442996c9]{font-size:.9rem;color:#4b5563;margin-bottom:24px;line-height:1.6}.modal-actions-refined.confirmation-actions-plans[data-v-442996c9]{border-top:none;padding-top:0;justify-content:center;display:flex;gap:10px}.nuna-button-refined[data-v-442996c9]{padding:9px 18px;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:600;transition:all .2s ease-in-out;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;min-height:38px;box-sizing:border-box}.nuna-button-refined.primary[data-v-442996c9]{background-color:var(--nuna-purple, #7c3aed);color:#fff;box-shadow:0 1px 2px #0000000d}.nuna-button-refined.primary[data-v-442996c9]:hover:not(:disabled){background-color:#6d28d9}.nuna-button-refined.secondary[data-v-442996c9]{background-color:#fff;color:#374151;border:1px solid #d1d5db;box-shadow:0 1px 2px #0000000d}.nuna-button-refined.secondary[data-v-442996c9]:hover:not(:disabled){background-color:#f9fafb;border-color:#9ca3af}.nuna-button-refined.danger[data-v-442996c9]{background-color:var(--nuna-red, #ef4444);color:#fff;border-color:var(--nuna-red, #ef4444)}.nuna-button-refined.danger[data-v-442996c9]:hover:not(:disabled){background-color:var(--nuna-red-dark, #dc2626);border-color:var(--nuna-red-dark, #dc2626)}.nuna-button-refined.danger-outline[data-v-442996c9]{background-color:transparent;color:var(--nuna-red, #ef4444);border:1px solid var(--nuna-red, #ef4444)}.nuna-button-refined.danger-outline[data-v-442996c9]:hover:not(:disabled){background-color:#ef44440d;border-color:var(--nuna-red-dark, #dc2626);color:var(--nuna-red-dark, #dc2626)}.nuna-button-refined[data-v-442996c9]:disabled{opacity:.6;cursor:not-allowed}.button-loading-spinner[data-v-442996c9]{border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;width:1em;height:1em;animation:spin-442996c9 .8s linear infinite;display:inline-block;margin-right:.5em}.nuna-button-refined:disabled .button-loading-spinner[data-v-442996c9]:only-child{margin-right:0}.nuna-button-refined.secondary .button-loading-spinner[data-v-442996c9],.nuna-button-refined.danger-outline .button-loading-spinner[data-v-442996c9]{border-top-color:var(--nuna-purple, #7c3aed)}.nuna-button-refined.danger .button-loading-spinner[data-v-442996c9]{border-top-color:#fff}.procedure-form[data-v-442996c9]{background-color:#fdfdff;padding:16px;border-radius:6px;border:1px solid #e0d8ed;margin-top:16px;margin-bottom:20px}.procedure-form-title[data-v-442996c9]{font-size:.95rem;font-weight:600;color:var(--nuna-purple-dark, #584879);margin-top:0;margin-bottom:14px}.form-grid-procedures[data-v-442996c9]{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px 16px;align-items:flex-start}.full-span-procedure[data-v-442996c9]{grid-column:1 / -1}.procedure-form-actions[data-v-442996c9]{display:flex;justify-content:flex-end;gap:10px;margin-top:16px}.nuna-button-refined.very-small-text[data-v-442996c9]{font-size:.8rem;padding:6px 12px;min-height:32px}.procedures-list-container[data-v-442996c9]{margin-top:20px}.procedure-list-title[data-v-442996c9]{font-size:.95rem;font-weight:600;color:#4a5568;margin-bottom:10px}.nuna-table.procedures-table[data-v-442996c9]{width:100%;border-collapse:collapse;font-size:.875rem}.nuna-table.procedures-table th[data-v-442996c9],.nuna-table.procedures-table td[data-v-442996c9]{border:1px solid #e2e8f0;padding:8px 10px;text-align:left;vertical-align:middle}.nuna-table.procedures-table th[data-v-442996c9]{background-color:#f8fafc;font-weight:600;color:#334155}.nuna-table.procedures-table tbody tr[data-v-442996c9]:nth-child(2n){background-color:#fdfeff}.nuna-table.procedures-table tbody tr[data-v-442996c9]:hover{background-color:#f0f5ff}.actions-cell-procedures[data-v-442996c9]{text-align:center;white-space:nowrap}.nuna-button-icon-refined[data-v-442996c9]{background:transparent;border:none;color:var(--nuna-text-secondary, #6b7280);padding:4px;border-radius:4px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background-color .2s,color .2s}.nuna-button-icon-refined.small-icon svg[data-v-442996c9]{width:1.1em;height:1.1em}.nuna-button-icon-refined.edit[data-v-442996c9]:hover{background-color:#7c3aed1a;color:var(--nuna-purple, #7c3aed)}.nuna-button-icon-refined.danger[data-v-442996c9]{color:var(--nuna-red, #ef4444)}.nuna-button-icon-refined.danger[data-v-442996c9]:hover{background-color:#ef44441a;color:var(--nuna-red-dark, #dc2626)}.loading-indicator-plans.small[data-v-442996c9]{font-size:.85rem;padding:15px}.placeholder-text.small-placeholder[data-v-442996c9]{padding:15px;font-size:.85rem;margin-top:10px}.procedure-actions-header[data-v-442996c9]{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.procedure-actions-header .section-subtitle-plans[data-v-442996c9]{margin-bottom:0;border-bottom:none;padding-bottom:0}.visually-hidden[data-v-442996c9]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes spin-442996c9{to{transform:rotate(360deg)}}.modal-overlay[data-v-cd19a47c]{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#1e1928a6;display:flex;align-items:center;justify-content:center;z-index:2000}.modal-content[data-v-cd19a47c]{background-color:var(--nuna-bg-light, #fefcfe);color:var(--nuna-text-primary, #584879);padding:0;border-radius:10px;width:100%;max-width:500px;box-shadow:0 8px 25px #00000026;display:flex;flex-direction:column}.modal-header[data-v-cd19a47c]{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid var(--nuna-border-color, #e9ecef)}.modal-header h2[data-v-cd19a47c]{margin:0;font-size:1.25rem;color:var(--nuna-purple, #866ab0)}.modal-close-button[data-v-cd19a47c]{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#9ca3af}.modal-body[data-v-cd19a47c]{padding:1.5rem}.transaction-summary[data-v-cd19a47c]{background-color:var(--nuna-grey-lightest, #faf7fb);border:1px solid var(--nuna-border-color, #e9ecef);border-radius:8px;padding:1rem;margin-bottom:1.5rem;font-size:.9em}.transaction-summary p[data-v-cd19a47c]{margin:0 0 .5rem}.transaction-summary p[data-v-cd19a47c]:last-child{margin-bottom:0}.form-grid[data-v-cd19a47c]{display:grid;gap:1rem}.form-group.full-width[data-v-cd19a47c]{grid-column:1 / -1}.form-group label[data-v-cd19a47c]{display:block;margin-bottom:.5rem;font-weight:500;font-size:.9em;color:var(--nuna-text-secondary, #7a6b90)}.form-input[data-v-cd19a47c],.form-select[data-v-cd19a47c],.form-textarea[data-v-cd19a47c]{width:100%;padding:.6rem .8rem;border-radius:6px;border:1px solid var(--nuna-border-color, #d1c4e9);background-color:var(--nuna-bg-light, #fefcfe);color:var(--nuna-text-primary, #584879)}.form-textarea[data-v-cd19a47c]{resize:vertical;min-height:80px}.modal-actions[data-v-cd19a47c]{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.5rem;border-top:1px solid var(--nuna-border-color, #e9ecef);padding-top:1.5rem}.nuna-button[data-v-cd19a47c]{padding:8px 16px;border-radius:6px;cursor:pointer;font-size:.9em;font-weight:600;transition:background-color .2s ease,opacity .2s ease,border-color .2s ease;display:inline-flex;align-items:center;justify-content:center;line-height:1.5;border:1px solid transparent;text-decoration:none}.nuna-button.primary[data-v-cd19a47c]{background-color:var(--nuna-purple, #866ab0);color:var(--nuna-text-on-primary, #ffffff);border-color:var(--nuna-purple, #866ab0)}.nuna-button.primary[data-v-cd19a47c]:hover:not(:disabled){background-color:var(--nuna-purple-hover, #6e599e);border-color:var(--nuna-purple-hover, #6e599e)}.nuna-button.secondary[data-v-cd19a47c]{background-color:var(--nuna-button-secondary-bg, #ffffff);color:var(--nuna-button-secondary-text, #4f4760);border-color:var(--nuna-button-secondary-border, #a9a9a9)}.nuna-button.secondary[data-v-cd19a47c]:hover:not(:disabled){background-color:var(--nuna-button-secondary-hover-bg, #f8f9fa);border-color:var(--nuna-button-secondary-hover-border, #866ab0)}.nuna-button[data-v-cd19a47c]:disabled{opacity:.6;cursor:not-allowed}.panel-convenios-view.nuna-theme[data-v-dccca0cd]{padding:24px;background-color:#f9fafb}.filters-container[data-v-dccca0cd]{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;padding:20px;background-color:#fff;border-radius:8px;border:1px solid #e5e7eb;margin-bottom:24px}.form-group[data-v-dccca0cd]{display:flex;flex-direction:column}.form-group label[data-v-dccca0cd]{margin-bottom:8px;font-size:.875rem;font-weight:500;color:#4b5563}.form-select[data-v-dccca0cd]{padding:10px 14px;border:1px solid #d1d5db;border-radius:8px;font-size:.9rem;background-color:#fff;color:#1f2937;transition:border-color .2s,box-shadow .2s;width:100%}.form-select[data-v-dccca0cd]:focus{outline:none;border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed33}.transactions-container[data-v-dccca0cd]{background-color:#fff;border-radius:8px;border:1px solid #e5e7eb;padding:20px}.transactions-header[data-v-dccca0cd]{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #e5e7eb}.transactions-title[data-v-dccca0cd]{font-size:1.25rem;font-weight:600;color:#4a044e;margin:0}.transactions-actions[data-v-dccca0cd]{display:flex;gap:12px}.batch-actions-container[data-v-dccca0cd]{padding:12px 20px;background-color:#ede9fe;border:1px solid #ddd6fe;border-radius:8px;margin-bottom:24px;display:flex;justify-content:space-between;align-items:center}.batch-actions-container span[data-v-dccca0cd]{font-size:.9rem;font-weight:500;color:#5b21b6}.nuna-button-style[data-v-dccca0cd]{padding:9px 18px;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:600;transition:all .2s ease-in-out;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.nuna-button-style .button-icon-style[data-v-dccca0cd]{width:1.1em;height:1.1em}.nuna-button-style.primary[data-v-dccca0cd]{background-color:#7c3aed;color:#fff}.nuna-button-style.primary[data-v-dccca0cd]:hover{background-color:#6d28d9}.nuna-button-style.secondary[data-v-dccca0cd]{background-color:#fff;color:#374151;border-color:#d1d5db}.nuna-button-style.secondary[data-v-dccca0cd]:hover{background-color:#f9fafb}.nuna-button-style.danger[data-v-dccca0cd]{background-color:#ef4444;color:#fff}.nuna-button-style.danger[data-v-dccca0cd]:hover{background-color:#dc2626}.nuna-button-style.small-btn[data-v-dccca0cd]{padding:6px 12px;font-size:.8rem}.loading-placeholder[data-v-dccca0cd],.error-placeholder[data-v-dccca0cd],.empty-placeholder[data-v-dccca0cd]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;text-align:center;min-height:200px;color:#6b7280;font-size:1rem}.loading-placeholder span[data-v-dccca0cd]{margin-top:1rem}.transactions-table-container[data-v-dccca0cd]{overflow-x:auto}.nuna-table[data-v-dccca0cd]{width:100%;border-collapse:collapse;font-size:.875rem}.nuna-table th[data-v-dccca0cd],.nuna-table td[data-v-dccca0cd]{padding:12px 16px;text-align:left;border-bottom:1px solid #e5e7eb;white-space:nowrap}.nuna-table td[data-v-dccca0cd]{color:#374151}.nuna-table th[data-v-dccca0cd]{background-color:#f9fafb;font-weight:600;color:#4b5563}.nuna-table tbody tr[data-v-dccca0cd]:hover{background-color:#f3f4f6}.nuna-table tbody tr.selected-row[data-v-dccca0cd]{background-color:#ede9fe}.text-right[data-v-dccca0cd]{text-align:right}.text-center[data-v-dccca0cd]{text-align:center}.status-badge[data-v-dccca0cd]{display:inline-block;padding:4px 10px;border-radius:9999px;font-size:.75rem;font-weight:600;white-space:nowrap}.status-a-enviar[data-v-dccca0cd]{background-color:#e0e7ff;color:#3730a3}.status-enviado-aguardando[data-v-dccca0cd]{background-color:#fef3c7;color:#92400e}.status-pago[data-v-dccca0cd]{background-color:#dcfce7;color:#166534}.status-glosado-parcialmente[data-v-dccca0cd]{background-color:#fef3c7;color:#b45309}.status-glosado-totalmente[data-v-dccca0cd]{background-color:#fee2e2;color:#991b1b}.actions-cell[data-v-dccca0cd]{text-align:center;white-space:nowrap}.action-button[data-v-dccca0cd]{background:none;border:none;cursor:pointer;padding:4px;border-radius:50%;transition:background-color .2s;color:#6b7280}.action-button[data-v-dccca0cd]:hover{color:#374151}.action-button.edit[data-v-dccca0cd]:hover{background-color:#7c3aed1a;color:#6d28d9}.checkbox-cell[data-v-dccca0cd]{width:1%;padding-left:16px;padding-right:8px}.h-5[data-v-dccca0cd]{height:1.25rem}.w-5[data-v-dccca0cd]{width:1.25rem}.h-8[data-v-dccca0cd]{height:2rem}.w-8[data-v-dccca0cd]{width:2rem}.animate-spin[data-v-dccca0cd]{animation:spin-dccca0cd 1s linear infinite}@keyframes spin-dccca0cd{0%{transform:rotate(0)}to{transform:rotate(360deg)}}[data-v-ba59f4ff]:root{--nuna-purple: #866ab0;--nuna-purple-dark: #4a044e;--nuna-purple-lightest: #f4effa;--nuna-green: #10b981;--nuna-orange: #f59e0b;--nuna-red: #ef4444;--nuna-blue: #3b82f6;--nuna-turquoise: #14b8a6;--nuna-text-primary: #374151;--nuna-text-secondary: #6b7280;--nuna-bg-light: #f9fafb;--nuna-bg-content: #ffffff;--nuna-border-color: #d1c4e9;--nuna-border-color-light: #e0d8ed;--nuna-border-soft: #e5e7eb;--nuna-status-red-bg: #fee2e2;--nuna-status-red-border: #fecaca;--nuna-status-green-bg: #d1fae5;--nuna-status-green-text: #065f46}.analise-financeira-dashboard.nuna-theme[data-v-ba59f4ff]{font-family:Nunito,sans-serif;background-color:var(--nuna-bg-light);color:var(--nuna-text-primary);padding:20px;min-height:100vh}.header-main-title[data-v-ba59f4ff]{font-size:1.7em;font-weight:700;color:var(--nuna-purple);margin:0;line-height:1.2}.period-selector-wrapper[data-v-ba59f4ff]{display:flex;align-items:center}.period-selector-container-inline[data-v-ba59f4ff]{display:flex;align-items:center;gap:.5rem;background-color:#fff;padding:.5rem .75rem;border-radius:8px;box-shadow:0 1px 3px #0000000d;border:1px solid var(--nuna-border-color-light)}.period-label[data-v-ba59f4ff]{font-size:.875rem;color:var(--nuna-text-secondary);font-weight:500}.form-select.compact[data-v-ba59f4ff]{padding:.375rem .5rem;font-size:.875rem;border-radius:6px;border:1px solid var(--nuna-border-color);background-color:#fff;min-width:70px}.form-select.compact[data-v-ba59f4ff]:nth-of-type(2){min-width:80px}.nuna-button[data-v-ba59f4ff]{padding:.5rem 1rem;border-radius:6px;font-weight:600;font-size:.875rem;cursor:pointer;transition:background-color .2s,border-color .2s,color .2s;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center}.nuna-button.primary[data-v-ba59f4ff]{background-color:var(--nuna-purple);color:#fff}.nuna-button.primary[data-v-ba59f4ff]:hover:not(:disabled){background-color:var(--nuna-purple-dark)}.nuna-button.primary.compact-btn[data-v-ba59f4ff]{padding:.4rem .8rem}.nuna-button[data-v-ba59f4ff]:disabled{opacity:.6;cursor:not-allowed}.nuna-button.text-sm[data-v-ba59f4ff]{font-size:.8rem}.nuna-button.link[data-v-ba59f4ff]{background-color:transparent;color:var(--nuna-purple);padding:.25rem .5rem;text-decoration:none}.nuna-button.link[data-v-ba59f4ff]:hover{background-color:var(--nuna-purple-lightest)}.nuna-button.success[data-v-ba59f4ff]{background-color:var(--nuna-green);color:#fff}.loading-initial-overlay[data-v-ba59f4ff],.error-message-display[data-v-ba59f4ff],.placeholder-message[data-v-ba59f4ff]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center;border-radius:8px;grid-column:1 / -1}.loading-initial-overlay[data-v-ba59f4ff]{background-color:#fffc;color:var(--nuna-purple);min-height:50vh}.loading-initial-overlay span[data-v-ba59f4ff]{margin-top:1rem;font-size:1.1rem;font-weight:500}.error-message-display[data-v-ba59f4ff]{background-color:var(--nuna-status-red-bg);border:1px solid var(--nuna-status-red-border);color:var(--nuna-red)}.error-message-display .error-icon[data-v-ba59f4ff]{width:2.5rem;height:2.5rem;margin-bottom:.75rem}.placeholder-message[data-v-ba59f4ff]{background-color:var(--nuna-bg-content);border:1px dashed var(--nuna-border-color-light);color:var(--nuna-text-secondary);min-height:50vh}.placeholder-message .placeholder-icon[data-v-ba59f4ff]{width:3rem;height:3rem;margin-bottom:1rem;opacity:.7}.placeholder-message h3[data-v-ba59f4ff]{font-size:1.25rem;color:var(--nuna-text-primary);margin-bottom:.5rem}.dashboard-grid-ref-layout[data-v-ba59f4ff]{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;margin-top:1.5rem}@media (min-width: 1024px){.dashboard-grid-ref-layout[data-v-ba59f4ff]{grid-template-columns:repeat(3,1fr)}}@media (min-width: 768px) and (max-width: 1023px){.dashboard-grid-ref-layout[data-v-ba59f4ff]{grid-template-columns:repeat(2,1fr)}}.insight-card[data-v-ba59f4ff]{background-color:var(--nuna-bg-content);border-radius:10px;padding:1rem 1.25rem;box-shadow:0 2px 8px #00000012;border:1px solid var(--nuna-border-soft);display:flex;flex-direction:column;min-height:300px}.ref-tendencia[data-v-ba59f4ff]{grid-column:1 / -1;min-height:350px}.card-internal-title[data-v-ba59f4ff]{font-size:1rem;font-weight:600;color:var(--nuna-purple-dark);margin:0 0 .75rem;display:flex;align-items:center;border-bottom:1px solid var(--nuna-border-color-light);padding-bottom:.5rem}.card-title-icon[data-v-ba59f4ff]{width:1.1rem;height:1.1rem;margin-right:.4rem;color:var(--nuna-purple)}.chart-wrapper[data-v-ba59f4ff]{position:relative;flex-grow:1;min-height:180px}.tall-chart[data-v-ba59f4ff]{min-height:250px}.donut-chart-wrapper[data-v-ba59f4ff],.bar-chart-wrapper[data-v-ba59f4ff]{min-height:180px;max-height:240px}.echart-instance[data-v-ba59f4ff]{width:100%;height:100%}.no-data-chart-small[data-v-ba59f4ff],.no-data-table[data-v-ba59f4ff],.no-data-mini-chart[data-v-ba59f4ff]{display:flex;align-items:center;justify-content:center;color:var(--nuna-text-secondary);font-size:.85rem;padding:1rem 0;text-align:center;flex-grow:1}.no-data-chart-small .placeholder-icon[data-v-ba59f4ff],.no-data-table .placeholder-icon[data-v-ba59f4ff],.no-data-mini-chart .placeholder-icon[data-v-ba59f4ff]{width:1rem;height:1rem;margin-right:.4rem;opacity:.8}.animate-spin[data-v-ba59f4ff]{animation:spin-ba59f4ff 1s linear infinite}@keyframes spin-ba59f4ff{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.w-12[data-v-ba59f4ff]{width:3rem}.h-12[data-v-ba59f4ff]{height:3rem}.h-4[data-v-ba59f4ff]{height:1rem}.w-4[data-v-ba59f4ff]{width:1rem}.mr-1[data-v-ba59f4ff]{margin-right:.25rem}.mt-2[data-v-ba59f4ff]{margin-top:.5rem}.mt-auto[data-v-ba59f4ff]{margin-top:auto}.self-start[data-v-ba59f4ff]{align-self:flex-start}.text-\[var\(--nuna-purple\)\][data-v-ba59f4ff]{color:var(--nuna-purple)}.meta-table-style-content[data-v-ba59f4ff]{font-size:.875rem;flex-grow:1;display:flex;flex-direction:column}.meta-highlight-row[data-v-ba59f4ff]{display:flex;gap:1rem;margin-bottom:1rem}.meta-highlight-card[data-v-ba59f4ff]{flex:1;padding:.75rem 1rem;background-color:var(--nuna-purple-lightest);border-radius:8px;text-align:center;border:1px solid var(--nuna-border-color-light);display:flex;flex-direction:column;justify-content:center}.meta-highlight-label[data-v-ba59f4ff]{display:block;font-size:.8rem;color:var(--nuna-text-secondary);margin-bottom:.2rem;font-weight:500}.meta-highlight-value[data-v-ba59f4ff]{display:block;font-size:1.4rem;font-weight:700;color:var(--nuna-text-primary);line-height:1.2}.meta-highlight-percentage[data-v-ba59f4ff]{font-size:.85rem;font-weight:500;color:var(--nuna-text-secondary);margin-left:.25rem;display:inline-block}.progress-bar-container-nuna[data-v-ba59f4ff]{width:100%;height:12px;background-color:#e0e0e0;border-radius:6px;overflow:hidden;margin:.4rem 0 1rem}.progress-bar-nuna[data-v-ba59f4ff]{height:100%;background-color:var(--nuna-green);border-radius:6px;transition:width .5s ease-in-out;display:flex;align-items:center;justify-content:flex-end;padding-right:5px}.progress-bar-text[data-v-ba59f4ff]{font-size:.7rem;color:#fff;font-weight:700}.meta-item-extra[data-v-ba59f4ff]{display:flex;justify-content:space-between;font-size:.85rem;margin-bottom:.3rem;align-items:center}.meta-item-extra .meta-item-label[data-v-ba59f4ff]{font-weight:500;display:flex;align-items:center}.meta-item-extra .meta-item-value[data-v-ba59f4ff]{font-weight:600}.meta-item-extra.positive-insight[data-v-ba59f4ff]{background-color:var(--nuna-status-green-bg);color:var(--nuna-status-green-text);padding:.5rem;border-radius:4px;justify-content:flex-start}.text-orange-600[data-v-ba59f4ff]{color:#dd6b20}.text-red-500[data-v-ba59f4ff]{color:var(--nuna-red)}.text-blue-500[data-v-ba59f4ff]{color:#3b82f6}.success-text[data-v-ba59f4ff]{color:var(--nuna-green)!important}.neutral-text[data-v-ba59f4ff]{color:var(--nuna-text-primary)}.meta-incentivo-ref[data-v-ba59f4ff]{text-align:center;padding:1rem 0;flex-grow:1;display:flex;flex-direction:column;justify-content:center}.meta-incentivo-ref .incentivo-icon-ref[data-v-ba59f4ff]{width:2rem;height:2rem;color:var(--nuna-purple);margin-bottom:.5rem;align-self:center}.meta-incentivo-ref p[data-v-ba59f4ff]{margin-bottom:.75rem}.meta-input-group-nuna[data-v-ba59f4ff]{display:flex;gap:.5rem;margin-top:1rem;align-items:center}.form-input-nuna.small-input[data-v-ba59f4ff]{padding:.4rem .6rem;font-size:.9rem;border-radius:4px;border:1px solid var(--nuna-border-color);flex-grow:1}.card-subtitle-note[data-v-ba59f4ff]{font-size:.7rem;color:var(--nuna-text-secondary);margin:.1rem 0 .75rem;font-style:italic;text-align:left;padding-left:0}.indicadores-rapidos-grid[data-v-ba59f4ff]{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;padding-top:.25rem;flex-grow:1}.mini-indicador-card[data-v-ba59f4ff]{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.25rem;padding:.75rem;background-color:var(--nuna-bg-light);border-radius:8px;border:1px solid var(--nuna-border-color-light);box-shadow:0 2px 5px #00000014;justify-content:flex-start;min-height:130px}.mini-indicador-icon[data-v-ba59f4ff]{width:1.75rem;height:1.75rem;flex-shrink:0;margin-bottom:.35rem}.mini-indicador-content[data-v-ba59f4ff],.card-sessoes-pagas .mini-indicador-main-info[data-v-ba59f4ff],.card-sessoes-pagas .mini-indicador-sub-info[data-v-ba59f4ff]{display:flex;flex-direction:column;align-items:center;width:100%;gap:.1rem}.card-sessoes-pagas[data-v-ba59f4ff]{justify-content:space-around}.card-sessoes-pagas .mini-indicador-main-info[data-v-ba59f4ff]{margin-bottom:.3rem}.card-sessoes-pagas .mini-indicador-sub-info[data-v-ba59f4ff]{margin-top:.3rem;padding-top:.3rem;border-top:1px solid var(--nuna-border-color-light);width:90%}.mini-indicador-label[data-v-ba59f4ff]{font-size:.75rem;color:var(--nuna-text-secondary);font-weight:500;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mini-indicador-chart-card .mini-indicador-label[data-v-ba59f4ff]{font-weight:600;margin-bottom:.1rem}.mini-indicador-sub-label[data-v-ba59f4ff]{font-size:.7rem;color:var(--nuna-text-secondary);font-weight:500;margin-bottom:.05rem}.mini-indicador-value[data-v-ba59f4ff]{font-size:1.1rem;font-weight:700;color:var(--nuna-text-primary);line-height:1.2}.mini-indicador-sub-value[data-v-ba59f4ff]{font-size:.8rem;color:var(--nuna-text-secondary);line-height:1.2}.mini-indicador-sub-value.prominent[data-v-ba59f4ff]{font-size:1rem;font-weight:600;color:#4b5563}.mini-chart-wrapper-indicadores[data-v-ba59f4ff]{width:100%;flex-grow:1;min-height:70px;display:flex;align-items:center}.table-wrapper-scroll.compact-table-wrapper[data-v-ba59f4ff]{max-height:180px;overflow-y:auto;flex-grow:1}.nuna-table.compact-table[data-v-ba59f4ff]{width:100%;border-collapse:collapse;font-size:.8rem}.nuna-table th[data-v-ba59f4ff],.nuna-table td[data-v-ba59f4ff]{padding:.4rem;text-align:left;border-bottom:1px solid var(--nuna-border-soft)}.nuna-table th[data-v-ba59f4ff]{font-weight:600;color:var(--nuna-text-secondary);background-color:#f9fafb}.nuna-table .text-right[data-v-ba59f4ff]{text-align:right}.nuna-table .text-center[data-v-ba59f4ff]{text-align:center}.nuna-table .truncate[data-v-ba59f4ff]{max-width:100px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:middle}.status-dot[data-v-ba59f4ff]{height:9px;width:9px;border-radius:50%;display:inline-block}.status-dot-red[data-v-ba59f4ff]{background-color:var(--nuna-red)}.status-dot-orange[data-v-ba59f4ff]{background-color:var(--nuna-orange)}.status-dot-green[data-v-ba59f4ff]{background-color:var(--nuna-green)}.w-3[data-v-ba59f4ff]{width:.75rem}.h-3[data-v-ba59f4ff]{height:.75rem}.text-\[var\(--nuna-turquoise\)\][data-v-ba59f4ff]{color:var(--nuna-turquoise)}.text-\[var\(--nuna-orange\)\][data-v-ba59f4ff]{color:var(--nuna-orange)}.text-\[var\(--nuna-blue\)\][data-v-ba59f4ff]{color:var(--nuna-blue)}.super-admin-dashboard-shell[data-v-e0240c44]{width:100%}.modal-overlay[data-v-d89426a5]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content[data-v-d89426a5]{background-color:#fff;border-radius:12px;width:90%;max-width:500px;box-shadow:0 5px 15px #0000004d;display:flex;flex-direction:column}.modal-header[data-v-d89426a5]{padding:1.5rem;border-bottom:1px solid #e5e7eb}.modal-header h3[data-v-d89426a5]{font-size:1.25rem;font-weight:600;margin:0}.modal-header p[data-v-d89426a5]{margin:.25rem 0 0;color:#6b7280}.modal-body[data-v-d89426a5]{padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}.form-group[data-v-d89426a5]{display:flex;flex-direction:column}.form-group label[data-v-d89426a5]{font-weight:500;margin-bottom:.5rem;font-size:.9rem}.form-select[data-v-d89426a5]{padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;background-color:#fff;width:100%}.modal-footer[data-v-d89426a5]{padding:1.5rem;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end;gap:1rem;background-color:#f9fafb;border-bottom-left-radius:12px;border-bottom-right-radius:12px}.nuna-button[data-v-d89426a5]{padding:.6rem 1.2rem;border-radius:6px;font-weight:600;cursor:pointer;border:1px solid transparent;transition:background-color .2s}.nuna-button.primary[data-v-d89426a5]{background-color:var(--nuna-purple);color:#fff}.nuna-button.secondary[data-v-d89426a5]{background-color:#fff;color:#374151;border-color:#d1d5db}.nuna-button[data-v-d89426a5]:disabled{opacity:.5;cursor:not-allowed}.error-message[data-v-d89426a5]{background-color:#fee2e2;color:#b91c1c;padding:1rem;border-radius:6px;font-size:.9rem}.form-group-checkbox[data-v-5f380cb1]{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.form-group-checkbox label[data-v-5f380cb1]{margin:0;font-weight:400}.form-group-checkbox input[data-v-5f380cb1]{width:auto}.modal-overlay[data-v-5f380cb1]{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content[data-v-5f380cb1]{background:#fff;padding:2rem;border-radius:12px;width:90%;max-width:500px}.modal-header[data-v-5f380cb1]{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eee;padding-bottom:1rem;margin-bottom:1rem}.modal-header h2[data-v-5f380cb1]{margin:0}.close-button[data-v-5f380cb1]{background:none;border:none;font-size:1.5rem;cursor:pointer}.form-grid[data-v-5f380cb1]{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group[data-v-5f380cb1]{margin-bottom:1rem}.form-group label[data-v-5f380cb1]{display:block;margin-bottom:.5rem;font-weight:600}.form-group input[data-v-5f380cb1],.form-group select[data-v-5f380cb1]{width:100%;padding:.75rem;border:1px solid #ccc;border-radius:6px}.modal-footer[data-v-5f380cb1]{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem;border-top:1px solid #eee;padding-top:1rem}.nuna-button[data-v-5f380cb1]{padding:.6rem 1.2rem;border-radius:6px;cursor:pointer;font-weight:600;border:1px solid transparent}.nuna-button.primary[data-v-5f380cb1]{background-color:var(--nuna-purple);color:#fff}.nuna-button.secondary[data-v-5f380cb1]{border-color:#ccc;background:#fff}.nuna-theme[data-v-8f7f89d6]{font-family:Nunito,sans-serif}.nuna-card[data-v-8f7f89d6]{background-color:#fff;border-radius:12px;padding:0;box-shadow:0 4px 12px #0000000d;border:1px solid var(--nuna-border-color, #e8e3ee);overflow:hidden}.text-center[data-v-8f7f89d6]{text-align:center}.table-container[data-v-8f7f89d6]{overflow-x:auto}.nuna-table[data-v-8f7f89d6]{width:100%;border-collapse:collapse;font-size:.9rem}.nuna-table th[data-v-8f7f89d6],.nuna-table td[data-v-8f7f89d6]{padding:1rem 1.5rem;text-align:left;border-bottom:1px solid var(--nuna-border-color, #e8e3ee);white-space:nowrap}.nuna-table th[data-v-8f7f89d6]{background-color:var(--nuna-grey-lightest, #faf7fb);font-weight:600;color:var(--nuna-text-secondary, #7a6b90);text-transform:uppercase;font-size:.8rem}.nuna-table tbody tr:last-child td[data-v-8f7f89d6]{border-bottom:none}.font-semibold[data-v-8f7f89d6]{font-weight:600;color:var(--nuna-text-primary, #4f4760)}.nuna-badge[data-v-8f7f89d6]{text-transform:capitalize;display:inline-flex;align-items:center;gap:.375rem;padding:.25rem .75rem;border-radius:16px;font-size:.8rem;font-weight:500}.badge-icon[data-v-8f7f89d6]{width:.9rem;height:.9rem}.nuna-badge-success[data-v-8f7f89d6]{background-color:#ecfdf5;color:#059669}.nuna-badge-info[data-v-8f7f89d6]{background-color:#eef2ff;color:#4338ca}.nuna-badge-danger[data-v-8f7f89d6]{background-color:#fef2f2;color:#b91c1c}.nuna-badge-neutral[data-v-8f7f89d6]{background-color:#f3f4f6;color:#4b5563}.action-buttons[data-v-8f7f89d6]{display:flex;gap:.5rem}.action-button[data-v-8f7f89d6]{background-color:var(--nuna-purple-tint, #f4f0f9);color:var(--nuna-purple, #866ab0);border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-weight:600;transition:background-color .2s;white-space:nowrap}.action-button[data-v-8f7f89d6]:hover{background-color:var(--nuna-purple-bg-tint-hover, #e9e2f4)}.action-button.danger[data-v-8f7f89d6]{background-color:#fee2e2;color:#b91c1c}.action-button.danger[data-v-8f7f89d6]:hover:not(:disabled){background-color:#fecaca}.action-button[data-v-8f7f89d6]:disabled{background-color:#f3f4f6;color:#adb5bd;cursor:not-allowed}.skeleton-item[data-v-8f7f89d6]{width:80%;margin:0 auto;height:1.25rem;background-color:#f3f4f6;border-radius:.25rem;animation:pulse-8f7f89d6 1.8s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse-8f7f89d6{0%,to{opacity:1}50%{opacity:.6}}.empty-state[data-v-8f7f89d6]{text-align:center;padding:3rem;color:#6b7280}.info-message.error[data-v-8f7f89d6]{text-align:center;padding:2rem;background-color:var(--nuna-status-red-bg);border-color:var(--nuna-status-red-border);color:var(--nuna-status-red-text);border-radius:8px}.mt-4[data-v-8f7f89d6]{margin-top:1rem}.nuna-button-simple-primary[data-v-8f7f89d6]{background-color:var(--nuna-purple, #866ab0);color:#fff;padding:.65rem 1.5rem;border-radius:8px;font-size:.95rem;font-weight:600;border:none;cursor:pointer;transition:background-color .2s}.nuna-button-simple-primary[data-v-8f7f89d6]:hover{background-color:var(--nuna-purple-hover, #715994)}.nuna-button-icon[data-v-8f7f89d6]{background:none;border:none;cursor:pointer;padding:.4rem;color:var(--nuna-text-secondary);border-radius:50%;transition:all .2s}.nuna-button-icon[data-v-8f7f89d6]:hover{background-color:var(--nuna-purple-bg-tint-hover);color:var(--nuna-purple)}.checkout-form-nuna[data-v-8aeaccd7]{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem;position:relative}.form-group[data-v-8aeaccd7]{display:flex;flex-direction:column}.form-group label[data-v-8aeaccd7]{margin-bottom:.5rem;font-weight:500;color:var(--nuna-text-primary);font-size:1rem}.required-asterisk[data-v-8aeaccd7]{color:var(--nuna-red);margin-left:2px}.form-group input[data-v-8aeaccd7]{padding:.875rem 1rem;border:1px solid var(--nuna-border-color);border-radius:8px;font-size:1rem;transition:all .2s;background-color:var(--nuna-bg-light)}.form-group input[data-v-8aeaccd7]::placeholder{color:var(--nuna-grey-dark)}.form-group input[data-v-8aeaccd7]:focus{outline:none;border-color:var(--nuna-purple);box-shadow:0 0 0 3px var(--nuna-purple-focus-shadow)}.form-actions[data-v-8aeaccd7]{display:flex;justify-content:flex-end;gap:1rem;margin-top:1.5rem;border-top:1px solid var(--nuna-border-color);padding-top:1.5rem}.btn-cancel[data-v-8aeaccd7],.btn-submit[data-v-8aeaccd7]{padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;border:none;font-size:1rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.btn-cancel[data-v-8aeaccd7]{background-color:transparent;color:var(--nuna-text-secondary)}.btn-cancel[data-v-8aeaccd7]:hover:not(:disabled){background-color:var(--nuna-grey-lightest)}.btn-submit[data-v-8aeaccd7]{background-color:var(--nuna-purple);color:#fff}.btn-submit[data-v-8aeaccd7]:hover:not(:disabled){background-color:var(--nuna-purple-hover)}.btn-submit[data-v-8aeaccd7]:disabled{background-color:var(--nuna-grey-medium);cursor:not-allowed;color:var(--nuna-text-secondary)}.button-spinner[data-v-8aeaccd7]{width:18px;height:18px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin-8aeaccd7 .8s linear infinite}@keyframes spin-8aeaccd7{to{transform:rotate(360deg)}}.form-footer[data-v-8aeaccd7]{position:absolute;bottom:-2.5rem;left:0;right:0;text-align:center;font-size:.8rem;color:var(--nuna-text-secondary, #6b7280);pointer-events:none}@media (max-width: 480px){.form-actions[data-v-8aeaccd7]{flex-direction:column-reverse;gap:.75rem}.btn-cancel[data-v-8aeaccd7],.btn-submit[data-v-8aeaccd7]{width:100%}}.monstroven-landing-page[data-v-1526fa9e]{--primary-color: #6e3bab;--secondary-color: #00b7a8;--primary-dark: #4c2a77;--secondary-dark: #008e80;--primary-light: #a259d1;--secondary-light: #77d8cf;--accent-yellow: #f3ca40;--accent-yellow-dark: #b38f00;--white: #ffffff;--off-white: #fcfcff;--light-gray: #eef0f2;--medium-gray: #ced4da;--dark-gray: #343a40;--text-color: #49505f;--heading-color: var(--primary-dark);--gradient-primary-secondary: linear-gradient(125deg, var(--primary-light) 0%, var(--secondary-light) 100%);--gradient-soft-background: linear-gradient(135deg, #f7f5ff 0%, #f2fdfb 100%);--fw-normal: 400;--fw-semibold: 600;--fw-bold: 700;--fw-extrabold: 800;--fw-black: 900;--font-body: "Nunito", sans-serif;--font-size-base: 1.0625rem;--font-size-lg: 1.1875rem;--font-size-xl: 1.3125rem;--line-height-normal: 1.7;--line-height-tight: 1.3;--line-height-h1: 1.2;--space-unit: 1rem;--space-xs: calc(.5 * var(--space-unit));--space-sm: calc(.875 * var(--space-unit));--space-md: calc(1.25 * var(--space-unit));--space-lg: calc(2 * var(--space-unit));--space-xl: calc(3.5 * var(--space-unit));--space-xxl: calc(7.5 * var(--space-unit));--space-section: 90px;--border-radius-sm: 12px;--border-radius-md: 24px;--border-radius-lg: 36px;--border-radius-pill: 50px;--box-shadow-soft: 0 10px 30px rgba(180, 190, 210, .15);--box-shadow-medium: 0 15px 45px rgba(110, 59, 171, .12);--box-shadow-hover: 0 18px 50px rgba(110, 59, 171, .18);--drop-shadow-image: drop-shadow(0 18px 35px rgba(50, 50, 90, .15));--drop-shadow-image-hover: drop-shadow(0 22px 40px rgba(50, 50, 90, .22));--transition-speed-fast: .25s;--transition-speed-normal: .45s;--transition-speed-slow: .75s;--ease-out-back: cubic-bezier(.34, 1.56, .64, 1);--ease-in-out-cubic: cubic-bezier(.65, 0, .35, 1);overflow-x:hidden}[data-v-1526fa9e] body{background-color:var(--white);background-image:radial-gradient(var(--light-gray) .8px,transparent .8px);background-size:40px 40px;background-attachment:fixed;font-family:var(--font-body);color:var(--text-color);line-height:var(--line-height-normal)}[data-v-1526fa9e] .highlight-primary{color:var(--primary-color)}[data-v-1526fa9e] .highlight-secondary{color:var(--secondary-color)}[data-v-1526fa9e] .highlight-yellow-dark{color:var(--accent-yellow-dark)}.nina-guia[data-v-1526fa9e]{position:fixed;width:150px;height:auto;z-index:1001;cursor:pointer;transition:transform 1.5s var(--ease-in-out-cubic),top 1.5s var(--ease-in-out-cubic),right 2s var(--ease-in-out-cubic),opacity .5s ease;will-change:transform,top,right,opacity}.nina-guia[data-state=initial][data-v-1526fa9e]{opacity:0;top:-60%;right:-150px}.nina-guia[data-state=entering][data-v-1526fa9e]{opacity:1;top:30%;right:40px}.nina-guia[data-state=resting][data-v-1526fa9e]{opacity:1;top:30%;right:120px;animation:ninaGentleFloat-1526fa9e 7s ease-in-out infinite}@keyframes ninaGentleFloat-1526fa9e{0%{transform:translateY(0) rotate(-5deg)}50%{transform:translateY(-12px) rotate(5deg)}to{transform:translateY(0) rotate(-5deg)}}@keyframes ninaGentleFloatMobile-1526fa9e{0%{transform:translateY(0) rotate(-5deg)}50%{transform:translateY(-6px) rotate(5deg)}to{transform:translateY(0) rotate(-5deg)}}.nina-guia.revealing-secret[data-v-1526fa9e]{animation:ninaSecretReveal-1526fa9e 1s var(--ease-out-back) forwards}@keyframes ninaSecretReveal-1526fa9e{0%{transform:scale(1) rotate(0);filter:brightness(1)}50%{transform:scale(1.2) rotate(360deg);filter:brightness(1.8) drop-shadow(0 0 15px var(--accent-yellow))}to{transform:scale(1) rotate(360deg);filter:brightness(1)}}.container[data-v-1526fa9e]{max-width:1180px;margin:0 auto;padding:0 var(--space-lg);position:relative}h1[data-v-1526fa9e],h2[data-v-1526fa9e],h3[data-v-1526fa9e],h4[data-v-1526fa9e]{font-weight:var(--fw-extrabold);color:var(--heading-color);margin-bottom:var(--space-md);line-height:var(--line-height-tight);letter-spacing:-.035em;text-wrap:balance}h1[data-v-1526fa9e]{font-size:clamp(2.6rem,6.5vw,4rem);font-weight:var(--fw-black);color:var(--primary-dark);line-height:var(--line-height-h1)}h2[data-v-1526fa9e]{font-size:clamp(2.3rem,6vw,3.6rem);color:var(--primary-color)}h3[data-v-1526fa9e]{font-size:clamp(1.9rem,4.5vw,2.8rem);font-weight:var(--fw-bold)}h4[data-v-1526fa9e]{font-size:clamp(1.4rem,4vw,1.9rem);font-weight:var(--fw-bold);color:var(--primary-color)}p[data-v-1526fa9e]{font-size:var(--font-size-base);line-height:var(--line-height-normal);margin-bottom:var(--space-lg);max-width:68ch}p.lead[data-v-1526fa9e]{font-size:var(--font-size-xl);font-weight:var(--fw-normal);color:var(--text-color);margin-bottom:var(--space-lg);line-height:1.6;max-width:68ch}a[data-v-1526fa9e]{color:var(--secondary-color);text-decoration:none;transition:color var(--transition-speed-fast) ease;font-weight:var(--fw-bold)}a[data-v-1526fa9e]:hover{color:var(--secondary-dark)}strong[data-v-1526fa9e],b[data-v-1526fa9e]{font-weight:700}.text-highlight-bg[data-v-1526fa9e]{background-color:#a259d180;padding:.05em .3em;border-radius:4px;display:inline;margin:0 1px;box-decoration-break:clone;-webkit-box-decoration-break:clone}.text-highlight-bg.secondary[data-v-1526fa9e]{background-color:#77d8cf80}.text-center[data-v-1526fa9e]{text-align:center}.text-center[data-v-1526fa9e]>*{margin-left:auto;margin-right:auto}.text-light[data-v-1526fa9e]{color:#ffffffe6!important}.text-light h1[data-v-1526fa9e],.text-light h2[data-v-1526fa9e],.text-light h3[data-v-1526fa9e],.text-light h4[data-v-1526fa9e],.text-light p[data-v-1526fa9e],.text-light .lead[data-v-1526fa9e]{color:var(--white)!important}.text-light a[data-v-1526fa9e]:not(.cta-button){color:var(--white);opacity:.9}.text-light a[data-v-1526fa9e]:not(.cta-button):hover{opacity:1}.text-light .highlight-primary[data-v-1526fa9e],.text-light .highlight-secondary[data-v-1526fa9e],.text-light .highlight-yellow-dark[data-v-1526fa9e]{color:var(--accent-yellow)}.text-light .text-highlight-bg.primary[data-v-1526fa9e],.text-light .text-highlight-bg.secondary[data-v-1526fa9e]{background-color:#f3ca4080}.cta-button[data-v-1526fa9e]{display:inline-block;padding:var(--space-sm) var(--space-xl);font-size:var(--font-size-base);font-weight:var(--fw-bold);color:var(--white);background:var(--gradient-primary-secondary);border:none;border-radius:var(--border-radius-pill);cursor:pointer;text-align:center;letter-spacing:.03em;transition:transform var(--transition-speed-normal) var(--ease-out-back),box-shadow var(--transition-speed-normal) var(--ease-in-out-cubic),filter var(--transition-speed-normal) ease;box-shadow:var(--box-shadow-medium);position:relative;overflow:hidden;z-index:1}.cta-button[data-v-1526fa9e]:hover{transform:translateY(-5px) scale(1.03);box-shadow:var(--box-shadow-hover);filter:brightness(1.15)}.cta-button.secondary[data-v-1526fa9e]{background:var(--primary-color);box-shadow:0 10px 25px #6e3bab33}.cta-button.secondary[data-v-1526fa9e]:hover{background:var(--primary-dark);box-shadow:0 15px 35px #6e3bab40}.cta-button.white[data-v-1526fa9e]{background:var(--white);color:var(--primary-color);box-shadow:var(--box-shadow-soft)}.cta-button.white[data-v-1526fa9e]:hover{background:var(--off-white);color:var(--primary-dark);box-shadow:var(--box-shadow-medium)}.cta-button.large[data-v-1526fa9e]{padding:var(--space-md) var(--space-xxl);font-size:var(--font-size-lg)}section[data-v-1526fa9e]{width:100%;overflow:hidden;position:relative}.section-padding[data-v-1526fa9e]{padding:var(--space-section) 0}.section-title[data-v-1526fa9e]{margin-bottom:var(--space-sm)}.section-subtitle[data-v-1526fa9e]{font-size:var(--font-size-xl);color:var(--text-color);margin-bottom:var(--space-xl);max-width:70ch;line-height:1.7;font-weight:var(--fw-normal);text-align:center;margin-left:auto;margin-right:auto}.soft-gradient-bg[data-v-1526fa9e]{background:var(--gradient-soft-background)}.main-header[data-v-1526fa9e]{padding:var(--space-sm) 0;background:#ffffffd9;box-shadow:0 4px 15px #0000000a;position:sticky;top:0;z-index:1000;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:background var(--transition-speed-normal) ease,box-shadow var(--transition-speed-normal) ease}.main-header .container[data-v-1526fa9e]{display:flex;justify-content:space-between;align-items:center}.logo[data-v-1526fa9e]{height:50px;width:auto;flex-shrink:0;transition:margin .3s ease}.main-header nav[data-v-1526fa9e]{transition:opacity .3s ease}.main-header nav ul[data-v-1526fa9e]{list-style:none;display:flex;gap:var(--space-lg);margin:0;padding:0}.main-header nav a[data-v-1526fa9e]{color:var(--primary-dark);font-weight:var(--fw-bold);font-size:var(--font-size-base);position:relative;padding-bottom:var(--space-xs);opacity:.85;transition:color var(--transition-speed-fast) ease,opacity var(--transition-speed-fast) ease}.main-header nav a[data-v-1526fa9e]:hover{color:var(--primary-color);opacity:1}.main-header nav a[data-v-1526fa9e]:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:var(--primary-color);border-radius:1px;transition:width var(--transition-speed-normal) var(--ease-out-back)}.main-header nav a[data-v-1526fa9e]:hover:after{width:100%}.usp-strip[data-v-1526fa9e]{background-color:#f7f5ff;padding:var(--space-xs) 0;border-bottom:1px solid var(--light-gray);text-align:center}.usp-strip .container[data-v-1526fa9e]{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:var(--space-sm) var(--space-md)}.usp-item[data-v-1526fa9e]{display:inline-flex;align-items:center;gap:var(--space-xs);font-size:1.5 rem;font-weight:var(--fw-semibold);color:var(--primary-dark);opacity:.8}.usp-item svg[data-v-1526fa9e]{width:16px;height:16px;opacity:.7}.monstroven-quote[data-v-1526fa9e]{font-style:italic;color:var(--primary-dark);font-weight:var(--fw-semibold);padding:var(--space-sm) 0 var(--space-sm) var(--space-lg);border-left:4px solid var(--primary-light);margin-top:var(--space-sm);margin-bottom:var(--space-md);font-size:1.5rem;line-height:1.6}.monstroven-quote.secondary[data-v-1526fa9e]{border-color:var(--secondary-light);color:var(--secondary-dark)}.monstroven-quote.accent[data-v-1526fa9e]{border-color:var(--accent-yellow);color:var(--accent-yellow-dark)}.section-cta-wrapper[data-v-1526fa9e]{text-align:center;margin-top:var(--space-xl)}.children-testimonial-grid[data-v-1526fa9e]{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:var(--space-md);margin-bottom:var(--space-xl)}.child-testimonial-card[data-v-1526fa9e]{background:var(--white);border-radius:var(--border-radius-md);padding:var(--space-md);text-align:center;font-style:italic;font-size:var(--font-size-lg);color:var(--primary-dark);box-shadow:var(--box-shadow-soft);border-left:5px solid var(--accent-yellow)}.child-testimonial-card .author[data-v-1526fa9e]{display:block;font-style:normal;font-weight:var(--fw-semibold);margin-top:var(--space-sm);font-size:var(--font-size-base);color:var(--text-color);opacity:.8}.sticky-cta-mobile[data-v-1526fa9e]{display:none;position:fixed;bottom:0;left:0;right:0;background:linear-gradient(to top,#fff 70%,#fff0);padding:var(--space-md) var(--space-lg) var(--space-md);z-index:999;transform:translateY(100%);transition:transform .4s ease-in-out}.sticky-cta-mobile.is-visible[data-v-1526fa9e]{transform:translateY(0)}.sticky-cta-mobile .cta-button[data-v-1526fa9e]{width:100%;padding:var(--space-sm) var(--space-md);font-size:var(--font-size-lg)}.price-box[data-v-1526fa9e]{position:relative;overflow:visible}.price-box-character-side[data-v-1526fa9e]{position:absolute;bottom:-20px;left:-230px;width:370px;height:auto;z-index:2;pointer-events:none}.animate-on-scroll[data-v-1526fa9e]{opacity:0;transition:opacity var(--transition-speed-slow) var(--ease-in-out-cubic),transform var(--transition-speed-slow) var(--ease-out-back);will-change:opacity,transform}.animate-on-scroll.fade-in[data-v-1526fa9e]{transform:translateY(40px)}.animate-on-scroll.fade-in-up[data-v-1526fa9e]{transform:translateY(50px)}.animate-on-scroll.fade-in-left[data-v-1526fa9e]{transform:translate(-50px)}.animate-on-scroll.fade-in-right[data-v-1526fa9e]{transform:translate(50px)}.animate-on-scroll.zoom-in[data-v-1526fa9e]{transform:scale(.9)}.animate-on-scroll.is-visible[data-v-1526fa9e]{opacity:1;transform:translate(0) scale(1)}.delay-1[data-v-1526fa9e]{transition-delay:.1s!important}.delay-2[data-v-1526fa9e]{transition-delay:.2s!important}.delay-3[data-v-1526fa9e]{transition-delay:.3s!important}.delay-4[data-v-1526fa9e]{transition-delay:.4s!important}.delay-5[data-v-1526fa9e]{transition-delay:.5s!important}.delay-6[data-v-1526fa9e]{transition-delay:.6s!important}.hero-section[data-v-1526fa9e]{padding:var(--space-xl) 0;display:flex;align-items:center;background:var(--gradient-soft-background)}.hero-content[data-v-1526fa9e]{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:var(--space-lg);position:relative;z-index:2}.hero-text[data-v-1526fa9e]{z-index:5}.hero-text h1[data-v-1526fa9e]{margin-bottom:var(--space-md)}.hero-text .lead[data-v-1526fa9e]{margin-bottom:var(--space-lg)}.hero-text p[data-v-1526fa9e]:not(.lead){margin-bottom:var(--space-lg)}.hero-image-container[data-v-1526fa9e]{text-align:center;position:relative;z-index:1;align-self:center}.hero-image[data-v-1526fa9e]{max-width:100%;height:auto;border-radius:var(--border-radius-lg);filter:var(--drop-shadow-image);transform:rotate(-1deg) scale(1);transition:transform var(--transition-speed-slow) var(--ease-out-back),filter var(--transition-speed-slow) var(--ease-in-out-cubic)}.hero-image-container:hover .hero-image[data-v-1526fa9e]{transform:rotate(1deg) scale(1.03);filter:var(--drop-shadow-image-hover)}.reality-check-section[data-v-1526fa9e]{background-color:var(--off-white)}.reality-check-grid[data-v-1526fa9e]{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-lg);align-items:flex-start;margin-top:var(--space-lg)}.reality-check-card[data-v-1526fa9e]{background:var(--white);padding:var(--space-xl);border-radius:var(--border-radius-md);box-shadow:var(--box-shadow-soft);display:flex;flex-direction:column;transition:transform var(--transition-speed-normal) var(--ease-out-back),box-shadow var(--transition-speed-normal) var(--ease-in-out-cubic);border:1px solid var(--light-gray);border-top-width:6px}.reality-check-card.parent[data-v-1526fa9e]{border-top-color:var(--primary-light)}.reality-check-card.therapist[data-v-1526fa9e]{border-top-color:var(--secondary-light)}.reality-check-card[data-v-1526fa9e]:hover{transform:translateY(-10px) scale(1.02);box-shadow:var(--box-shadow-hover);z-index:10}.reality-check-card h3[data-v-1526fa9e]{font-size:clamp(1.5rem,4vw,2rem);margin-bottom:var(--space-md)}.reality-check-card.therapist h3[data-v-1526fa9e]{color:var(--secondary-dark)}.reality-check-card ul[data-v-1526fa9e]{list-style:none;padding-left:0}.reality-check-card ul li[data-v-1526fa9e]{padding-left:0;position:relative;margin-bottom:var(--space-md);font-size:var(--font-size-base);line-height:1.6}.reality-check-card ul li[data-v-1526fa9e]:before{display:none}.vision-section[data-v-1526fa9e]{background-color:var(--white);padding-top:30px;padding-bottom:30px}.vision-content[data-v-1526fa9e]{max-width:780px;margin:0 auto;text-align:center}.vision-content h2[data-v-1526fa9e]{color:var(--secondary-dark);font-size:clamp(2.4rem,6vw,3.7rem)}.vision-content p[data-v-1526fa9e]{font-size:var(--font-size-xl);line-height:1.75;color:var(--text-color)}.vision-highlight[data-v-1526fa9e]{background:linear-gradient(to top,rgba(0,183,168,.22) 40%,transparent 40%);padding:.08em .2em;border-radius:6px}.journey-detail-section[data-v-1526fa9e]{background-color:var(--white)}.journey-step[data-v-1526fa9e]{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:var(--space-xl);margin-bottom:var(--space-xl)}.journey-step:nth-child(2n) .journey-image[data-v-1526fa9e]{grid-column:2 / 3}.journey-step:nth-child(2n) .journey-text[data-v-1526fa9e]{grid-column:1 / 2;grid-row:1}.journey-image img[data-v-1526fa9e]{max-width:100%;height:auto;border-radius:var(--border-radius-lg);filter:var(--drop-shadow-image);transition:transform var(--transition-speed-slow) var(--ease-out-back),filter var(--transition-speed-slow) var(--ease-in-out-cubic)}.journey-step:hover .journey-image img[data-v-1526fa9e]{transform:scale(1.05) rotate(-2deg) translateY(-5px);filter:var(--drop-shadow-image-hover)}.journey-step:nth-child(2n):hover .journey-image img[data-v-1526fa9e]{transform:scale(1.05) rotate(2deg) translateY(-5px)}.journey-text[data-v-1526fa9e]{text-align:left}.journey-text h3[data-v-1526fa9e]{font-size:clamp(1.9rem,4.5vw,2.8rem);margin-bottom:0;font-weight:800;color:var(--primary-dark)}.journey-step:nth-child(1) h3[data-v-1526fa9e]{color:var(--accent-yellow-dark)}.journey-step:nth-child(2) .journey-text h3[data-v-1526fa9e]{color:var(--secondary-dark)}.journey-step:nth-child(3) .journey-text h3[data-v-1526fa9e]{color:var(--primary-dark)}.journey-text ul[data-v-1526fa9e]{list-style:none;padding-left:0;margin-top:var(--space-md);margin-bottom:var(--space-sm)}.journey-text ul li[data-v-1526fa9e]{font-size:var(--font-size-base);line-height:1.7;margin-bottom:var(--space-sm);padding-left:1.8em;position:relative;text-align:left}.journey-text ul li[data-v-1526fa9e]:before{content:"✓";position:absolute;left:0;top:4px;font-size:1.1em;line-height:1;font-weight:700;color:var(--secondary-color)}.journey-step:nth-child(1) .journey-text ul li[data-v-1526fa9e]:before{color:var(--primary-light)}.journey-step:nth-child(3) .journey-text ul li[data-v-1526fa9e]:before{color:var(--accent-yellow)}.price-section[data-v-1526fa9e]{background-color:var(--off-white)}.price-box[data-v-1526fa9e]{background:var(--white);border:1px solid var(--medium-gray);padding:var(--space-xl) var(--space-xl);border-radius:var(--border-radius-lg);box-shadow:var(--box-shadow-medium);text-align:center;max-width:900px;margin-left:auto;margin-right:auto}.price-box .price-area[data-v-1526fa9e]{border-top:none;padding-top:0;margin-top:0;text-align:center;width:100%}.price-tag[data-v-1526fa9e]{margin-bottom:var(--space-lg)}.original-price[data-v-1526fa9e]{font-size:1.5rem;color:#777;display:block;margin-bottom:var(--space-xs);text-decoration:line-through;text-decoration-color:var(--primary-light);text-decoration-thickness:2.5px}.current-price[data-v-1526fa9e]{font-size:clamp(2.8rem,8vw,3.8rem);color:var(--primary-color);font-weight:var(--fw-black);line-height:1.1;display:block}.condition-text[data-v-1526fa9e]{font-size:var(--font-size-lg);color:var(--text-color);opacity:.9;display:block;margin-top:var(--space-xs);margin-bottom:var(--space-md)}.access-highlights-container[data-v-1526fa9e]{margin-bottom:var(--space-lg);text-align:center;display:flex;flex-direction:column;align-items:center;gap:var(--space-xs)}.access-highlight-item[data-v-1526fa9e]{display:flex;align-items:center;justify-content:center;gap:var(--space-xs);font-weight:var(--fw-bold);color:var(--primary-dark);font-size:var(--font-size-lg);margin-bottom:0;width:fit-content;margin-left:auto;margin-right:auto}.access-highlight-item[data-v-1526fa9e]:last-child{margin-bottom:0}.access-highlight-item .check-icon[data-v-1526fa9e]{color:var(--secondary-color);font-size:1.2em;line-height:1}.symbolic-counters[data-v-1526fa9e]{text-align:center;margin-top:var(--space-lg);margin-bottom:var(--space-md);display:flex;justify-content:center;align-items:center;gap:var(--space-xl);flex-wrap:wrap;width:100%}.counter-item[data-v-1526fa9e]{display:inline-flex;align-items:center;gap:var(--space-xs)}.counter-text-wrapper[data-v-1526fa9e]{font-size:1rem;color:var(--text-color);opacity:.9;font-weight:var(--fw-normal);display:inline}.counter-item strong[data-v-1526fa9e]{color:var(--primary-dark);font-weight:var(--fw-bold);font-size:1.1em;margin:0 3px}.counter-icon[data-v-1526fa9e]{font-size:1.3em;line-height:1;opacity:.8;margin-right:var(--space-xs)}.counter-suffix.mobile[data-v-1526fa9e]{display:none}.counter-prefix.desktop[data-v-1526fa9e],.counter-suffix.desktop[data-v-1526fa9e]{display:inline}.secure-payment[data-v-1526fa9e]{margin-top:0;font-size:1.1rem;color:var(--text-color);display:flex;justify-content:center;align-items:center;gap:var(--space-xl);flex-wrap:wrap;padding:var(--space-sm) 0}.secure-payment span[data-v-1526fa9e]{display:inline-flex;align-items:center;gap:var(--space-xs)}.secure-payment img[data-v-1526fa9e]{height:47px;width:auto;filter:drop-shadow(0 2px 3px rgba(0,0,0,.1))}.testimonials-section[data-v-1526fa9e]{background:var(--gradient-soft-background)}.testimonial-grid[data-v-1526fa9e]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:var(--space-lg)}.testimonial-card[data-v-1526fa9e]{background-color:var(--white);border-radius:var(--border-radius-md);box-shadow:var(--box-shadow-soft);padding:var(--space-xl);padding-top:60px;position:relative;border:1px solid var(--light-gray);border-top:none;transition:transform var(--transition-speed-normal) var(--ease-out-back),box-shadow var(--transition-speed-normal) var(--ease-in-out-cubic);display:flex;flex-direction:column;min-height:auto}.testimonial-card[data-v-1526fa9e]:hover{transform:translateY(-12px) scale(1.02);box-shadow:var(--box-shadow-hover);z-index:10}.testimonial-avatar[data-v-1526fa9e]{width:90px;height:90px;border-radius:50%;border:6px solid var(--white);box-shadow:0 10px 25px #0000001f;position:absolute;top:-45px;left:50%;transform:translate(-50%);object-fit:cover}.testimonial-card p[data-v-1526fa9e]{font-size:var(--font-size-lg);font-style:italic;margin-top:var(--space-sm);flex-grow:1;line-height:1.6;color:var(--text-color);text-align:center}.testimonial-card p span[data-v-1526fa9e]:before{content:'"'}.testimonial-card p span[data-v-1526fa9e]:after{content:'"'}.testimonial-author[data-v-1526fa9e]{text-align:center;margin-top:var(--space-lg);font-weight:var(--fw-bold);color:var(--primary-color);font-size:var(--font-size-base);font-style:normal}.faq-section[data-v-1526fa9e]{background-color:var(--white)}.faq-container[data-v-1526fa9e]{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:var(--space-md)}.faq-item[data-v-1526fa9e]{background-color:var(--white);border:1px solid var(--light-gray);border-radius:var(--border-radius-md);box-shadow:var(--box-shadow-soft);transition:margin-bottom var(--transition-speed-fast) ease,box-shadow var(--transition-speed-normal) ease;overflow:hidden}.faq-item summary[data-v-1526fa9e]{font-size:1.15rem;font-weight:600;color:var(--primary-dark);padding:20px 25px;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;transition:background-color var(--transition-speed-fast) ease}.faq-item summary[data-v-1526fa9e]:after{content:"+";font-size:1.8rem;font-weight:400;color:var(--primary-color);transition:transform .3s ease}.faq-item[open][data-v-1526fa9e]{box-shadow:var(--box-shadow-medium);border-color:var(--primary-light);margin-bottom:var(--space-md)}.faq-item[open] summary[data-v-1526fa9e]:after{content:"−";transform:rotate(180deg)}.faq-content[data-v-1526fa9e]{padding:0 25px 25px;color:#555;line-height:1.7;font-size:var(--font-size-base)}.faq-content p[data-v-1526fa9e]:last-child{margin-bottom:0}.main-footer[data-v-1526fa9e]{padding:60px 0 40px;background-color:var(--off-white);border-top:1px solid var(--light-gray);text-align:center;font-size:.9rem;color:#777;position:relative;z-index:5}.footer-logo[data-v-1526fa9e]{height:40px;width:auto;margin-bottom:15px;opacity:.8;display:inline-block}.footer-links[data-v-1526fa9e]{margin-bottom:10px;text-align:center}.footer-links a[data-v-1526fa9e]{color:#555;margin:0 10px;font-size:.9rem;cursor:pointer}.footer-links a[data-v-1526fa9e]:hover{color:var(--primary-color)}.footer-links span[data-v-1526fa9e]{margin:0 5px;color:var(--medium-gray)}.copyright[data-v-1526fa9e]{margin-bottom:5px;font-size:.85rem;text-align:center;white-space:normal}.footer-final[data-v-1526fa9e]{font-size:.85rem;text-align:center;white-space:normal;margin:0 auto;max-width:600px}.video-section[data-v-1526fa9e]{padding-top:calc(var(--space-section) * .5);padding-bottom:calc(var(--space-section) * .5)}.video-section .container[data-v-1526fa9e]{max-width:900px}.video-container[data-v-1526fa9e]{position:relative;width:100%;border-radius:var(--border-radius-md);overflow:hidden;box-shadow:var(--box-shadow-medium);aspect-ratio:16/9}.main-video[data-v-1526fa9e]{width:100%;height:100%;border:none;object-fit:cover}.price-offer-section[data-v-1526fa9e]{background:var(--gradient-soft-background)}.price-offer-grid-v2[data-v-1526fa9e]{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-xl);align-items:center;margin-top:var(--space-xl)}.urgency-column[data-v-1526fa9e]{display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--space-lg)}.offer-headline[data-v-1526fa9e]{margin-bottom:var(--space-sm)}.offer-headline h3[data-v-1526fa9e]{color:var(--primary-dark);font-size:clamp(2rem,5vw,2.8rem);font-weight:var(--fw-black);margin-bottom:var(--space-sm)}.offer-headline h3 s[data-v-1526fa9e]{font-weight:var(--fw-bold)}.countdown-timer-v2[data-v-1526fa9e]{display:flex;gap:var(--space-md);justify-content:center;perspective:800px}.time-block[data-v-1526fa9e]{display:flex;flex-direction:column;align-items:center;transition:transform .4s var(--ease-out-back)}.countdown-timer-v2:hover .time-block[data-v-1526fa9e]{transform:rotateY(15deg) scale(1.05)}.time-block[data-v-1526fa9e]:hover{transform:rotateY(-5deg) scale(1.1)!important}.time-block .number[data-v-1526fa9e]{background-color:#b24026;color:#b2f4f7;font-size:clamp(2.5rem,8vw,4rem);font-weight:var(--fw-black);padding:var(--space-sm) var(--space-md);border-radius:var(--border-radius-sm);line-height:1;min-width:90px}.time-block .label[data-v-1526fa9e]{margin-top:var(--space-xs);font-size:.9rem;font-weight:var(--fw-semibold);color:var(--text-color);opacity:.8;text-transform:uppercase}.support-text[data-v-1526fa9e]{font-size:1.2rem;line-height:var(--line-height-normal);color:var(--text-color);margin:0}.cta-button.purple[data-v-1526fa9e]{box-shadow:0 10px 25px #6e3bab33;width:100%;max-width:400px}.cta-button.purple[data-v-1526fa9e]:hover{box-shadow:0 15px 35px #6e3bab40}.cta-button.purple[data-v-1526fa9e]:hover{background:var(--primary-dark);box-shadow:0 15px 35px #6e3bab40}.value-stack-column[data-v-1526fa9e]{width:100%}.value-stack-card[data-v-1526fa9e]{background:#f8f6ff;border:2px dashed var(--primary-light);border-radius:var(--border-radius-md);padding:clamp(14px,1.8vw,22px);box-shadow:var(--box-shadow-soft)}.value-stack-card .stack-list[data-v-1526fa9e]{list-style:none;padding:0;margin:0}.value-stack-card .stack-row[data-v-1526fa9e]{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 10px;border-bottom:1px solid #ede9f7;font-size:1.3rem}.value-stack-card .stack-row[data-v-1526fa9e]:last-child{border-bottom:none}.value-stack-card .stack-row .item-title[data-v-1526fa9e]{color:var(--text-color);font-weight:var(--fw-semibold)}.value-stack-card .stack-row .price-original[data-v-1526fa9e]{color:#747985;font-weight:var(--fw-bold);text-decoration:line-through;text-decoration-color:var(--primary-light);text-decoration-thickness:2px}.value-stack-card .stack-row.is-bonus .item-title[data-v-1526fa9e]{color:var(--primary-color)}.offer-badge-yellow[data-v-1526fa9e]{display:inline-block;background-color:var(--accent-yellow);color:var(--primary-dark);padding:12px 28px;border-radius:var(--border-radius-pill);font-weight:var(--fw-black);font-size:clamp(1.5rem,4vw,2rem);box-shadow:var(--box-shadow-soft);transform:rotate(-3deg);line-height:1.2}.badge-price-highlight[data-v-1526fa9e]{color:var(--secondary-dark)}@media (max-width: 1024px){.nina-guia[data-v-1526fa9e]{width:85px}.nina-guia[data-state=entering][data-v-1526fa9e],.nina-guia[data-state=resting][data-v-1526fa9e]{top:10px;right:10px;animation-name:ninaGentleFloatMobile-1526fa9e;animation-duration:6s}.usp-strip[data-v-1526fa9e]{font-size:.75rem}.usp-item[data-v-1526fa9e]{gap:5px}.price-box-character-side[data-v-1526fa9e]{width:250px;left:-60px}.price-offer-grid-v2[data-v-1526fa9e]{gap:var(--space-lg)}}@media (max-width: 992px){.monstroven-landing-page[data-v-1526fa9e]{--space-section: 80px}.main-header nav[data-v-1526fa9e]{display:none}.main-header .container[data-v-1526fa9e]{justify-content:center}.logo[data-v-1526fa9e]{height:45px}.hero-content[data-v-1526fa9e]{grid-template-columns:1fr;text-align:center;gap:40px}.hero-image-container[data-v-1526fa9e]{order:-1;margin-bottom:30px;max-width:500px;margin-left:auto;margin-right:auto}.reality-check-grid[data-v-1526fa9e]{grid-template-columns:1fr}.journey-step[data-v-1526fa9e]{grid-template-columns:1fr;gap:40px;text-align:center;margin-bottom:80px}.journey-step:nth-child(2n) .journey-image[data-v-1526fa9e],.journey-step:nth-child(2n) .journey-text[data-v-1526fa9e]{grid-column:auto;grid-row:auto}.journey-image[data-v-1526fa9e]{margin-bottom:30px;max-width:450px;margin-left:auto;margin-right:auto}.journey-text ul[data-v-1526fa9e],.journey-text[data-v-1526fa9e],.journey-text .monstroven-quote[data-v-1526fa9e]{text-align:left}.testimonial-grid[data-v-1526fa9e]{max-width:500px;margin-left:auto;margin-right:auto}.usp-strip .usp-item[data-v-1526fa9e]:nth-child(n+4){display:none}.price-box-character-side[data-v-1526fa9e]{display:none}.price-offer-grid-v2[data-v-1526fa9e]{grid-template-columns:1fr}}@media (max-width: 768px){.monstroven-landing-page[data-v-1526fa9e]{--space-section: 70px}.section-padding[data-v-1526fa9e]{padding-top:var(--space-section);padding-bottom:var(--space-section)}.price-section.section-padding[data-v-1526fa9e]{padding-top:var(--space-lg)!important;padding-bottom:var(--space-section)!important}h1[data-v-1526fa9e]{font-size:clamp(2rem,7vw,2.8rem)}h2[data-v-1526fa9e]{font-size:clamp(1.7rem,6vw,2.4rem)}h3[data-v-1526fa9e]{font-size:clamp(1.7rem,5vw,2.2rem)}.container[data-v-1526fa9e]{padding:0 25px}.hero-section[data-v-1526fa9e]{padding-top:var(--space-lg);padding-bottom:var(--space-lg)}.hero-image[data-v-1526fa9e]{max-width:80%}.testimonial-grid[data-v-1526fa9e]{grid-template-columns:1fr}.testimonial-card[data-v-1526fa9e]{text-align:center;padding-left:var(--space-lg);padding-right:var(--space-lg);margin-top:45px}.price-box[data-v-1526fa9e]{padding:var(--space-lg)}.secure-payment[data-v-1526fa9e]{gap:var(--space-md);font-size:1rem}.secure-payment img[data-v-1526fa9e]{height:38px}.symbolic-counters[data-v-1526fa9e]{gap:var(--space-lg);row-gap:var(--space-sm);justify-content:center}.counter-text-wrapper[data-v-1526fa9e]{font-size:.95rem}.counter-item strong[data-v-1526fa9e]{font-size:1.1em}.counter-icon[data-v-1526fa9e]{font-size:1.25em}.counter-prefix.desktop[data-v-1526fa9e],.counter-suffix.desktop[data-v-1526fa9e]{display:none}.counter-suffix.mobile[data-v-1526fa9e]{display:inline;margin-left:var(--space-xs)}.usp-strip .usp-item[data-v-1526fa9e]:nth-child(n+3){display:none}.sticky-cta-mobile[data-v-1526fa9e]{display:block}}@media (max-width: 576px){.monstroven-landing-page[data-v-1526fa9e]{--font-size-base: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--line-height-h1: 1.25;--space-section: 60px}h1[data-v-1526fa9e]{font-size:clamp(1.8rem,8vw,2.4rem)}h2[data-v-1526fa9e]{font-size:clamp(1.5rem,7vw,2rem)}.hero-section[data-v-1526fa9e]{padding-bottom:var(--space-xl)}.hero-content[data-v-1526fa9e]{gap:var(--space-md);padding-top:var(--space-sm)}.hero-image[data-v-1526fa9e]{max-width:85%}.cta-button[data-v-1526fa9e]{padding:16px 35px;font-size:1rem;width:100%;max-width:400px}.cta-button.large[data-v-1526fa9e]{padding:20px 40px;font-size:1.1rem}.hero-text .lead[data-v-1526fa9e]{font-size:var(--font-size-lg)}.section-subtitle[data-v-1526fa9e]{font-size:1.1rem;margin-bottom:40px}.reality-check-card[data-v-1526fa9e]{padding:30px 25px}.journey-image[data-v-1526fa9e]{max-width:85%;margin:0 auto 30px}.price-box[data-v-1526fa9e]{padding:var(--space-lg) var(--space-md)}.original-price[data-v-1526fa9e]{font-size:var(--font-size-lg);text-decoration-thickness:2px}.current-price[data-v-1526fa9e]{font-size:clamp(2.4rem,10vw,3rem)}.testimonial-card[data-v-1526fa9e]{padding:45px 25px 25px;margin-top:35px}.testimonial-avatar[data-v-1526fa9e]{top:-30px;width:70px;height:70px}.faq-item summary[data-v-1526fa9e]{font-size:1rem;padding:18px 20px}.faq-content[data-v-1526fa9e]{padding:0 20px 20px}.footer-links[data-v-1526fa9e]{display:flex;flex-direction:column;gap:10px}.footer-links a[data-v-1526fa9e]{display:block;margin-bottom:0}.secure-payment[data-v-1526fa9e]{font-size:.9rem;gap:var(--space-md)}.secure-payment img[data-v-1526fa9e]{height:30px}.access-highlight-item[data-v-1526fa9e]{font-size:var(--font-size-base)}.symbolic-counters[data-v-1526fa9e]{flex-direction:column;align-items:center;gap:var(--space-sm);margin-top:var(--space-lg);margin-bottom:var(--space-lg)}.children-testimonial-grid[data-v-1526fa9e]{grid-template-columns:1fr}.usp-strip[data-v-1526fa9e]{display:none}.time-block .number[data-v-1526fa9e]{min-width:75px}}.modal-overlay[data-v-1526fa9e]{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:2000;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.modal-overlay.is-visible[data-v-1526fa9e]{opacity:1;visibility:visible}.modal-content[data-v-1526fa9e]{background-color:var(--white);padding:var(--space-xl);border-radius:var(--border-radius-md);box-shadow:var(--box-shadow-medium);width:90%;max-width:900px;position:relative;transform:scale(.95);transition:transform .3s ease}.modal-overlay.is-visible .modal-content[data-v-1526fa9e]{transform:scale(1)}.modal-close-btn[data-v-1526fa9e]{position:absolute;top:15px;right:20px;background:none;border:none;font-size:2.2rem;font-weight:300;color:var(--medium-gray);cursor:pointer;line-height:1;transition:color .2s ease;padding:0}.modal-close-btn[data-v-1526fa9e]:hover{color:var(--dark-gray)}.modal-header[data-v-1526fa9e]{padding-bottom:20px;border-bottom:1px solid var(--light-gray);margin-bottom:20px}.modal-header h3[data-v-1526fa9e]{font-size:1.8rem;font-weight:800;color:var(--heading-color);margin:0}.legal-modal .modal-body-legal[data-v-1526fa9e]{max-height:70vh;overflow-y:auto;padding-right:15px}.legal-modal h4[data-v-1526fa9e]{font-size:1.1rem;font-weight:700;color:var(--heading-color);margin-top:25px;margin-bottom:15px}.legal-modal p[data-v-1526fa9e],.legal-modal li[data-v-1526fa9e]{font-size:.95rem;line-height:1.7;color:var(--text-color)}.legal-modal ul[data-v-1526fa9e]{list-style-type:disc;padding-left:25px;margin-bottom:1rem}.legal-modal ol[data-v-1526fa9e]{list-style-type:decimal;padding-left:25px;margin-bottom:1rem}.legal-modal a[data-v-1526fa9e]{color:var(--primary-color);text-decoration:underline}.legal-modal .last-update[data-v-1526fa9e]{font-style:italic;color:#888;margin-top:2rem}.modal-header .product-summary[data-v-1526fa9e]{background:#f7f5ff;padding:1rem;border-radius:12px;margin-top:1rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem 1rem}.product-summary .product-name[data-v-1526fa9e]{font-weight:600;color:var(--text-color)}.product-summary .product-price[data-v-1526fa9e]{font-weight:800;color:var(--primary-color);text-align:right;flex-shrink:0}@media (max-width: 480px){.modal-header .product-summary[data-v-1526fa9e]{flex-direction:column;align-items:flex-start;gap:.25rem}.product-summary .product-price[data-v-1526fa9e]{text-align:left}}.serena-card-wrapper[data-v-1526fa9e]{margin-top:calc(var(--space-xl) * 1.5);margin-bottom:calc(var(--space-xl) * 1.5);perspective:1500px}.serena-card[data-v-1526fa9e]{display:grid;grid-template-columns:.8fr 1.2fr;gap:var(--space-xl);align-items:center;background:linear-gradient(135deg,#f7f5ff,#f2faff);padding:var(--space-xl);border-radius:var(--border-radius-lg);border:1px solid #e8e2f8;box-shadow:0 30px 60px -20px #6e3bab26;transform:rotate3d(0,1,.1,-5deg);transition:transform .6s var(--ease-in-out-cubic),box-shadow .6s ease}.serena-card-wrapper:hover .serena-card[data-v-1526fa9e]{transform:rotate3d(0,0,0,0);box-shadow:0 40px 70px -20px #6e3bab38}.serena-card__video-column[data-v-1526fa9e]{width:100%}.serena-video-container[data-v-1526fa9e]{width:100%;max-width:320px;margin:0 auto;border-radius:var(--border-radius-md);overflow:hidden;box-shadow:var(--box-shadow-soft)}.serena-video-container video[data-v-1526fa9e]{width:100%;height:auto;display:block}.serena-card__text-column[data-v-1526fa9e]{text-align:left}.badge-new-serena[data-v-1526fa9e]{display:inline-block;background-color:#b24026;color:#fff;padding:6px 16px;border-radius:var(--border-radius-pill);font-size:.9rem;font-weight:var(--fw-bold);margin-bottom:var(--space-sm);letter-spacing:.5px}.serena-title[data-v-1526fa9e]{color:var(--primary-dark);margin-top:0;margin-bottom:0;font-size:clamp(1.9rem,4.5vw,2.8rem)}.serena-card .monstroven-quote[data-v-1526fa9e]{border-color:var(--secondary-light);color:var(--secondary-dark)}.serena-card ul[data-v-1526fa9e]{list-style:none;padding-left:0;margin-top:var(--space-md);margin-bottom:0}.serena-card ul li[data-v-1526fa9e]{font-size:var(--font-size-base);line-height:1.7;margin-bottom:var(--space-sm);padding-left:1.8em;position:relative}.serena-card ul li[data-v-1526fa9e]:before{content:"✓";position:absolute;left:0;top:4px;font-size:1.1em;line-height:1;font-weight:700;color:var(--secondary-color)}.serena-card p[data-v-1526fa9e]{margin-bottom:var(--space-md)}@media (max-width: 992px){.serena-card[data-v-1526fa9e]{transform:none;grid-template-columns:1fr;text-align:center}.serena-card__text-column[data-v-1526fa9e]{text-align:left}.serena-card__video-column[data-v-1526fa9e]{order:-1}}@media (max-width: 768px){.serena-card[data-v-1526fa9e]{padding:var(--space-lg);gap:var(--space-lg)}.serena-title[data-v-1526fa9e]{font-size:clamp(1.7rem,5vw,2.2rem)}.badge-new-serena[data-v-1526fa9e]{font-size:.85rem}}@media (prefers-color-scheme: dark){.monstroven-landing-page[data-v-1526fa9e],.monstroven-landing-page .journey-text p[data-v-1526fa9e],.monstroven-landing-page .journey-text ul li[data-v-1526fa9e],.monstroven-landing-page .vision-content p[data-v-1526fa9e],.monstroven-landing-page .reality-check-card ul li[data-v-1526fa9e],.monstroven-landing-page .faq-content[data-v-1526fa9e],.monstroven-landing-page p[data-v-1526fa9e]{color:var(--text-color)}.monstroven-landing-page h1[data-v-1526fa9e],.monstroven-landing-page h2[data-v-1526fa9e],.monstroven-landing-page h3[data-v-1526fa9e],.monstroven-landing-page h4[data-v-1526fa9e]{color:var(--heading-color)}.monstroven-landing-page .monstroven-quote.secondary[data-v-1526fa9e]{color:var(--secondary-dark)}.monstroven-landing-page .monstroven-quote.accent[data-v-1526fa9e]{color:var(--accent-yellow-dark)}}.success-page-wrapper[data-v-d001e508]{display:flex;align-items:center;justify-content:center;min-height:100vh;width:100%;background-color:var(--nuna-grey-lightest)}.card-container[data-v-d001e508]{background:var(--vt-c-white);border-radius:20px;box-shadow:0 10px 30px #00000012;padding:2.5rem 3rem;max-width:550px;width:100%;margin:2rem;border-top:6px solid var(--nuna-purple)}.logo-container[data-v-d001e508]{text-align:center;margin-bottom:2rem}.logo-nuna[data-v-d001e508]{height:40px;width:auto}.content-section[data-v-d001e508]{text-align:center}.spinner[data-v-d001e508],.button-spinner[data-v-d001e508]{width:48px;height:48px;border:5px solid var(--nuna-grey-medium);border-top-color:var(--nuna-purple);border-radius:50%;animation:spin-d001e508 1s linear infinite;margin:0 auto}.button-spinner[data-v-d001e508]{width:20px;height:20px;border-width:3px}@keyframes spin-d001e508{to{transform:rotate(360deg)}}.icon-wrapper[data-v-d001e508]{width:72px;height:72px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.icon-wrapper.success[data-v-d001e508]{background-color:var(--nuna-status-green-bg)}.icon-wrapper.success svg[data-v-d001e508]{width:40px;height:40px;color:var(--nuna-status-green-text)}.icon-wrapper.error[data-v-d001e508]{background-color:var(--nuna-status-red-bg)}.icon-wrapper.error svg[data-v-d001e508]{width:40px;height:40px;color:var(--nuna-status-red-text)}.title[data-v-d001e508]{font-size:2rem;font-weight:700;color:var(--nuna-text-primary);margin-bottom:.75rem}.subtitle[data-v-d001e508]{font-size:1.1rem;color:var(--nuna-text-secondary);line-height:1.6;max-width:420px;margin:0 auto 2rem}.password-form[data-v-d001e508]{display:flex;flex-direction:column;gap:1.25rem;margin-top:2rem}.form-group[data-v-d001e508]{text-align:left}.form-group label[data-v-d001e508]{display:block;margin-bottom:.5rem;font-weight:600;color:var(--nuna-text-primary)}.form-group input[data-v-d001e508]{width:100%;padding:.75rem 1rem;border:2px solid var(--nuna-border-color);border-radius:8px;font-size:1rem;transition:all .2s}.form-group input[data-v-d001e508]:focus{outline:none;border-color:var(--nuna-purple);box-shadow:0 0 0 3px var(--nuna-purple-focus-shadow)}.error-message[data-v-d001e508]{background:var(--nuna-status-red-bg);color:var(--nuna-status-red-text);padding:.75rem 1rem;border-radius:8px;font-size:.9rem;margin-top:.5rem}.btn-primary[data-v-d001e508],.btn-secondary[data-v-d001e508]{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:.875rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;text-decoration:none;transition:all .2s;width:100%}.btn-primary[data-v-d001e508]{background-color:var(--nuna-purple);color:var(--nuna-text-on-primary);border:2px solid var(--nuna-purple)}.btn-primary[data-v-d001e508]:hover:not(:disabled){background-color:var(--nuna-purple-hover);border-color:var(--nuna-purple-hover)}.btn-primary[data-v-d001e508]:disabled{background-color:var(--nuna-grey-medium);border-color:var(--nuna-grey-medium);cursor:not-allowed}.btn-secondary[data-v-d001e508]{background-color:var(--nuna-button-secondary-bg);color:var(--nuna-button-secondary-text);border:2px solid var(--nuna-button-secondary-border)}.btn-secondary[data-v-d001e508]:hover{background-color:var(--nuna-button-secondary-hover-bg);border-color:var(--nuna-button-secondary-hover-border)}.action-buttons[data-v-d001e508]{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.action-buttons svg[data-v-d001e508]{width:1.25rem;height:1.25rem}.status-page-wrapper[data-v-f229c98e]{display:flex;align-items:center;justify-content:center;min-height:100vh;width:100%;background-color:var(--nuna-grey-lightest)}.card-container[data-v-f229c98e]{background:var(--vt-c-white);border-radius:20px;box-shadow:0 10px 30px #00000012;padding:2.5rem 3rem;max-width:550px;width:100%;margin:2rem;border-top:6px solid var(--nuna-red)}.logo-container[data-v-f229c98e]{text-align:center;margin-bottom:2rem}.logo-nuna[data-v-f229c98e]{height:40px;width:auto}.content-section[data-v-f229c98e]{text-align:center}.icon-wrapper[data-v-f229c98e]{width:72px;height:72px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.icon-wrapper.error[data-v-f229c98e]{background-color:var(--nuna-status-red-bg)}.icon-wrapper.error svg[data-v-f229c98e]{width:40px;height:40px;color:var(--nuna-status-red-text)}.title[data-v-f229c98e]{font-size:2rem;font-weight:700;color:var(--nuna-text-primary);margin-bottom:.75rem}.subtitle[data-v-f229c98e]{font-size:1.1rem;color:var(--nuna-text-secondary);line-height:1.6;max-width:420px;margin:0 auto 2rem}.info-box[data-v-f229c98e]{background-color:var(--nuna-grey-lightest);border-left:4px solid var(--nuna-red);padding:1rem 1.5rem;border-radius:8px;text-align:left;margin-bottom:2.5rem}.info-box p[data-v-f229c98e]{color:var(--nuna-text-secondary);font-size:.95rem;line-height:1.7}.btn-primary[data-v-f229c98e],.btn-secondary[data-v-f229c98e]{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:.875rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;text-decoration:none;transition:all .2s;width:100%}.btn-primary[data-v-f229c98e]{background-color:var(--nuna-purple);color:var(--nuna-text-on-primary);border:2px solid var(--nuna-purple)}.btn-primary[data-v-f229c98e]:hover:not(:disabled){background-color:var(--nuna-purple-hover);border-color:var(--nuna-purple-hover)}.btn-secondary[data-v-f229c98e]{background-color:var(--nuna-button-secondary-bg);color:var(--nuna-button-secondary-text);border:2px solid var(--nuna-button-secondary-border)}.btn-secondary[data-v-f229c98e]:hover{background-color:var(--nuna-button-secondary-hover-bg);border-color:var(--nuna-button-secondary-hover-border)}.action-buttons[data-v-f229c98e]{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.status-page-wrapper[data-v-1bb72db8]{display:flex;align-items:center;justify-content:center;min-height:100vh;width:100%;background-color:var(--nuna-grey-lightest)}.card-container[data-v-1bb72db8]{background:var(--vt-c-white);border-radius:20px;box-shadow:0 10px 30px #00000012;padding:2.5rem 3rem;max-width:550px;width:100%;margin:2rem;border-top:6px solid var(--nuna-orange)}.logo-container[data-v-1bb72db8]{text-align:center;margin-bottom:2rem}.logo-nuna[data-v-1bb72db8]{height:40px;width:auto}.content-section[data-v-1bb72db8]{text-align:center}.icon-wrapper[data-v-1bb72db8]{width:72px;height:72px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.icon-wrapper.pending[data-v-1bb72db8]{background-color:var(--nuna-status-yellow-light-bg)}.icon-wrapper.pending svg[data-v-1bb72db8]{width:40px;height:40px;color:var(--nuna-status-yellow-light-text)}.title[data-v-1bb72db8]{font-size:2rem;font-weight:700;color:var(--nuna-text-primary);margin-bottom:.75rem}.subtitle[data-v-1bb72db8]{font-size:1.1rem;color:var(--nuna-text-secondary);line-height:1.6;max-width:420px;margin:0 auto 2rem}.info-box[data-v-1bb72db8]{background-color:var(--nuna-grey-lightest);border-left:4px solid var(--nuna-orange);padding:1rem 1.5rem;border-radius:8px;text-align:left;margin-bottom:2.5rem}.info-box p[data-v-1bb72db8]{color:var(--nuna-text-secondary);font-size:.95rem;line-height:1.7}.btn-primary[data-v-1bb72db8],.btn-secondary[data-v-1bb72db8]{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:.875rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;text-decoration:none;transition:all .2s;width:100%}.btn-primary[data-v-1bb72db8]{background-color:var(--nuna-purple);color:var(--nuna-text-on-primary);border:2px solid var(--nuna-purple)}.btn-primary[data-v-1bb72db8]:hover:not(:disabled){background-color:var(--nuna-purple-hover);border-color:var(--nuna-purple-hover)}.btn-secondary[data-v-1bb72db8]{background-color:var(--nuna-button-secondary-bg);color:var(--nuna-button-secondary-text);border:2px solid var(--nuna-button-secondary-border)}.btn-secondary[data-v-1bb72db8]:hover{background-color:var(--nuna-button-secondary-hover-bg);border-color:var(--nuna-button-secondary-hover-border)}.action-buttons[data-v-1bb72db8]{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.status-page-wrapper[data-v-30389e28]{display:flex;align-items:center;justify-content:center;min-height:100vh;background-color:#f8f9fa}.card-container[data-v-30389e28]{background:#fff;border-radius:20px;padding:2.5rem 3rem;max-width:550px;text-align:center;box-shadow:0 10px 30px #00000012}.title[data-v-30389e28]{font-size:2rem;color:#343a40}.subtitle[data-v-30389e28]{margin:1rem 0 2rem;color:#6c757d}.btn-primary[data-v-30389e28]{display:inline-block;padding:.875rem 1.5rem;border-radius:8px;background-color:#6e3bab;color:#fff;text-decoration:none;font-weight:600}:root{--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(60, 60, 60, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64);--nuna-purple: #866AB0;--nuna-purple-rgb: 134, 106, 176;--nuna-purple-hover: #6e599e;--nuna-green: #a8d5ba;--nuna-red: #c87b95;--nuna-red-dark: #b76c88;--nuna-blue: #b29dd9;--nuna-orange: #d8b171;--nuna-orange-rgb: 216, 177, 113;--nuna-turquoise: #5abfb3;--nuna-turquoise-rgb: 90, 191, 179;--nuna-text-primary: #584879;--nuna-text-secondary: #7a6b90;--nuna-text-on-primary: #ffffff;--nuna-text-muted-dark: #6B7280;--nuna-text-day-number: #374151;--nuna-bg-light: #fefcfe;--nuna-bg-page: #F9FAFB;--nuna-bg-hover-subtle: #F4F2FF;--nuna-border-color: #d1c4e9;--nuna-border-soft: #E5E7EB;--nuna-border-calendar: #F3F4F6;--nuna-grey-lightest: #faf7fb;--nuna-grey-medium: #e8e3ee;--nuna-grey-dark: #c4b6d6;--nuna-heading-dark: #111827;--nuna-purple-focus-shadow: rgba(156, 137, 184, .15);--nuna-purple-border-hover: rgba(122, 103, 144, .4);--nuna-purple-bg-tint-hover: rgba(122, 103, 144, .08);--nuna-red-bg-tint-hover: rgba(200, 123, 149, .08);--nuna-purple-lightest: #F3E8FF;--nuna-button-secondary-bg: #ffffff;--nuna-button-secondary-border: var(--nuna-grey-dark);--nuna-button-secondary-hover-bg: var(--nuna-grey-lightest);--nuna-button-secondary-hover-border: var(--nuna-grey-dark);--nuna-button-secondary-text: #4f4760;--nuna-status-lavender-bg: #f3edf7;--nuna-status-lavender-text: #8b75ab;--nuna-status-lavender-border: #d1c4e9;--nuna-status-yellow-light-bg: #fff9ec;--nuna-status-yellow-light-text: #c69745;--nuna-status-yellow-light-border: #f5e3c2;--nuna-status-turquoise-light-bg: #e0f7fa;--nuna-status-turquoise-light-text: #419c92;--nuna-status-turquoise-light-border: #b2ebf2;--nuna-status-grey-bg: #f1f1f4;--nuna-status-grey-text: #6e677a;--nuna-status-grey-border: #d6d0e0;--nuna-status-red-bg: #fdeef0;--nuna-status-red-text: #b9637e;--nuna-status-red-border: #f3c5ce;--nuna-status-green-bg: #e5f3ec;--nuna-status-green-text: #4c8d70;--nuna-status-green-border: #cfe9dc;--nuna-status-indefinido-bg: #eeeeee;--nuna-status-indefinido-text: #616161;--nuna-status-indefinido-border: #e0e0e0;--nuna-calendar-blocked-bg: #b0b4c1;--nuna-calendar-blocked-border: #979cad;--nuna-calendar-blocked-text: #ffffff;--nuna-calendar-online-bg: #9a84c9;--nuna-calendar-online-border: #7e69af;--nuna-calendar-presential-bg: #96c6a5;--nuna-calendar-presential-border: #6ca986;--nuna-calendar-event-text: #ffffff;--color-background: var(--nuna-bg-light);--color-background-soft: var(--nuna-grey-lightest);--color-background-mute: var(--nuna-grey-medium);--color-border: var(--nuna-border-color);--color-border-hover: var(--nuna-grey-dark);--color-heading: var(--nuna-purple);--color-text: var(--nuna-text-primary);--section-gap: 160px}@media (prefers-color-scheme: dark){:root{--color-background: var(--vt-c-black);--color-background-soft: var(--vt-c-black-soft);--color-background-mute: var(--vt-c-black-mute);--color-border: var(--vt-c-divider-dark-2);--color-border-hover: var(--vt-c-divider-dark-1);--color-heading: var(--vt-c-text-dark-1);--color-text: var(--vt-c-text-dark-2)}}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}body{min-height:100vh;color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;line-height:1.6;font-family:Nunito,sans-serif;font-size:16px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.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}.resize-observer[data-v-b329ee4c]{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;border:none;background-color:transparent;pointer-events:none;display:block;overflow:hidden;opacity:0}.resize-observer[data-v-b329ee4c] object{display:block;position:absolute;top:0;left:0;height:100%;width:100%;overflow:hidden;pointer-events:none;z-index:-1}.v-popper__popper{z-index:10000;top:0;left:0;outline:none}.v-popper__popper.v-popper__popper--hidden{visibility:hidden;opacity:0;transition:opacity .15s,visibility .15s;pointer-events:none}.v-popper__popper.v-popper__popper--shown{visibility:visible;opacity:1;transition:opacity .15s}.v-popper__popper.v-popper__popper--skip-transition,.v-popper__popper.v-popper__popper--skip-transition>.v-popper__wrapper{transition:none!important}.v-popper__backdrop{position:absolute;top:0;left:0;width:100%;height:100%;display:none}.v-popper__inner{position:relative;box-sizing:border-box;overflow-y:auto}.v-popper__inner>div{position:relative;z-index:1;max-width:inherit;max-height:inherit}.v-popper__arrow-container{position:absolute;width:10px;height:10px}.v-popper__popper--arrow-overflow .v-popper__arrow-container,.v-popper__popper--no-positioning .v-popper__arrow-container{display:none}.v-popper__arrow-inner,.v-popper__arrow-outer{border-style:solid;position:absolute;top:0;left:0;width:0;height:0}.v-popper__arrow-inner{visibility:hidden;border-width:7px}.v-popper__arrow-outer{border-width:6px}.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-inner{left:-2px}.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-outer,.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer{left:-1px}.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-outer{border-bottom-width:0;border-left-color:transparent!important;border-right-color:transparent!important;border-bottom-color:transparent!important}.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-inner{top:-2px}.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-container{top:0}.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer{border-top-width:0;border-left-color:transparent!important;border-right-color:transparent!important;border-top-color:transparent!important}.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-inner{top:-4px}.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer{top:-6px}.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-inner{top:-2px}.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-outer,.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer{top:-1px}.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer{border-left-width:0;border-left-color:transparent!important;border-top-color:transparent!important;border-bottom-color:transparent!important}.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-inner{left:-4px}.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer{left:-6px}.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-container{right:-10px}.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-outer{border-right-width:0;border-top-color:transparent!important;border-right-color:transparent!important;border-bottom-color:transparent!important}.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-inner{left:-2px}.v-popper--theme-tooltip .v-popper__inner{background:#000c;color:#fff;border-radius:6px;padding:7px 12px 6px}.v-popper--theme-tooltip .v-popper__arrow-outer{border-color:#000c}.v-popper--theme-dropdown .v-popper__inner{background:#fff;color:#000;border-radius:6px;border:1px solid #ddd;box-shadow:0 6px 30px #0000001a}.v-popper--theme-dropdown .v-popper__arrow-inner{visibility:visible;border-color:#fff}.v-popper--theme-dropdown .v-popper__arrow-outer{border-color:#ddd}
