[data-v-daf79e74]:root{--sat: env(safe-area-inset-top, 0px);--sar: env(safe-area-inset-right, 0px);--sab: env(safe-area-inset-bottom, 0px);--sal: env(safe-area-inset-left, 0px)}@supports (-webkit-touch-callout: none){.box-menu-principal[data-v-daf79e74],.menu-principal[data-v-daf79e74]{height:-webkit-fill-available}}.user-profile-header[data-v-daf79e74],[v-click-outside][data-v-daf79e74]{position:relative}.user-profile-toggle[data-v-daf79e74]{display:flex;align-items:center;gap:10px;background:transparent;border:none;padding:6px 10px;border-radius:8px;cursor:pointer;transition:all .2s ease}.user-profile-toggle[data-v-daf79e74]:hover{background:var(--profile-toggle-hover-bg, rgba(0, 0, 0, .05))}.user-profile-toggle[data-v-daf79e74]:focus{outline:none;box-shadow:0 0 0 3px #007bff40}.user-profile-avatar[data-v-daf79e74]{width:36px;height:36px;border-radius:50%;overflow:hidden;flex-shrink:0;border:2px solid var(--profile-avatar-border, #e0e0e0);transition:border-color .2s ease}.user-profile-toggle:hover .user-profile-avatar[data-v-daf79e74]{border-color:var(--profile-avatar-border-hover, #007bff)}.user-profile-avatar img[data-v-daf79e74]{width:100%;height:100%;object-fit:cover}.user-avatar-fallback[data-v-daf79e74]{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:600;font-size:14px}.user-profile-info[data-v-daf79e74]{display:flex;flex-direction:column;align-items:flex-end;text-align:right;max-width:180px}.user-profile-name[data-v-daf79e74]{font-weight:600;font-size:13px;color:var(--profile-name-color, #333);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;line-height:1.3}.user-profile-description[data-v-daf79e74]{font-size:12px;color:var(--profile-description-color, #666);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;margin-top:2px}.user-profile-icon[data-v-daf79e74]{font-size:12px;color:var(--profile-chevron-color, #666);transition:transform .2s ease}.user-profile-icon.rotate[data-v-daf79e74]{transform:rotate(180deg)}.dropdown-menu[data-v-daf79e74]{position:absolute;top:100%;right:0;min-width:250px;padding:0;border:1px solid var(--profile-dropdown-border, rgba(0, 0, 0, .1));box-shadow:0 4px 12px #00000026;margin-top:8px;background:var(--profile-dropdown-bg, white);border-radius:8px;z-index:1000;display:none;opacity:0;transform:translateY(-10px);transition:opacity .2s ease,transform .2s ease}.dropdown-menu.show[data-v-daf79e74]{display:block;opacity:1;transform:translateY(0)}.dropdown-header[data-v-daf79e74]{padding:16px;background:var(--profile-dropdown-item-hover-bg, #f8f9fa)}.dropdown-header strong[data-v-daf79e74]{font-size:14px;color:var(--profile-dropdown-item-text, #333)}.dropdown-header small[data-v-daf79e74]{font-size:12px;margin-top:4px}.dropdown-item[data-v-daf79e74]{padding:12px 16px;display:flex;align-items:center;transition:all .2s ease;color:var(--profile-dropdown-item-text, #333);font-size:14px}.dropdown-item[data-v-daf79e74]:hover{background:var(--profile-dropdown-item-hover-bg, #f8f9fa);color:var(--profile-dropdown-item-hover-text, #007bff)}.dropdown-item i[data-v-daf79e74]{width:20px}.dropdown-divider[data-v-daf79e74]{border-color:var(--profile-dropdown-divider, #e9ecef)}.modal-overlay[data-v-daf79e74]{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:2147483647;animation:fadeIn-daf79e74 .2s ease}@keyframes fadeIn-daf79e74{0%{opacity:0}to{opacity:1}}.modal-container[data-v-daf79e74]{background:#fff;border-radius:16px;max-width:450px;width:90%;box-shadow:0 20px 60px #0000004d;animation:slideUp-daf79e74 .3s ease}@keyframes slideUp-daf79e74{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header-custom[data-v-daf79e74]{padding:24px;border-bottom:1px solid #e0e0e0;display:flex;align-items:center;gap:16px;position:relative}.modal-icon[data-v-daf79e74]{font-size:28px;color:#dc3545;flex-shrink:0}.modal-title[data-v-daf79e74]{margin:0;font-size:20px;font-weight:600;color:#333;flex:1}.modal-close[data-v-daf79e74]{position:absolute;top:20px;right:20px;background:transparent;border:none;font-size:20px;color:#999;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.modal-close[data-v-daf79e74]:hover{background:#f5f5f5;color:#333}.modal-body-custom[data-v-daf79e74]{padding:24px}.modal-body-custom p[data-v-daf79e74]{margin:0;font-size:15px;color:#666;line-height:1.6}.modal-footer-custom[data-v-daf79e74]{padding:20px 24px;display:flex;gap:12px;justify-content:flex-end;border-top:1px solid #e0e0e0}.btn-cancel[data-v-daf79e74],.btn-confirm[data-v-daf79e74]{padding:10px 24px;border-radius:8px;font-size:14px;font-weight:500;border:none;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:8px}.btn-cancel[data-v-daf79e74]{background:#f5f5f5;color:#666}.btn-cancel[data-v-daf79e74]:hover{background:#e0e0e0;color:#333}.btn-confirm[data-v-daf79e74]{background:#dc3545;color:#fff}.btn-confirm[data-v-daf79e74]:hover{background:#c82333;transform:translateY(-1px);box-shadow:0 4px 12px #dc35454d}.btn-confirm[data-v-daf79e74]:active{transform:translateY(0)}.box-menu-principal[data-v-daf79e74]{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:1050;display:none;height:100vh;height:-webkit-fill-available}.menu-principal[data-v-daf79e74]{position:fixed;top:0;left:0;bottom:0;width:280px;max-width:85vw;background:var(--menu-bg, white);z-index:2147483647;display:flex;flex-direction:column;box-shadow:4px 0 12px #00000026;overflow:hidden;height:100vh;height:-webkit-fill-available;height:100dvh;min-height:100vh;min-height:-webkit-fill-available;min-height:100dvh;max-height:100vh;max-height:-webkit-fill-available;max-height:100dvh}.sidebar-header[data-v-daf79e74]{flex-shrink:0;border-bottom:1px solid #e0e0e0;padding:20px;background:var(--menu-header-bg, #f8f9fa)}.user-profile[data-v-daf79e74]{display:flex;align-items:center;gap:12px}.user-profile .user-avatar[data-v-daf79e74]{width:50px;height:50px;border-radius:50%;overflow:hidden;border:2px solid #e0e0e0;flex-shrink:0}.user-profile .user-avatar img[data-v-daf79e74]{width:100%;height:100%;object-fit:cover}.user-profile .user-info[data-v-daf79e74]{flex:1;min-width:0}.user-profile .user-name[data-v-daf79e74]{font-size:16px;font-weight:600;color:var(--menu-header-text, #333);margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-profile .user-description[data-v-daf79e74]{font-size:13px;color:var(--menu-header-text, #666);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;opacity:.8}.sidebar-menu[data-v-daf79e74]{flex:1;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;padding-bottom:calc(80px + env(safe-area-inset-bottom,20px));min-height:0}.sidebar-menu[data-v-daf79e74]::-webkit-scrollbar{width:4px}.sidebar-menu[data-v-daf79e74]::-webkit-scrollbar-track{background:transparent}.sidebar-menu[data-v-daf79e74]::-webkit-scrollbar-thumb{background:#0003;border-radius:2px}.sidebar-menu[data-v-daf79e74]::-webkit-scrollbar-thumb:hover{background:#0000004d}.menu-item[data-v-daf79e74]{display:flex;align-items:center;gap:12px;padding:16px 20px;color:var(--menu-text, #333);text-decoration:none;transition:all .2s ease;border-left:3px solid transparent}.menu-item[data-v-daf79e74]:hover{background:var(--menu-bg-hover, #f8f9fa);border-left-color:var(--menu-text-hover, #007bff);color:var(--menu-text-hover, #007bff)}.menu-item.active[data-v-daf79e74]{background:var(--menu-bg-hover, #e3f2fd);border-left-color:var(--menu-text-hover, #007bff);color:var(--menu-text-hover, #007bff);font-weight:500}.menu-item-icon[data-v-daf79e74]{width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:18px}.menu-item-text[data-v-daf79e74]{flex:1;font-size:15px}.menu-item-logout[data-v-daf79e74]{border-top:1px solid #e0e0e0;color:var(--menu-logout, #dc3545);margin-top:8px;margin-bottom:30px}.menu-item-logout[data-v-daf79e74]:hover{background:var(--menu-logout-bg-hover, #fff5f5);border-left-color:var(--menu-logout, #dc3545);color:var(--menu-logout-hover, #c82333)}header[data-v-daf79e74]:not(.mobile-header){position:fixed;top:0;left:0;right:0;background:var(--header-nav-bg, white);box-shadow:0 2px 8px #0000001a;z-index:1000;height:72px}.header-spacer[data-v-daf79e74]{height:72px}header:not(.mobile-header) .ajuste-lateral[data-v-daf79e74]{display:flex;align-items:center;height:100%}header:not(.mobile-header) .row-menu[data-v-daf79e74]{flex:1;align-items:center;margin:0}header:not(.mobile-header) a.logo[data-v-daf79e74]{position:absolute;left:50%;top:50%;margin-left:-97.5px;margin-top:-32.5px;display:flex;align-items:center;z-index:2}header:not(.mobile-header) a.icone-menu-mobile[data-v-daf79e74]{margin-top:0;vertical-align:middle}header:not(.mobile-header) a.home[data-v-daf79e74]{margin-top:0;vertical-align:middle}header:not(.mobile-header) .btn-menu[data-v-daf79e74]{display:flex;align-items:center;gap:8px}header:not(.mobile-header) .col-md-6[data-v-daf79e74]{display:flex;align-items:center}.mobile-header[data-v-daf79e74]{background:var(--header-nav-bg, white);box-shadow:0 2px 8px #0000001a;position:sticky;top:0;z-index:1000;height:80px;padding-top:env(safe-area-inset-top,0)}.mobile-header-spacer[data-v-daf79e74]{height:80px}.mobile-header-content[data-v-daf79e74]{display:flex;align-items:center;justify-content:space-between;padding:0 16px;gap:12px;height:100%}.mobile-menu-btn[data-v-daf79e74]{background:transparent;border:none;font-size:22px;color:#333;padding:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;transition:all .2s ease}.mobile-menu-btn[data-v-daf79e74]:hover{background:#0000000d}.mobile-logo[data-v-daf79e74]{flex:1;display:flex;justify-content:center;align-items:center}.mobile-logo img[data-v-daf79e74]{max-height:32px;width:auto}.mobile-user-menu[data-v-daf79e74]{position:relative}.mobile-user-btn[data-v-daf79e74]{background:transparent;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center}.mobile-user-avatar[data-v-daf79e74]{width:40px;height:40px;border-radius:50%;overflow:hidden;border:2px solid #e0e0e0;transition:border-color .2s ease}.mobile-user-btn:active .mobile-user-avatar[data-v-daf79e74]{border-color:#007bff}.mobile-user-avatar img[data-v-daf79e74]{width:100%;height:100%;object-fit:cover}.mobile-dropdown-menu[data-v-daf79e74]{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border-radius:12px;box-shadow:0 8px 24px #00000026;min-width:280px;max-width:90vw;display:none;opacity:0;transform:translateY(-10px);transition:opacity .2s ease,transform .2s ease;z-index:1001}.mobile-dropdown-menu.show[data-v-daf79e74]{display:block;opacity:1;transform:translateY(0)}.mobile-dropdown-header[data-v-daf79e74]{padding:20px;display:flex;align-items:center;gap:12px}.mobile-user-avatar-large[data-v-daf79e74]{width:50px;height:50px;border-radius:50%;overflow:hidden;border:2px solid #e0e0e0;flex-shrink:0}.mobile-user-avatar-large img[data-v-daf79e74]{width:100%;height:100%;object-fit:cover}.mobile-user-info[data-v-daf79e74]{flex:1;display:flex;flex-direction:column;gap:4px}.mobile-user-info strong[data-v-daf79e74]{font-size:15px;color:#333;line-height:1.3}.mobile-user-info small[data-v-daf79e74]{font-size:13px;color:#666;line-height:1.3}.mobile-dropdown-divider[data-v-daf79e74]{height:1px;background:#e0e0e0;margin:0}.mobile-dropdown-item[data-v-daf79e74]{display:flex;align-items:center;gap:12px;padding:16px 20px;color:#333;text-decoration:none;transition:all .2s ease;font-size:15px}.mobile-dropdown-item[data-v-daf79e74]:hover{background:#f8f9fa;color:#007bff}.mobile-dropdown-item[data-v-daf79e74]:active{background:#e9ecef}.mobile-dropdown-item.logout[data-v-daf79e74]{color:#dc3545}.mobile-dropdown-item.logout[data-v-daf79e74]:hover{background:#fff5f5;color:#c82333}.mobile-dropdown-item i[data-v-daf79e74]{font-size:18px;width:20px;text-align:center}.mobile-dropdown-item span[data-v-daf79e74]{flex:1}
