:root{--nexus-color-gray-50:#f9fafb;--nexus-color-gray-100:#f1f5f9;--nexus-color-gray-200:#e2e8f0;--nexus-color-gray-300:#cbd5e1;--nexus-color-gray-400:#94a3b8;--nexus-color-gray-500:#64748b;--nexus-color-gray-600:#475569;--nexus-color-gray-700:#334155;--nexus-color-gray-800:#1e293b;--nexus-color-gray-900:#0f172a;--nexus-color-gray-950:#020617;--nexus-color-blue-500:#2563eb;--nexus-color-blue-600:#1d4ed8;--nexus-color-green-500:#16a34a;--nexus-color-green-600:#15803d;--nexus-color-green-700:#166534;--nexus-color-red-500:#dc2626;--nexus-color-red-600:#b91c1c;--nexus-color-amber-500:#d97706;--nexus-color-amber-600:#b45309;--nexus-color-amber-700:#92400e;--nexus-font:'Inter',system-ui,-apple-system,sans-serif;--nexus-font-mono:'JetBrains Mono',ui-monospace,monospace;--nexus-font-size:14px;--nexus-line-height:1.5;--nexus-font-size-sm:13px;--nexus-font-size-xs:12px;--nexus-font-size-2xs:11px;--nexus-font-weight-medium:500;--nexus-space-xs:4px;--nexus-space-sm:8px;--nexus-space-md:16px;--nexus-space-lg:24px;--nexus-space-xl:32px;--nexus-space-2xl:48px;--nexus-radius:8px;--nexus-radius-lg:12px;--nexus-radius-full:9999px;--nexus-shadow:0 1px 3px rgba(0, 0, 0, 0.1);--nexus-shadow-md:0 4px 12px rgba(0, 0, 0, 0.1);--nexus-shadow-lg:0 8px 32px rgba(0, 0, 0, 0.15);--nexus-transition:150ms ease;--nexus-transition-slow:300ms ease}.light,:root{--nexus-bg:#ffffff;--nexus-bg-surface:#ffffff;--nexus-bg-subtle:var(--nexus-color-gray-50);--nexus-bg-muted:var(--nexus-color-gray-100);--nexus-bg-body:var(--nexus-bg);--nexus-text:var(--nexus-color-gray-900);--nexus-text-muted:var(--nexus-color-gray-500);--nexus-text-subtle:var(--nexus-color-gray-400);--nexus-text-inverse:#fff;--nexus-border:var(--nexus-color-gray-200);--nexus-primary:var(--nexus-color-blue-500);--nexus-primary-hover:var(--nexus-color-blue-600);--nexus-success:var(--nexus-color-green-500);--nexus-error:var(--nexus-color-red-500);--nexus-warning:var(--nexus-color-amber-500);--nexus-success-text:var(--nexus-color-green-700);--nexus-warning-text:var(--nexus-color-amber-700);--nexus-error-text:var(--nexus-color-red-600);--nexus-muted-text-strong:var(--nexus-color-gray-600);color-scheme:light}.dark{--nexus-bg:var(--nexus-color-gray-950);--nexus-bg-surface:var(--nexus-color-gray-900);--nexus-bg-subtle:var(--nexus-color-gray-800);--nexus-bg-muted:var(--nexus-color-gray-700);--nexus-text:var(--nexus-color-gray-50);--nexus-text-muted:var(--nexus-color-gray-400);--nexus-text-subtle:var(--nexus-color-gray-500);--nexus-text-inverse:#111;--nexus-border:var(--nexus-color-gray-700);--nexus-success-text:var(--nexus-success);--nexus-warning-text:var(--nexus-warning);--nexus-error-text:var(--nexus-error);--nexus-muted-text-strong:var(--nexus-text-muted);color-scheme:dark}*,::after,::before{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--nexus-font);font-size:var(--nexus-font-size);line-height:var(--nexus-line-height);-webkit-font-smoothing:antialiased;height:100%;overflow:hidden}body{background:var(--nexus-bg);color:var(--nexus-text);height:100dvh;overflow:hidden}button{background:0 0;border:none;font-family:inherit;cursor:pointer;color:inherit}[hidden]{display:none!important}.nexus-app{display:grid;height:100dvh;max-width:100vw;overflow:hidden}.nexus-sidebar{grid-row:1/-1;width:160px;background:var(--nexus-bg-surface);border-right:1px solid var(--nexus-border);display:flex;flex-direction:column;min-height:0}.nexus-header{grid-column:2;display:flex;align-items:center;gap:var(--nexus-space-md);padding:0 var(--nexus-space-lg);height:56px;border-bottom:1px solid var(--nexus-border);background:var(--nexus-bg-surface);flex-shrink:0}.nexus-main{grid-column:2;padding:var(--nexus-space-lg);overflow-y:auto;overflow-x:hidden;min-height:0;max-width:100vw}@media (display-mode:window-controls-overlay){.nexus-header{padding-right:calc(100vw - env(titlebar-area-width) - env(titlebar-area-x) + var(--nexus-space-lg));-webkit-app-region:drag;app-region:drag}.nexus-header a,.nexus-header button,.nexus-header input,.nexus-header-actions{-webkit-app-region:no-drag;app-region:no-drag}}.light,:root{--icon-pri:var(--nexus-text, #1e293b);--icon-sec:color-mix(in srgb, var(--nexus-text-muted, #64748b) 25%, transparent);--icon-dest:var(--nexus-primary, #2563eb);--icon-pri-hover:var(--nexus-primary, #2563eb);--icon-sec-hover:color-mix(in srgb, var(--nexus-text, #1e293b) 30%, transparent);--icon-dest-hover:var(--nexus-primary-hover, #1d4ed8);--icon-pri-selected:var(--nexus-primary-hover, #1d4ed8);--icon-sec-selected:color-mix(in srgb, var(--nexus-primary, #2563eb) 35%, transparent);--icon-dest-selected:var(--nexus-primary-hover, #1d4ed8)}.dark{--icon-pri:var(--nexus-text, #e2e8f0);--icon-sec:color-mix(in srgb, var(--nexus-text-muted, #94a3b8) 25%, transparent);--icon-dest:var(--nexus-primary, #3b82f6);--icon-pri-hover:var(--nexus-primary, #3b82f6);--icon-sec-hover:color-mix(in srgb, var(--nexus-text, #e2e8f0) 30%, transparent);--icon-dest-hover:var(--nexus-primary-hover, #2563eb);--icon-pri-selected:var(--nexus-primary-hover, #2563eb);--icon-sec-selected:color-mix(in srgb, var(--nexus-primary, #3b82f6) 35%, transparent);--icon-dest-selected:var(--nexus-primary-hover, #2563eb)}.nx-icon{display:inline-flex;align-items:center;vertical-align:middle}.nx-icon:empty{width:20px;height:20px}@supports (width:attr(x px,1px)){.nx-icon:empty{width:attr(data-nx-size px,20px);height:attr(data-nx-size px,20px)}}svg path{transition:fill 150ms ease}.hover svg path[fill="var(--icon-pri)"],.nexus-dock-item:hover svg path[fill="var(--icon-pri)"],a:hover svg path[fill="var(--icon-pri)"],button:hover svg path[fill="var(--icon-pri)"]{fill:var(--icon-pri-hover)}.hover svg path[fill="var(--icon-sec)"],.nexus-dock-item:hover svg path[fill="var(--icon-sec)"],a:hover svg path[fill="var(--icon-sec)"],button:hover svg path[fill="var(--icon-sec)"]{fill:var(--icon-sec-hover)}.hover svg path[fill="var(--icon-dest)"],.nexus-dock-item:hover svg path[fill="var(--icon-dest)"],a:hover svg path[fill="var(--icon-dest)"],button:hover svg path[fill="var(--icon-dest)"]{fill:var(--icon-dest-hover)}.active svg path[fill="var(--icon-pri)"],.nexus-dock-item.active svg path[fill="var(--icon-pri)"],.selected svg path[fill="var(--icon-pri)"],a.active svg path[fill="var(--icon-pri)"],button.active svg path[fill="var(--icon-pri)"]{fill:var(--icon-pri-selected)}.active svg path[fill="var(--icon-sec)"],.nexus-dock-item.active svg path[fill="var(--icon-sec)"],.selected svg path[fill="var(--icon-sec)"],a.active svg path[fill="var(--icon-sec)"],button.active svg path[fill="var(--icon-sec)"]{fill:var(--icon-sec-selected)}.active svg path[fill="var(--icon-dest)"],.nexus-dock-item.active svg path[fill="var(--icon-dest)"],.selected svg path[fill="var(--icon-dest)"],a.active svg path[fill="var(--icon-dest)"],button.active svg path[fill="var(--icon-dest)"]{fill:var(--icon-dest-selected)}#nexus-dock{flex:1;overflow-y:auto;min-height:0}.nexus-dock-nav ul{list-style:none;margin:0;padding:8px;display:flex;flex-direction:column;gap:2px}.nexus-dock-item{display:flex;align-items:center;gap:12px;padding:10px 16px;border-radius:var(--nexus-radius,8px);text-decoration:none;font-size:14px;font-weight:500;color:var(--nexus-text-muted);transition:all var(--nexus-transition);white-space:nowrap;overflow:hidden}.nexus-dock-item:hover{background:var(--nexus-bg-subtle);color:var(--nexus-text)}.nexus-dock-item[aria-current=page]{background:var(--nexus-primary);color:#fff;--icon-pri:#fff;--icon-sec:rgba(255, 255, 255, 0.4);--icon-dest:rgba(0, 0, 0, 0.25);--icon-pri-hover:#fff;--icon-sec-hover:rgba(255, 255, 255, 0.5);--icon-dest-hover:rgba(0, 0, 0, 0.35)}.nexus-dock-item[aria-current=page]:hover{background:var(--nexus-primary-hover)}.nexus-dock-icon{width:22px;height:22px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.nexus-dock-label{overflow:hidden;text-overflow:ellipsis}.nexus-dock-badge{margin-left:auto;background:var(--nexus-error);color:#fff;font-size:11px;padding:2px 6px;border-radius:10px;min-width:18px;text-align:center;flex-shrink:0}.nexus-dock-icon--emoji{font-size:18px}.btn{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;border:none;border-radius:var(--nexus-radius);font-size:14px;font-weight:500;cursor:pointer;transition:all var(--nexus-transition);white-space:nowrap}.btn-danger,.btn-primary{--icon-pri:#fff;--icon-sec:color-mix(in srgb, #fff 30%, transparent);--icon-dest:#fff}.btn-primary{background:var(--nexus-primary);color:#fff}.btn-primary:hover{background:var(--nexus-primary-hover)}.btn-secondary{background:0 0;border:1px solid var(--nexus-border);color:var(--nexus-text)}.btn-secondary:hover{background:var(--nexus-bg-subtle)}.btn-danger{background:var(--nexus-error);color:#fff}.btn-ghost{background:0 0;color:var(--nexus-text-muted)}.btn-ghost:hover{background:var(--nexus-bg-subtle);color:var(--nexus-text)}.btn:disabled{opacity:.5;cursor:not-allowed}.input,input[data-nexus-type],select,textarea{width:100%;padding:10px 12px;border:1px solid var(--nexus-border);border-radius:var(--nexus-radius);font-size:14px;background:var(--nexus-bg);color:var(--nexus-text);transition:border-color var(--nexus-transition);font-family:inherit}.input:focus,input[data-nexus-type]:focus,select:focus,textarea:focus{outline:0;border-color:var(--nexus-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--nexus-primary) 20%,transparent)}.input optgroup,.input option,input[data-nexus-type] optgroup,input[data-nexus-type] option,select optgroup,select option,textarea optgroup,textarea option{background:var(--nexus-bg);color:var(--nexus-text)}.input:disabled,.input[readonly],input:disabled,input[data-nexus-type]:disabled,input[data-nexus-type][readonly],input[readonly],select:disabled,select[readonly],textarea:disabled,textarea[readonly]{background:var(--nexus-bg-alt,var(--nexus-bg-subtle))!important;color:var(--nexus-text-muted)!important;border-color:transparent!important;cursor:not-allowed!important;opacity:.8!important}.nexus-field{position:relative;display:flex;flex-direction:column;gap:4px}.nexus-field label{font-size:13px;font-weight:500;color:var(--nexus-text-muted)}.nexus-field-status{position:absolute;right:12px;top:50%;transform:translateY(-50%);font-size:14px;border-radius:50%;display:flex;align-items:center;justify-content:center;width:20px;height:20px;transition:all var(--nexus-transition)}.nexus-field-saving{color:var(--nexus-primary);animation:nexus-spin-offset .8s linear infinite}.nexus-field-saved{background:var(--nexus-success);color:#fff!important;box-shadow:0 0 8px var(--nexus-success)}.nexus-field-error{background:var(--nexus-error);color:#fff!important;box-shadow:0 0 8px var(--nexus-error)}.nexus-field-error-msg{font-size:12px;color:var(--nexus-error)}.nexus-field-hint{font-size:12px;color:var(--nexus-text-muted)}.badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:var(--nexus-radius-full);font-size:12px;font-weight:500;background:var(--nexus-bg-muted);color:var(--nexus-muted-text-strong,var(--nexus-text-muted))}.badge-success{background:color-mix(in srgb,var(--nexus-success) 15%,transparent);color:var(--nexus-success-text,var(--nexus-success))}.badge-error{background:color-mix(in srgb,var(--nexus-error) 15%,transparent);color:var(--nexus-error-text,var(--nexus-error))}.badge-warning{background:color-mix(in srgb,var(--nexus-warning) 15%,transparent);color:var(--nexus-warning-text,var(--nexus-warning))}.badge-outline{background:0 0;border:1px solid var(--nexus-border);color:var(--nexus-text)}.card{background:var(--nexus-bg-surface);border:1px solid var(--nexus-border);border-radius:var(--nexus-radius-lg);padding:var(--nexus-space-lg)}.toggle{position:relative;display:inline-flex;align-items:center;gap:8px;cursor:pointer;user-select:none}.toggle input{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.toggle-track{position:relative;width:44px;height:24px;border-radius:12px;cursor:pointer;background:var(--nexus-color-gray-300);transition:all .3s cubic-bezier(.4, 0, .2, 1);box-shadow:inset 0 1px 3px rgba(0,0,0,.15)}.toggle-track::after{content:'';position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.2);transition:all .3s cubic-bezier(.4, 0, .2, 1)}.dark .toggle-track{background:var(--nexus-color-gray-600)}.toggle:hover .toggle-track{box-shadow:inset 0 1px 3px rgba(0,0,0,.2),0 0 0 3px color-mix(in srgb,var(--nexus-primary) 12%,transparent)}.toggle input:checked+.toggle-track{background:var(--nexus-primary);box-shadow:inset 0 1px 2px rgba(0,0,0,.1),0 0 12px color-mix(in srgb,var(--nexus-primary) 25%,transparent)}.toggle input:checked+.toggle-track::after{transform:translateX(20px)}.toggle input:focus-visible+.toggle-track{outline:2px solid var(--nexus-primary);outline-offset:2px}.toggle-label{font-size:13px;font-weight:500;color:var(--nexus-text-muted)}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:color-mix(in srgb,var(--nexus-text-muted,#94a3b8) 30%,transparent);border-radius:4px}:hover::-webkit-scrollbar{width:8px;height:8px}:hover::-webkit-scrollbar-thumb{background:color-mix(in srgb,var(--nexus-text-muted,#94a3b8) 50%,transparent)}::-webkit-scrollbar-thumb:hover{background:var(--nexus-primary,#2563eb)}*{scrollbar-width:thin;scrollbar-color:color-mix(in srgb,var(--nexus-text-muted,#94a3b8) 30%,transparent) transparent}.nexus-table-wrapper{position:relative}.nexus-table-row{display:flex;align-items:center;border-bottom:1px solid var(--nexus-bg-subtle);transition:background var(--nexus-transition)}.nexus-table-row:hover{background:var(--nexus-bg-subtle)}.nexus-table-row.selected{background:color-mix(in srgb,var(--nexus-primary) 10%,transparent)}.nexus-table-toolbar{padding:clamp(8px,2vw,12px) clamp(8px,3vw,16px);border-bottom:1px solid var(--nexus-border);background:var(--nexus-bg-surface);display:flex;align-items:center;gap:clamp(8px,2vw,16px);position:relative;z-index:3}.nexus-table-active-filters{padding:clamp(4px,1.5vw,8px) clamp(8px,3vw,16px);border-bottom:1px solid var(--nexus-border);background:color-mix(in srgb,var(--nexus-bg-surface) 90%,#fff);display:flex;gap:clamp(4px,1.5vw,8px);align-items:center;flex-wrap:wrap;font-size:12px}.nexus-table-cell,.nexus-table-footer-cell,.nexus-table-header-cell{flex:1;min-width:80px;text-align:left;justify-content:flex-start}.nexus-table-cell{padding:0 clamp(4px,2vw,12px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}.nexus-table-header-cell{padding:0 clamp(4px,2vw,12px);font-size:12px;letter-spacing:.5px;display:flex;align-items:center}.nexus-table-footer-cell{padding:0 clamp(4px,2vw,12px);overflow:visible;white-space:nowrap;font-size:12px;letter-spacing:.5px}.nexus-table-cell svg,.nexus-table-footer-cell svg{flex-shrink:0}[data-align=center]{text-align:center;justify-content:center}[data-align=right]{text-align:right;justify-content:flex-end}.nexus-table-cell:first-child,.nexus-table-footer-cell:first-child,.nexus-table-header-cell:first-child{padding-left:clamp(12px,3vw,24px)}.nexus-table-cell:last-child,.nexus-table-footer-cell:last-child,.nexus-table-header-cell:last-child{padding-right:clamp(12px,3vw,24px)}@media (max-width:768px){.nexus-table-cell:first-child,.nexus-table-footer-cell:first-child,.nexus-table-header-cell:first-child{position:static!important}}.table-phone{display:flex;align-items:center;gap:2px}.table-phone-link{color:inherit;text-decoration:none;font-weight:500;font-variant-numeric:tabular-nums;white-space:nowrap}.table-phone-number{font-variant-numeric:tabular-nums;white-space:nowrap}.table-wa-btn{color:#25d366;padding:4px;margin-left:0;display:flex;align-items:center;justify-content:center}.table-avatar{width:32px;height:32px;object-fit:cover;border-radius:50%;display:block;margin:0 auto}.table-avatar-placeholder{width:32px;height:32px;border-radius:50%;background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;margin:0 auto;color:var(--nexus-muted,#9ca3af)}.nexus-table-sort-wrapper{position:relative;display:inline-block}.nexus-table-sort-icon{position:absolute;right:100%;margin-right:4px;top:50%;transform:translateY(-50%);color:var(--nexus-primary,#3b82f6);font-weight:700;font-size:14px}.nexus-table-header{min-width:100%;width:100%;display:flex;height:40px;align-items:center;font-weight:600;letter-spacing:.05em;border-bottom:1px solid var(--nexus-border,#374151);background:var(--nexus-bg-surface,#1f2937);color:var(--nexus-text,#f3f4f6);position:sticky;top:0;z-index:3}.nexus-table-footer{min-width:100%;width:100%;display:flex;height:40px;align-items:center;border-top:1px solid var(--nexus-border,#374151);background:var(--nexus-bg-surface,#1f2937);font-weight:600;position:sticky;bottom:0;z-index:3}.nexus-search-wrap,.nexus-table-search-wrap{flex:1;max-width:300px;position:relative}.nexus-search-icon,.nexus-table-search-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:var(--nexus-text-muted,#9ca3af)}.nexus-search-input,.nexus-table-search-input{width:100%;padding:6px 10px 6px 32px;border:1px solid var(--nexus-border);border-radius:4px;background:var(--nexus-bg-subtle);color:var(--nexus-text);font-size:13px;outline:0}.nexus-table-spacer{flex:1}.nexus-table-actions-bar{display:flex;gap:4px;align-items:center;color:var(--nexus-text-muted,#9ca3af)}.nexus-table-results-count{margin-right:12px;font-size:13px;font-weight:500;color:var(--nexus-text,#f3f4f6)}.nexus-table-col-toggle{position:relative;display:inline-block}.nexus-table-col-menu{display:block;position:absolute;right:0;top:100%;background:var(--nexus-bg-surface,#1f2937);border:1px solid var(--nexus-border,#374151);border-radius:4px;padding:12px;z-index:100;min-width:200px;box-shadow:0 4px 12px rgba(0,0,0,.5);max-height:50dvh;overflow-y:auto;overscroll-behavior:contain}.nexus-table-col-menu-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;width:100%}.nexus-table-col-menu-label{font-size:13px;color:var(--nexus-text);margin-right:12px}.nexus-table-export-toggle{position:relative;display:inline-block}.nexus-table-export-menu{display:block;position:absolute;right:0;top:100%;background:var(--nexus-bg-surface,#1f2937);border:1px solid var(--nexus-border,#374151);border-radius:4px;padding:4px 0;z-index:100;min-width:180px;box-shadow:0 4px 12px rgba(0,0,0,.5)}.nexus-table-export-menu-item{display:flex;align-items:center;gap:8px;padding:8px 12px;width:100%;cursor:pointer;color:var(--nexus-text,#f3f4f6);font-size:13px;background:0 0;border:none;text-align:left}.nexus-table-export-menu-item:hover{background:var(--nexus-hover,#374151)}.nexus-table-extra-panel{padding:12px 16px;border-bottom:1px solid var(--nexus-border);background:var(--nexus-bg-muted)}.nexus-table-extra-panel.hidden{display:none}.nexus-table-extra-panel .nexus-table-extra-hint{margin:8px 0 0;font-size:13px;color:var(--nexus-text-muted)}.nexus-table-extra-panel .nexus-table-extra-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;align-items:end}.nexus-table-filter-panel{padding:12px 16px;border-bottom:1px solid var(--nexus-border);background:var(--nexus-bg-muted);display:flex;gap:12px;align-items:center;flex-wrap:wrap}.nexus-table-filter-control{padding:6px;border-radius:4px;border:1px solid var(--nexus-border);background:var(--nexus-bg-subtle);color:var(--nexus-text)}.nexus-table-filter-col{padding:6px;border-radius:4px;border:1px solid var(--nexus-border);background:var(--nexus-bg-subtle);color:var(--nexus-text);flex:1;min-width:120px;max-width:250px}.nexus-table-filter-op{padding:6px;border-radius:4px;border:1px solid var(--nexus-border);background:var(--nexus-bg-subtle);color:var(--nexus-text);flex:0 0 auto;width:auto}.nexus-table-filter-val,.nexus-table-filter-val-bool,.nexus-table-filter-val-date,.nexus-table-filter-val-dia,.nexus-table-filter-val-lista{padding:6px;border-radius:4px;border:1px solid var(--nexus-border);background:var(--nexus-bg-subtle);color:var(--nexus-text);flex:1;min-width:120px;max-width:250px}.nexus-table-btn-add-filter{padding:6px 12px;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;border:none}.nexus-table-filter-badge{display:flex;align-items:center;gap:4px;background:var(--nexus-primary-dark,rgba(59,130,246,.2));color:var(--nexus-primary,#3b82f6);padding:4px 8px;border-radius:12px;border:1px solid var(--nexus-primary-light,rgba(59,130,246,.5))}.nexus-table-filter-badge-remove{background:0 0;border:none;color:inherit;cursor:pointer;padding:0 2px;margin-left:4px;font-size:14px;line-height:1}.nexus-table-active-filters-label{color:var(--nexus-text-muted,#9ca3af);font-weight:600}.nexus-table-top-area{flex-shrink:0;position:relative;z-index:10}.nexus-table-viewport{flex:0 1 auto;max-height:100%;min-height:0;overflow:auto;position:relative;z-index:1}.nexus-table-scroll-content{min-width:100%;width:max-content;position:relative;min-height:100%;display:flex;flex-direction:column}.nexus-table-initialized{display:flex;flex-direction:column;height:100%;overflow:hidden}.nexus-table-initialized:focus{outline:0}.nexus-table-agg{position:relative;display:inline-block}.nexus-table-agg-symbol{position:absolute;left:-14px;top:50%;transform:translateY(-50%);font-size:12px;cursor:help;opacity:.7;font-weight:400}.nexus-table-print-msg{margin-top:20px;color:#fff;font-weight:500;font-size:16px}@keyframes nexus-spin-offset{to{transform:translateY(-50%) rotate(360deg)}}::view-transition-old(root){animation:nexus-fade-out 150ms ease-out}::view-transition-new(root){animation:nexus-fade-in 150ms ease-in}@keyframes nexus-fade-out{to{opacity:0}}@keyframes nexus-fade-in{from{opacity:0}}#nexus-brand{padding:16px;border-bottom:1px solid var(--nexus-border);display:flex;align-items:center;gap:8px}.nexus-brand-icon{display:inline-flex;width:24px;height:24px;flex-shrink:0}.nexus-brand-name{font-weight:700;letter-spacing:-.03em;color:var(--nexus-text)}.nexus-icon-container{display:inline-flex;width:24px;height:24px}.nexus-icon-container-sm{display:inline-flex;width:20px;height:20px}#nexus-breadcrumb{flex:1}.nexus-header-actions{display:flex;gap:4px;align-items:center}.nexus-icon-link{text-decoration:none;color:inherit}.nexus-header-avatar{display:inline-flex;display:flex;align-items:center;justify-content:center;width:24px;height:24px}.nexus-icon-btn{position:relative}.nexus-notify-badge{position:absolute;top:-2px;right:-2px;min-width:16px;height:16px;padding:0 4px;display:inline-flex;align-items:center;justify-content:center;background:var(--nexus-error);color:#fff;font-size:10px;line-height:1;font-weight:500;border-radius:10px;border:1px solid var(--nexus-bg-surface)}.nexus-status-indicator{display:inline-flex;position:relative;margin-left:4px}.user-avatar{width:24px;height:24px;border-radius:50%;object-fit:cover;border:1px solid var(--nexus-border)}.nexus-ajuda-menu,.nexus-user-menu{position:fixed;inset:auto;top:52px;right:8px;margin:0;min-width:220px;padding:4px;background:var(--nexus-bg-surface);color:var(--nexus-text);border:1px solid var(--nexus-border);border-radius:var(--nexus-radius,8px);box-shadow:0 8px 24px rgba(0,0,0,.15)}.nexus-ajuda-item,.nexus-user-menu-item{display:flex;align-items:center;gap:8px;width:100%;padding:8px;border:none;background:0 0;cursor:pointer;font-size:14px;color:var(--nexus-text);text-decoration:none;border-radius:6px;text-align:left}.nexus-ajuda-item:hover,.nexus-user-menu-item:hover{background:var(--nexus-bg-subtle)}.nexus-ajuda-titulo{margin:0;padding:4px 8px;font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--nexus-text-muted)}.nexus-ajuda-sep{border:none;border-top:1px solid var(--nexus-border);margin:4px 0}.nexus-user-menu-danger{color:var(--nexus-error)}.nexus-user-menu-danger:hover{color:var(--nexus-error)}.nexus-status-btn{background:0 0;border:none;cursor:pointer;display:flex;align-items:center;gap:6px;padding:0;border-radius:6px;font-size:12px;color:var(--nexus-text);position:relative}.nexus-status-btn:hover{opacity:.8}.nexus-status-icon{display:flex;align-items:center;justify-content:center;transition:color .3s}.nexus-status-icon.spinning svg{animation:nexus-spin 1.5s linear infinite}.nexus-status-popover{position:absolute;top:100%;right:0;margin-top:8px;background:var(--nexus-bg-surface);border:1px solid var(--nexus-border);border-radius:var(--nexus-radius,8px);box-shadow:0 8px 24px rgba(0,0,0,.15);z-index:100;display:none}.nexus-status-popover.open{display:block}.page-404{text-align:center;padding:80px var(--nexus-space-lg)}.page-404 .page-404-emoji{font-size:80px;margin-bottom:16px}.page-404 h1{font-size:32px;font-weight:800;margin-bottom:8px}.page-404 p{color:var(--nexus-text-muted);font-size:16px;margin-bottom:24px}.page-login{max-width:400px;margin:80px auto;padding:var(--nexus-space-lg)}.page-login .card{padding:32px}.page-login h1{font-size:24px;font-weight:700;margin-bottom:24px;text-align:center}.btn-google{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;min-height:42px;padding:0 16px;border:1px solid var(--nexus-border);border-radius:var(--nexus-radius);background:var(--nexus-bg-surface);color:var(--nexus-text);font-size:15px;font-weight:500;text-decoration:none;transition:background-color .15s ease}.btn-google:hover{background:var(--nexus-bg-subtle)}.btn-google:focus-visible{outline:2px solid var(--nexus-primary);outline-offset:2px}.btn-google-mark{width:18px;height:18px;flex:0 0 18px}.login-ou{display:flex;align-items:center;gap:12px;margin:16px 0;color:var(--nexus-text-muted);font-size:13px}.login-ou::after,.login-ou::before{content:'';flex:1;height:1px;background:var(--nexus-border)}.login-demo{border:1px dashed var(--nexus-border);border-radius:8px;padding:12px;margin-bottom:16px}.login-demo p{margin:0 0 8px;font-size:13px;color:var(--nexus-text-muted)}.login-demo code{color:var(--nexus-text)}.login-demo .btn{width:100%;justify-content:center}.login-demo-cred{user-select:all}.nexus-form-stack{display:flex;flex-direction:column;gap:16px}.btn-full-width{width:100%;justify-content:center;margin-top:8px}.home-hero{text-align:center;padding:var(--nexus-space-2xl) var(--nexus-space-lg)}.home-hero h1{font-size:2.5rem;font-weight:800;margin-bottom:8px;background:linear-gradient(135deg,var(--nexus-primary),#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.home-hero p{color:var(--nexus-text-muted);font-size:1.1rem;max-width:500px;margin:0 auto 32px}.home-cta-bar{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-bottom:48px}.home-cta-btn{font-size:16px;padding:14px 28px}.home-feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;max-width:800px;margin:0 auto}.home-feature-card{text-align:center}.home-feature-icon{font-size:28px;margin-bottom:8px}.home-feature-card h3{font-size:15px;margin-bottom:4px}.home-feature-card p{font-size:13px;color:var(--nexus-text-muted)}.home-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:12px;max-width:640px;margin:0 auto 8px}.home-stat{text-align:center}.home-stat-num{font-size:2rem;font-weight:800;color:var(--nexus-primary);font-variant-numeric:tabular-nums;line-height:1.2}.home-stat-label{font-size:13px;color:var(--nexus-text-muted)}.home-stats-note{text-align:center;font-size:12px;color:var(--nexus-text-muted);margin:0 auto 16px}.home-section{padding:0 var(--nexus-space-lg)}.home-section-title{text-align:center;font-size:1.25rem;margin:var(--nexus-space-2xl) auto 16px}.home-foot{text-align:center;font-size:13px;color:var(--nexus-text-muted);max-width:560px;margin:var(--nexus-space-2xl) auto}#painel-view{max-width:1200px;margin:0 auto;padding:20px}.painel-header{text-align:center;margin-bottom:40px}.painel-header h1{font-size:28px;font-weight:700;background:linear-gradient(90deg,#fff,#aaa);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-.5px}.theme-light .painel-header h1{background:linear-gradient(90deg,#111,#555);-webkit-text-fill-color:transparent;background-clip:text}.painel-section{margin-bottom:2rem;padding:1.5rem;background:var(--nexus-surface-hover);border-radius:8px;border:1px solid var(--nexus-border)}.painel-section:last-child{margin-bottom:0}.painel-section h2{color:var(--nexus-text-muted);font-size:1.25rem;margin-bottom:.5rem;padding-left:.5rem;border-left:4px solid var(--nexus-primary);text-transform:uppercase;letter-spacing:1px}.painel-section .features{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;padding-top:1rem}.painel-section .features .card{display:flex;flex-direction:column;height:100%;text-decoration:none;padding:20px;background:var(--nexus-surface);border:1px solid var(--nexus-border);border-radius:8px;transition:all .2s ease;color:var(--nexus-text)}.painel-section .features .card:hover{transform:translateY(-4px);box-shadow:0 10px 20px rgba(0,0,0,.2);border-color:var(--nexus-primary)}.painel-section .features .card h3{display:flex;align-items:center;gap:10px;font-size:1.2rem;margin-bottom:8px;color:var(--nexus-primary)}.painel-section .features .card p{color:var(--nexus-text-muted);font-size:.9rem;line-height:1.4}.painel-section .features .card .card-stats{margin-top:auto;padding-top:15px;border-top:1px dashed var(--nexus-border);font-size:.75rem;color:var(--nexus-text-muted);display:flex;flex-direction:column;gap:6px}.painel-section .features .card .card-stats .stat-row{display:flex;justify-content:space-between}.painel-section .features .card .card-stats .stat-row strong{color:var(--nexus-primary)}.page-hotkeys{max-width:900px;margin:0 auto}.page-hotkeys h1{font-size:22px;font-weight:700;margin-bottom:20px}.page-hotkeys h2{font-size:16px;font-weight:600;margin-bottom:16px}.page-hotkeys .card{padding:24px}.hotkeys-toolbar{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:16px}.hotkeys-toolbar h2{margin-bottom:0;margin-right:auto}.hotkeys-table{width:100%;font-size:14px;border-collapse:collapse}.hotkeys-table thead tr{border-bottom:2px solid var(--nexus-border)}.hotkeys-table td,.hotkeys-table th{text-align:left;padding:8px}.hotkeys-table tbody tr{border-bottom:1px solid var(--nexus-border)}.hotkeys-table .hotkey-kbd{background:var(--nexus-bg-muted);padding:2px 8px;border-radius:4px;font-family:var(--nexus-font-mono);font-size:13px}.hotkeys-table .hotkey-desc{color:var(--nexus-text-muted)}.page-sessoes{display:flex;flex-direction:column;height:100%;overflow-y:auto;padding:24px}.page-sessoes header{margin-bottom:24px}.page-sessoes header p{color:var(--nexus-text-muted);margin-top:4px}.sessoes-list{display:flex;flex-direction:column;gap:16px;max-width:800px}.page-form{height:100%;display:flex;flex-direction:column;padding:24px;gap:24px;max-width:600px;margin:0 auto;overflow-y:auto}.form-actions{display:flex;justify-content:flex-end;gap:16px;margin-top:auto}.page-form-grid{max-width:720px;margin:0 auto}@media (min-width:1400px){.page-form-grid{max-width:1100px}}@media (min-width:1800px){.page-form-grid{max-width:1400px}}.nexus-hint-btn{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;padding:0;margin-left:4px;border:none;background:0 0;cursor:pointer;border-radius:50%;color:var(--nexus-text-muted);vertical-align:middle}.nexus-hint-btn:hover{background:var(--nexus-bg-subtle);color:var(--nexus-primary)}.nexus-hint{position:fixed;inset:auto;margin:0;max-width:420px;padding:12px;background:var(--nexus-bg-surface);color:var(--nexus-text);border:1px solid var(--nexus-border);border-radius:var(--nexus-radius,8px);box-shadow:0 8px 24px rgba(0,0,0,.15);font-size:13px;line-height:1.5}.nexus-hint::backdrop{background:0 0}.nexus-hint p{margin:0 0 8px}.nexus-hint p:last-child{margin-bottom:0}.page-form-usuarios{max-width:720px;margin:0 auto}.usuario-form{display:grid;grid-template-columns:1fr 1fr;gap:20px;padding:32px}.nexus-field-avatar{grid-column:1/-1;display:flex;gap:24px;align-items:center}.nexus-field-avatar-container{flex-shrink:0;position:relative;width:100px;height:100px}.page-form-papeis{max-width:720px;margin:0 auto}.grid-form,.papel-form{display:grid;grid-template-columns:1fr;gap:20px;padding:32px}@media (min-width:769px){.grid-form,.papel-form{grid-template-columns:repeat(2,1fr)}}@media (min-width:1400px){.grid-form,.papel-form{grid-template-columns:repeat(3,1fr)}}@media (min-width:1800px){.grid-form,.papel-form{grid-template-columns:repeat(4,1fr)}}.nexus-image-wrapper{position:relative;display:inline-block}.nexus-image-preview{display:inline-block;position:relative;border-radius:50%;cursor:pointer;overflow:hidden;width:100px;height:100px;background-color:var(--nexus-bg-alt);border:2px dashed var(--nexus-border);background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center}.nexus-image-preview:focus-visible{outline:2px solid var(--nexus-primary);outline-offset:2px}.nexus-image-img{width:100%;height:100%;object-fit:cover;display:block}.nexus-image-img:not([src]),.nexus-image-img[src=""]{opacity:0}.nexus-image-placeholder{color:var(--nexus-text-muted);position:absolute}.nexus-image-overlay{position:absolute;inset:0;border-radius:50%;background:rgba(0,0,0,.6);color:#fff;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease}.nexus-image-preview:hover .nexus-image-overlay{opacity:1}.nexus-image-remove{position:absolute;bottom:0;left:0;z-index:10;width:32px;height:32px;border-radius:50%;background:var(--nexus-bg-surface);color:var(--nexus-error);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 0 0 2px var(--nexus-bg-surface);transition:transform .2s ease}.nexus-image-remove:hover{transform:scale(1.1)}.nexus-image-remove:focus-visible{outline:2px solid var(--nexus-primary);outline-offset:2px}.nexus-image-status{position:absolute!important;right:0!important;top:auto!important;bottom:0!important;transform:none!important;z-index:10;box-shadow:0 0 0 2px var(--nexus-bg-surface)}.nexus-image-input{position:absolute;inset:0;opacity:0;cursor:pointer;z-index:1}.nexus-field-avatar-name{flex-grow:1}.nexus-field-avatar-name input{font-size:1.1em;padding:12px}.nexus-field-toggle-row{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:12px;background:var(--nexus-bg-subtle);border-radius:8px}.nexus-field-toggle-row--flush{margin-bottom:0}.nexus-field-toggle-row label.block{display:block;margin-bottom:4px;font-weight:500}.nexus-field-toggle-hint{font-size:12px;color:var(--nexus-text-muted)}.nexus-toggle-inline{margin:0}.senha-hint{font-weight:400;color:var(--nexus-text-muted)}.form-actions-new{grid-column:1/-1;text-align:right;margin-top:24px;display:flex;gap:12px;justify-content:flex-end;border-top:1px solid var(--nexus-border);padding-top:24px}.btn-discard{background:0 0;border:1px solid var(--nexus-error);color:var(--nexus-error)}.nexus-toggle{position:relative;display:inline-block;flex-shrink:0;width:44px;height:24px}.nexus-toggle input{position:absolute;opacity:0;width:1px;height:1px;overflow:hidden;pointer-events:none}.nexus-toggle-slider{cursor:pointer;position:absolute;top:0;left:0;right:0;bottom:0;background-color:var(--nexus-border);transition:.2s;border-radius:24px}.nexus-toggle-slider::before{position:absolute;content:'';height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.2s;border-radius:50%}.nexus-toggle input:checked+.nexus-toggle-slider{background-color:var(--nexus-primary)}.nexus-toggle input:checked+.nexus-toggle-slider::before{transform:translateX(20px)}.nexus-toggle input:focus+.nexus-toggle-slider,.nexus-toggle input:focus-visible+.nexus-toggle-slider{outline:2px solid var(--nexus-primary);outline-offset:2px}#nexus-perfil-modal{background:var(--nexus-bg-surface);min-height:100%;padding:32px}@media (min-width:769px){#nexus-perfil-modal{max-width:800px;margin:5vh auto;border-radius:16px;box-shadow:0 15px 50px rgba(0,0,0,.2);border:1px solid var(--nexus-border);min-height:auto}}.perfil-header{font-size:24px;font-weight:700;margin-bottom:32px;display:flex;align-items:center;gap:12px}.perfil-grid{max-width:640px;margin:0 auto}.perfil-section{margin-bottom:24px}.perfil-section--spaced{margin-top:32px}.perfil-section h2{font-size:16px;font-weight:600;margin-bottom:16px;display:flex;align-items:center;gap:8px}.perfil-foto{text-align:center;margin-bottom:24px}.perfil-foto-wrapper{position:relative;display:inline-block}.perfil-foto-img{width:120px;height:120px;border-radius:50%;object-fit:cover;border:3px solid var(--nexus-bg-surface);box-shadow:0 0 0 2px var(--nexus-primary)}.perfil-foto-label{display:inline-block;position:relative;border-radius:50%;cursor:pointer;overflow:hidden}.perfil-foto-overlay{position:absolute;inset:0;border-radius:50%;background:rgba(0,0,0,.6);color:#fff;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease}.perfil-foto-label:hover .perfil-foto-overlay{opacity:1}.perfil-foto-remove{position:absolute;bottom:0;left:0;z-index:10;width:32px;height:32px;border-radius:50%;background:var(--nexus-bg-surface);color:var(--nexus-error);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 0 0 2px var(--nexus-bg-surface)}.perfil-field-gap{margin-top:16px}.perfil-tema-btns{display:flex;gap:12px}.perfil-tema-btn{flex:1;padding:12px;border-radius:8px}.perfil-permissoes-card{margin-top:24px}.perfil-permissoes-nota{font-size:12px;color:var(--nexus-text-muted);margin-bottom:12px}.perfil-permissoes{display:flex;flex-direction:column;gap:24px}.perm-grupo{display:flex;flex-direction:column;gap:8px}.perm-grupo-titulo{font-size:12px;font-weight:600;letter-spacing:.02em;color:var(--nexus-text-muted);margin:0 0 4px}.perm-linha{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:8px 0}.perm-linha h4{font-size:13px;font-weight:500;margin:0}.perm-linha p{font-size:12px;color:var(--nexus-text-muted);margin:2px 0 0}.perm-texto{min-width:0}.perm-ajuda{color:var(--nexus-warning-text)!important;max-width:46ch}.perm-acao{display:flex;align-items:center;gap:8px;flex:0 0 auto}.perm-acao .btn{padding:4px 12px;font-size:12px}.perm-chip{font-size:12px;padding:2px 8px;border-radius:var(--nexus-radius-full);border:1px solid var(--nexus-border);color:var(--nexus-text-muted);white-space:nowrap}.perm-chip--ok{color:var(--nexus-success-text);border-color:var(--nexus-success)}.perm-chip--bloqueado{color:var(--nexus-error-text);border-color:var(--nexus-error)}.perm-chip--indisponivel{opacity:.65}.perfil-senha-username{display:none}.perfil-actions-right{margin-top:16px;text-align:right}.crud-permissions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-top:8px;padding:16px;border:1px solid var(--nexus-border);border-radius:8px}.page-table{display:flex;flex-direction:column;height:100%;overflow:hidden;padding:0}.page-table-content{flex:1;min-height:0;overflow:hidden}.icons-page{max-width:1400px;margin:0 auto;padding:0 16px}.icons-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.icons-header h1{font-size:22px;font-weight:700;margin:0}.icons-badge{background:var(--nexus-primary);color:#fff;font-size:12px;font-weight:600;padding:2px 10px;border-radius:99px}.icons-toolbar{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-bottom:20px;padding:10px 14px;background:var(--nexus-bg-surface);border:1px solid var(--nexus-border);border-radius:var(--nexus-radius);position:sticky;top:0;z-index:10;box-shadow:0 4px 12px rgba(0,0,0,.1)}@media print{.icons-toolbar{display:none!important}}.icons-controls{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.icons-ctrl{display:flex;align-items:center;gap:5px;font-size:11px;font-weight:500;color:var(--nexus-text-muted);white-space:nowrap;cursor:pointer}.icons-ctrl-val{font-size:11px;font-weight:700;min-width:26px;text-align:center;color:var(--nexus-text);background:rgba(255,255,255,.06);padding:2px 6px;border-radius:4px}.icons-ctrl input[type=range]{-webkit-appearance:none;appearance:none;width:80px;height:6px;background:linear-gradient(90deg,rgba(37,99,235,.3),rgba(37,99,235,.6));border-radius:3px;outline:0;cursor:pointer;transition:background .2s}.icons-ctrl input[type=range]:focus-visible{outline:2px solid var(--nexus-primary);outline-offset:2px}.icons-ctrl input[type=range]:hover{background:linear-gradient(90deg,rgba(37,99,235,.4),rgba(37,99,235,.8))}.icons-ctrl input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;background:linear-gradient(135deg,#fff,#cbd5e1);border-radius:50%;border:2px solid var(--nexus-primary);box-shadow:0 1px 4px rgba(0,0,0,.3),0 0 6px rgba(37,99,235,.25);cursor:grab;transition:all .2s}.icons-ctrl input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.15);box-shadow:0 2px 8px rgba(0,0,0,.35),0 0 10px rgba(37,99,235,.4)}.icons-ctrl input[type=range]::-webkit-slider-thumb:active{cursor:grabbing;transform:scale(1.05);background:linear-gradient(135deg,#e2e8f0,#94a3b8)}.icons-ctrl input[type=range]::-moz-range-track{height:6px;background:linear-gradient(90deg,rgba(37,99,235,.3),rgba(37,99,235,.6));border-radius:3px;border:none}.icons-ctrl input[type=range]::-moz-range-thumb{width:14px;height:14px;background:linear-gradient(135deg,#fff,#cbd5e1);border-radius:50%;border:2px solid var(--nexus-primary);box-shadow:0 1px 4px rgba(0,0,0,.3);cursor:grab}.icons-ctrl input.alpha-slider[type=range]{width:36px;height:4px;background:linear-gradient(90deg,rgba(0,0,0,.1),rgba(0,0,0,.4));margin-left:4px}.icons-ctrl input.alpha-slider[type=range]::-webkit-slider-thumb{width:12px;height:12px;border-width:1px}.dark .icons-ctrl input.alpha-slider[type=range]{background:linear-gradient(90deg,rgba(255,255,255,.1),rgba(255,255,255,.6))}.icons-ctrl input[type=color]{width:26px;height:26px;border:2px solid rgba(255,255,255,.1);border-radius:6px;padding:1px;cursor:pointer;background:0 0;transition:all .2s}.icons-ctrl input[type=color]:hover{border-color:var(--nexus-primary);box-shadow:0 0 8px rgba(37,99,235,.3);transform:scale(1.1)}.icons-ctrl input[type=color]::-webkit-color-swatch-wrapper{padding:0}.icons-ctrl input[type=color]::-webkit-color-swatch{border:none;border-radius:4px}.icons-divider{color:var(--nexus-border);font-size:16px;margin:0 2px;opacity:.5}.btn-sm{padding:5px 10px;font-size:12px;font-weight:600;border:1px solid rgba(255,255,255,.1);border-radius:6px;background:rgba(255,255,255,.04);color:var(--nexus-text-muted);cursor:pointer;transition:all .2s}.btn-sm:hover{border-color:var(--nexus-primary);color:var(--nexus-primary);background:rgba(37,99,235,.08);box-shadow:0 0 8px rgba(37,99,235,.15)}.icons-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(var(--icon-grid-col,100px),1fr));gap:var(--icon-grid-gap,8px)}.icons-grid.no-borders .icon-card{border-color:transparent;background:0 0}.icons-grid.no-labels .icon-name{display:none}.icon-card{display:flex;flex-direction:column;align-items:center;gap:4px;padding:10px 6px;cursor:pointer;border-radius:var(--nexus-radius);border:1px solid var(--nexus-border);background:var(--nexus-bg-surface);transition:all 150ms}.icon-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(0,0,0,.08);border-color:var(--nexus-primary)}.icon-card:hover svg path{transition:fill 150ms}.icon-card:active{transform:scale(.96)}.icon-card .icon-preview{display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .2s;background:var(--icon-preview-bg,transparent)}.icon-card .icon-name{font-size:9px;color:var(--nexus-text-muted);text-align:center;word-break:break-all;line-height:1.2;max-width:100%}.icons-toolbar{flex-direction:column;gap:8px}.icons-toolbar .nexus-search-wrap{max-width:100%}.icons-controls{width:100%;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(130px,1fr))}.icons-controls .icons-divider{display:none}.icons-controls .icons-ctrl:first-child{grid-column:1/-1}.icons-controls .icons-ctrl:first-child input[type=range]{flex:1;width:auto}.icons-grid{grid-template-columns:repeat(auto-fill,minmax(var(--icon-grid-col,72px),1fr));gap:var(--icon-grid-gap,6px)}.icon-card{padding:6px 4px}.icons-page{padding:0 8px}@media (min-width:769px){.icons-toolbar{flex-direction:row;gap:12px}.icons-toolbar .nexus-search-wrap{max-width:300px}.icons-controls{width:auto;display:flex;justify-content:flex-start}.icons-controls .icons-divider{display:inline}.icons-controls .icons-ctrl:first-child input[type=range]{width:80px;flex:none}.icons-grid{grid-template-columns:repeat(auto-fill,minmax(var(--icon-grid-col,96px),1fr));gap:var(--icon-grid-gap,8px)}.icon-card{padding:8px 12px}.icons-page{padding:0 16px}}@media (min-width:1400px){.icons-grid{grid-template-columns:repeat(auto-fill,minmax(var(--icon-grid-col,120px),1fr));gap:var(--icon-grid-gap,10px)}}.nexus-app{grid-template-columns:1fr;grid-template-rows:auto 1fr auto}.nexus-sidebar{grid-row:3;grid-column:1;width:100%!important;max-width:100vw;border-right:none;border-top:1px solid var(--nexus-border);position:sticky;bottom:0;z-index:5000;display:flex;flex-direction:column;overflow:visible;background:var(--nexus-bg-surface)}#nexus-brand{order:2;padding:6px;display:flex;justify-content:center;align-items:center;border-bottom:none;border-top:1px solid var(--nexus-border);font-size:12px;opacity:.85;gap:8px}#nexus-brand .nexus-brand-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center}#nexus-brand .nexus-brand-icon svg{width:24px;height:24px}#nexus-brand .nexus-brand-name{font-size:14px;font-weight:600}#nexus-dock{order:1;width:100%;overflow:hidden;max-width:100vw}.nexus-dock-nav{overflow-x:auto;overflow-y:hidden;scrollbar-width:none;max-width:100vw}.nexus-dock-nav::-webkit-scrollbar{display:none}.nexus-dock-nav ul{flex-direction:row;gap:0;padding:4px 8px;justify-content:space-around;min-width:max-content}.nexus-dock-item{flex-direction:column;padding:8px 12px;border-radius:8px;text-align:center;position:relative}.nexus-dock-icon{width:28px;height:28px}.nexus-dock-icon svg{width:28px;height:28px}.nexus-dock-label{display:none}.nexus-dock-badge{position:absolute;top:-2px;right:-2px;font-size:9px;padding:1px 4px}.nexus-header{grid-column:1;padding:0 var(--nexus-space-xs);height:48px;gap:var(--nexus-space-sm)}.nexus-main{grid-column:1;grid-row:2;padding:0;max-width:100vw;overflow-x:hidden}@media (min-width:769px){.nexus-app{grid-template-columns:auto 1fr;grid-template-rows:auto 1fr}.nexus-sidebar{grid-row:1/-1;grid-column:auto;width:64px!important;border-right:1px solid var(--nexus-border);border-top:none;position:static;bottom:auto;z-index:auto;flex-direction:column;overflow:hidden}.nexus-sidebar>div:first-child{display:flex}.nexus-dock-nav{overflow-x:visible;overflow-y:auto}.nexus-dock-nav ul{flex-direction:column;gap:0;padding:8px;justify-content:flex-start;min-width:auto}.nexus-dock-item{flex-direction:row;padding:12px 0;justify-content:center;border-radius:0;text-align:left;position:static}.nexus-dock-item .nexus-dock-icon{width:24px;height:24px}.nexus-dock-badge{position:static;top:auto;right:auto}.nexus-sidebar .nexus-dock-badge,.nexus-sidebar .nexus-dock-label{display:none}#nexus-brand{flex-direction:column;justify-content:center;padding:16px 0;order:1;border-top:none}#nexus-dock{order:2;width:auto;overflow:visible}.nexus-brand-name{display:none}.nexus-header{grid-column:2;padding:0 clamp(16px,4vw,24px);height:56px;gap:var(--nexus-space-md)}.nexus-main{grid-column:2;grid-row:2;padding:clamp(16px,4vw,24px)}}@media (min-width:1025px){.nexus-sidebar{width:160px!important}.nexus-sidebar .nexus-dock-badge,.nexus-sidebar .nexus-dock-label{display:flex}#nexus-brand{flex-direction:row;justify-content:flex-start;padding:16px}.nexus-brand-name{display:inline}.nexus-dock-item{justify-content:flex-start;padding:10px 12px}.nexus-dock-icon{width:24px;height:24px}.nexus-dock-icon svg{width:24px;height:24px}.nexus-main{padding:clamp(24px,4vw,40px)}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}@media (forced-colors:active){.btn{border:1px solid ButtonText}.toggle-track{border:1px solid ButtonText}:focus-visible{outline:2px solid Highlight;outline-offset:2px}}@media (prefers-reduced-motion:reduce){*,::after,::before{animation-duration:0s!important;animation-iteration-count:1!important;transition-duration:0s!important}html{scroll-behavior:auto!important}}.nexus-print-loader{opacity:1!important;visibility:visible!important;flex-direction:column!important}.nexus-global-backdrop{position:fixed;position:absolute;top:0;left:0;right:0;bottom:0;background:var(--nexus-bg-body);z-index:9999;display:flex;align-items:center;justify-content:center;transition:opacity .4s ease,visibility .4s ease}.nexus-global-backdrop.nexus-loaded{opacity:0;visibility:hidden;pointer-events:none}.nexus-global-backdrop.is-visible{opacity:1;visibility:visible}.nexus-loader-container{position:relative;width:80px;height:80px}.nexus-loader-circular{animation:nexus-rotate 2s linear infinite;height:100%;width:100%;transform-origin:center center;position:absolute;top:0;left:0}.nexus-loader-path{stroke:var(--nexus-primary);stroke-dasharray:1,200;stroke-dashoffset:0;animation:nexus-dash 1.5s ease-in-out infinite;stroke-linecap:round}.nexus-loader-logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:var(--nexus-text);display:flex;align-items:center;justify-content:center;animation:nexus-pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes nexus-rotate{100%{transform:rotate(360deg)}}@keyframes nexus-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@keyframes nexus-pulse{0%,100%{opacity:1}50%{opacity:.5}}.nexus-shimmer{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent 0,rgba(255,255,255,.05) 50%,transparent 100%);background-size:200% 100%;animation:nexus-shimmer-anim 1.5s infinite linear;pointer-events:none;z-index:10}:root[data-theme=light] .nexus-shimmer{background:linear-gradient(90deg,transparent 0,rgba(0,0,0,.05) 50%,transparent 100%)}@keyframes nexus-shimmer-anim{0%{background-position:-200% 0}100%{background-position:200% 0}}.nexus-local-loading{position:relative;overflow:hidden;pointer-events:none}.nexus-local-loading::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:var(--nexus-bg-surface);opacity:.6;z-index:5}.nexus-local-loading::before{content:'';position:absolute;left:50%;top:50%;width:40px;height:40px;margin-left:-20px;margin-top:-20px;border:3px solid var(--nexus-primary);border-radius:50%;border-right-color:transparent;animation:nexus-rotate .75s linear infinite;z-index:6}.nexus-btn-loading{position:relative;color:transparent!important;pointer-events:none}.nexus-btn-loading::after{content:'';position:absolute;left:50%;top:50%;width:1em;height:1em;margin-left:-.5em;margin-top:-.5em;border:2px solid currentColor;border-radius:50%;border-right-color:transparent;border-top-color:transparent;animation:nexus-spin .6s linear infinite;color:var(--nexus-text-inverse)}.nexus-icon-btn.nexus-btn-loading::after{color:var(--nexus-primary)}.btn-danger.nexus-btn-loading::after,.btn-primary.nexus-btn-loading::after{color:#fff}@keyframes nexus-spin{to{transform:rotate(360deg)}}.nexus-lookup{position:relative;display:flex;flex-direction:column;gap:var(--nexus-space-xs,4px);width:100%}.nexus-lookup .lookup-wrapper{position:relative;display:flex;align-items:center;width:100%}.nexus-lookup .lookup-visible{width:100%;padding-right:32px!important}.nexus-lookup .lookup-visible.lookup-reverted{background-color:rgba(255,100,100,.1)!important;transition:background-color .3s ease}.nexus-lookup .lookup-toggle-btn{position:absolute;right:8px;height:24px;width:24px;background:0 0;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;outline:0}.nexus-lookup .lookup-toggle-btn .nexus-icon{width:16px;height:16px;stroke:var(--nexus-text-muted);transition:stroke var(--nexus-transition)}.nexus-lookup .lookup-toggle-btn:hover .nexus-icon{stroke:var(--nexus-text)}.nexus-lookup .lookup-listbox{position:absolute!important;top:calc(100% + 4px);left:0;right:0;z-index:1000;max-height:200px;overflow-y:auto;background-color:var(--nexus-bg);border:1px solid var(--nexus-border);border-radius:var(--nexus-radius);box-shadow:0 10px 15px -3px rgba(0,0,0,.5);list-style:none!important;padding:0!important;margin:0!important}.nexus-lookup .lookup-listbox::-webkit-scrollbar{width:6px}.nexus-lookup .lookup-listbox::-webkit-scrollbar-thumb{background-color:var(--nexus-border);border-radius:3px}.nexus-lookup .lookup-listbox::-webkit-scrollbar-thumb:hover{background-color:var(--nexus-text-muted)}.nexus-lookup .lookup-no-results,.nexus-lookup .lookup-option{padding:6px 10px;border-radius:calc(var(--nexus-radius) - 2px);color:var(--nexus-text);cursor:pointer;user-select:none;font-size:14px;transition:background-color .1s ease}.nexus-lookup .lookup-option.active,.nexus-lookup .lookup-option:hover,.nexus-lookup .lookup-option[aria-selected=true]{background-color:var(--nexus-primary);color:var(--nexus-bg);outline:0}.nexus-lookup .lookup-no-results{color:var(--nexus-text-muted);font-style:italic;cursor:default}.nexus-lookup-required{color:var(--nexus-error)}.nexus-lookup-item-title{font-weight:500}.nexus-lookup-item-subtitle{font-size:11px;color:var(--nexus-text-muted);margin-top:2px}.nexus-status-popover-body{padding:12px;min-width:200px;font-size:13px}.nexus-status-row{display:flex;align-items:center;gap:8px;margin-bottom:8px}.nexus-status-sync-info{color:var(--nexus-text-muted);margin-bottom:4px}.nexus-status-pending{color:var(--nexus-warning)}.nexus-status-synced{color:var(--nexus-success)}.nexus-status-offline-msg{margin-top:8px;padding:8px;background:var(--nexus-bg-muted);border-radius:6px;color:var(--nexus-error)}.nexus-dialog-body{padding:24px}.nexus-dialog h3{margin:0 0 12px}.nexus-dialog p{margin:0 0 24px;color:var(--nexus-text-muted)}.nexus-dialog-actions{display:flex;gap:12px;justify-content:flex-end}.nexus-dialog-cancel{background:0 0;border:1px solid var(--nexus-border);padding:10px 20px;border-radius:8px;cursor:pointer}.nexus-dialog-confirm{background:var(--nexus-primary);color:#fff;border:none;padding:10px 20px;border-radius:8px;cursor:pointer;font-weight:600}.nexus-dialog-confirm.danger{background:#dc2626}.nexus-dialog-input{width:100%;padding:10px 12px;border:1px solid var(--nexus-border);border-radius:8px;font-size:14px;margin-bottom:16px;box-sizing:border-box}.nexus-dialog,.nexus-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--nexus-bg-surface);color:var(--nexus-text);border:none;border-radius:var(--nexus-radius,12px);box-shadow:var(--nexus-shadow-lg);max-width:var(--modal-max-w,600px);width:90vw;max-height:85vh;overflow:auto;padding:0;animation:nexus-modal-in .2s ease-out}.nexus-dialog::backdrop,.nexus-modal::backdrop{background:rgba(0,0,0,.5);backdrop-filter:blur(4px)}.nexus-dialog.nexus-modal-out,.nexus-modal.nexus-modal-out{animation:nexus-modal-out 150ms ease-in forwards}@keyframes nexus-modal-in{from{opacity:0;transform:translate(-50%,-48%) scale(.96)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes nexus-modal-out{from{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-48%) scale(.96)}}.nexus-modal-inner{padding:24px}.nexus-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.nexus-modal-header h2{margin:0;font-size:18px}.nexus-modal-close{background:0 0;border:none;font-size:24px;cursor:pointer;color:var(--nexus-text-muted)}.nexus-field-undo{color:var(--nexus-primary);font-weight:700;margin-left:8px;text-decoration:none}.nexus-field-undo:hover{text-decoration:underline}.nexus-password-wrapper{position:relative;display:flex;align-items:center;width:100%}.nexus-password-wrapper .input,.nexus-password-wrapper input[type=password],.nexus-password-wrapper input[type=text]{padding-right:40px}.nexus-password-toggle{position:absolute;right:4px;background:0 0;border:none;cursor:pointer;color:var(--nexus-text-muted);padding:4px;display:flex;align-items:center;justify-content:center;width:32px;height:32px;outline:0}.nexus-input-action-wrapper{position:relative;display:flex;align-items:center;width:100%}.nexus-input-action-wrapper .input,.nexus-input-action-wrapper input{padding-right:40px}.nexus-input-action{position:absolute;right:4px;color:var(--nexus-text-muted);display:flex;align-items:center;justify-content:center;width:32px;height:32px;text-decoration:none;background:0 0;border:none;padding:0;font:inherit;cursor:pointer}.nexus-input-action:hover{color:var(--nexus-primary)}.nexus-input-action[hidden]{display:none}#nexus-notify-container{position:fixed;top:0;right:0;width:380px;max-width:100vw;height:100vh;background:var(--nexus-bg-surface);box-shadow:var(--nexus-shadow-lg,-4px 0 24px rgba(0,0,0,.15));z-index:6000;transform:translateX(100%);transition:transform .3s ease;display:flex;flex-direction:column;overflow:hidden}#nexus-notify-container.nexus-notify-open{transform:translateX(0)}.nexus-notify-header{padding:16px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--nexus-border)}.nexus-notify-header h3{margin:0;font-size:16px}.nexus-notify-actions{display:flex;gap:8px}.nexus-notify-mark-all{background:0 0;border:none;color:var(--nexus-primary);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px}.nexus-notify-mark-all:hover{background:var(--nexus-bg-subtle)}.nexus-notify-list{flex:1;overflow-y:auto;padding:8px}.nexus-notify-empty{text-align:center;color:var(--nexus-text-muted);padding:40px 0}.nexus-notify-item{padding:12px;border-radius:8px;margin-bottom:4px;cursor:pointer}.nexus-notify-item.unread{background:var(--nexus-bg-subtle)}.nexus-notify-item-content{display:flex;gap:8px;align-items:start}.nexus-notify-item-icon{font-size:16px}.nexus-notify-item-body{flex:1;min-width:0}.nexus-notify-item-title{font-size:14px}.nexus-notify-item-title.unread{font-weight:600}.nexus-notify-item-text{font-size:13px;color:var(--nexus-text-muted);margin-top:2px}.nexus-notify-item-time{font-size:12px;color:var(--nexus-text-muted);margin-top:4px}@media print{.nexus-print-mode{overflow:visible!important;height:auto!important;flex:none!important}}.nexus-clipboard-textarea{position:fixed;top:-9999px;left:-9999px;opacity:0}#nexus-toast-container{position:fixed;bottom:16px;right:16px;display:flex;flex-direction:column-reverse;gap:8px;z-index:9000;max-width:400px;width:100%;pointer-events:none}.nexus-toast{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:var(--nexus-radius,8px);background:var(--nexus-bg-surface);border:1px solid var(--nexus-border);border-left-width:4px;box-shadow:var(--nexus-shadow,0 4px 12px rgba(0,0,0,.15));color:var(--nexus-text);font-size:14px;pointer-events:auto;transition:opacity .2s,transform .2s}.nexus-toast.nexus-toast-out{opacity:0;transform:translateX(100%)}.nexus-toast.nexus-toast-success{border-left-color:var(--nexus-success,#16a34a);--toast-accent:var(--nexus-success, #16a34a)}.nexus-toast.nexus-toast-error{border-left-color:var(--nexus-error,#dc2626);--toast-accent:var(--nexus-error, #dc2626)}.nexus-toast.nexus-toast-warning{border-left-color:var(--nexus-warning,#d97706);--toast-accent:var(--nexus-warning, #d97706)}.nexus-toast.nexus-toast-info{border-left-color:var(--nexus-primary,#2563eb);--toast-accent:var(--nexus-primary, #2563eb)}.nexus-toast.nexus-toast-undo{border-left-color:var(--nexus-success,#16a34a);--toast-accent:var(--nexus-success, #16a34a)}.nexus-toast-icon{display:inline-flex;flex-shrink:0;color:var(--toast-accent)}.nexus-toast-msg{flex:1}button.nexus-toast-action,button.nexus-toast-undo{background:0 0;border:none;cursor:pointer;font-weight:600;padding:4px 8px;color:var(--toast-accent)}.nexus-toast-close{background:0 0;border:none;color:var(--nexus-text-muted);cursor:pointer;font-size:18px;padding:0 4px}.nexus-breadcrumb-list{list-style:none;margin:0;padding:0;display:flex;gap:8px;align-items:center;font-size:14px;color:var(--nexus-text-muted)}.nexus-breadcrumb-divider{color:var(--nexus-border)}.nexus-breadcrumb-item{display:flex;align-items:center;gap:6px}.nexus-breadcrumb-link{color:inherit;text-decoration:none;transition:color 150ms;display:flex;align-items:center;gap:6px}.nexus-breadcrumb-link:hover{color:var(--nexus-text)}.nexus-breadcrumb-current{color:var(--nexus-text);font-weight:500}.nexus-breadcrumb-avatar{width:20px;height:20px;border-radius:var(--nexus-radius-full);object-fit:cover;flex-shrink:0}.nexus-kpi-value{font-size:28px;font-weight:700}.nexus-kpi-label{font-size:13px;color:var(--nexus-text-muted);margin-top:4px}.nexus-widget-content{text-align:center;padding:16px}.nexus-widget-card{background:var(--nexus-bg-surface,#fff);border-radius:var(--nexus-radius-lg,12px);border:1px solid var(--nexus-border);overflow:hidden}.nexus-widget-title{padding:12px 16px;font-size:14px;font-weight:600;border-bottom:1px solid var(--nexus-border)}.nexus-widget-body{height:calc(100% - 44px)}.nexus-widget-body--full{height:100%}.nexus-widget-trend{font-size:13px}.nexus-widget-trend--up{color:var(--nexus-success,#16a34a)}.nexus-widget-trend--down{color:var(--nexus-error,#dc2626)}.nexus-widget-table{width:100%;border-collapse:collapse;font-size:13px}.nexus-widget-table td,.nexus-widget-table th{padding:8px 12px;text-align:left;border-bottom:1px solid var(--nexus-border)}.nexus-widget-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.hidden{display:none!important}.nexus-w-full{width:100%!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.full-span{grid-column:1/-1}.tabular-nums{font-variant-numeric:tabular-nums;white-space:nowrap}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.table-actions-cell{display:flex;gap:4px;align-items:center;justify-content:center}.table-actions-cell--center{justify-content:center}.table-cell-center{display:flex;align-items:center;justify-content:center;height:100%}.table-cell-inline{display:flex;align-items:center;gap:6px}.state-empty{text-align:center;padding:24px;color:var(--nexus-text-muted)}.state-error{text-align:center;padding:24px;color:var(--nexus-error)}.nexus-ml-auto{margin-left:auto}.perfil-header{display:flex;align-items:center;gap:12px;margin-bottom:32px;font-size:28px;font-weight:700;color:var(--nexus-text)}.perfil-foto{display:flex;align-items:center;justify-content:center;margin-bottom:32px}.perfil-foto-wrapper .nexus-image-preview{width:120px;height:120px;border:3px solid var(--nexus-bg-surface);box-shadow:0 0 0 2px var(--nexus-primary);background-color:var(--nexus-bg-surface)}.page-msg{display:flex;flex-direction:column;min-height:0;height:100%}.msg-lista-topo{display:flex;align-items:center;justify-content:space-between;gap:var(--nexus-space-sm);margin-bottom:var(--nexus-space-md)}.msg-lista-itens{list-style:none;margin:0;padding:0;border:1px solid var(--nexus-border);border-radius:var(--nexus-radius);overflow:hidden}.msg-lista-item+.msg-lista-item{border-top:1px solid var(--nexus-border)}.msg-lista-item a{display:grid;grid-template-columns:1fr auto;grid-template-areas:"titulo hora" "trecho badge";gap:2px var(--nexus-space-sm);padding:var(--nexus-space-sm) var(--nexus-space-md);text-decoration:none;color:inherit}.msg-lista-item a:focus-visible,.msg-lista-item a:hover{background:var(--nexus-bg-subtle)}.msg-lista-item a strong{grid-area:titulo}.msg-lista-trecho{grid-area:trecho;color:var(--nexus-text-muted);font-size:var(--nexus-font-size-sm);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.msg-lista-hora{grid-area:hora;color:var(--nexus-text-subtle);font-size:var(--nexus-font-size-xs)}.msg-lista-item.nao-lida strong{font-weight:700}.msg-badge{grid-area:badge;justify-self:end;align-self:center;min-width:20px;padding:0 6px;border-radius:var(--nexus-radius-full);background:var(--nexus-primary);color:var(--nexus-text-inverse);font-size:var(--nexus-font-size-xs);text-align:center}.msg-vazio{padding:var(--nexus-space-lg);color:var(--nexus-text-muted);text-align:center}.msg-thread{display:flex;flex-direction:column;flex:1;min-height:0}.msg-thread-topo{display:flex;align-items:center;gap:var(--nexus-space-sm);padding-bottom:var(--nexus-space-sm);border-bottom:1px solid var(--nexus-border)}.msg-thread-topo .msg-thread-id{flex:1;min-width:0}.msg-thread-topo .msg-thread-id small{display:block;color:var(--nexus-text-muted);font-size:var(--nexus-font-size-xs);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.msg-bolhas{list-style:none;margin:0;padding:var(--nexus-space-md) 0;flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:var(--nexus-space-xs)}.msg-bolha{max-width:min(75%,40rem);padding:var(--nexus-space-xs) var(--nexus-space-sm);border-radius:var(--nexus-radius-lg);background:var(--nexus-bg-muted);align-self:flex-start;overflow-wrap:anywhere}.msg-bolha p{margin:0;white-space:pre-wrap}.msg-bolha time{display:block;margin-top:2px;color:var(--nexus-text-muted);font-size:var(--nexus-font-size-2xs)}.msg-bolha.minha{align-self:flex-end;background:var(--nexus-primary);color:var(--nexus-text-inverse)}.msg-bolha.minha time{color:var(--nexus-text-inverse);opacity:.75}.msg-bolha.pendente{opacity:.55}.msg-bolha-autor{display:block;font-size:var(--nexus-font-size-xs);font-weight:var(--nexus-font-weight-medium);color:var(--nexus-text-muted)}.msg-anexo-img{display:block;margin-top:var(--nexus-space-xs);max-width:100%;max-height:18rem;border-radius:var(--nexus-radius);object-fit:cover}.msg-anexo-link{display:inline-block;margin-top:var(--nexus-space-xs);text-decoration:underline}.msg-anexo-nome{margin:var(--nexus-space-xs) 0 0;color:var(--nexus-text-muted);font-size:var(--nexus-font-size-sm)}#msg-anexo-label.desabilitado{opacity:.5;pointer-events:none}.msg-digitando{margin:0 0 var(--nexus-space-xs);color:var(--nexus-text-muted);font-size:var(--nexus-font-size-sm);font-style:italic}.msg-form{display:flex;gap:var(--nexus-space-sm);align-items:flex-end;padding-top:var(--nexus-space-sm);border-top:1px solid var(--nexus-border)}.msg-form textarea{flex:1;resize:vertical;min-height:2.5rem;max-height:8rem}.msg-btn-icone{padding:10px;line-height:0;text-decoration:none}@media print{@page{margin:1.5cm}.nexus-app,.nexus-main,body,html{display:block!important;height:auto!important;min-height:auto!important;overflow:visible!important;background-color:#fff!important;color:#000!important;padding:0!important;margin:0!important;print-color-adjust:exact!important;-webkit-print-color-adjust:exact!important}*{color:#000!important;box-shadow:none!important;text-shadow:none!important}.nexus-card,.nexus-panel,.perfil-foto-wrapper .nexus-image-preview{background-color:transparent!important}:root,html.dark{color-scheme:light!important;--nexus-bg:#ffffff!important;--nexus-bg-surface:#ffffff!important;--nexus-bg-subtle:#f8fafc!important;--nexus-bg-muted:#f1f5f9!important;--nexus-text:#000000!important;--nexus-text-muted:#475569!important;--nexus-text-subtle:#64748b!important;--nexus-border:#e2e8f0!important;--nexus-border-strong:#cbd5e1!important}.btn,.dialog-overlay,.form-actions,.nexus-action-bar,.nexus-btn,.nexus-global-backdrop,.nexus-header,.nexus-lookup .lookup-listbox,.nexus-notify-container,.nexus-sidebar,.nexus-table-actions-cell,.nexus-table-active-filters,.nexus-table-batch,.nexus-table-checkbox,.nexus-table-filter-panel,.nexus-table-status-bar,.nexus-table-toolbar,.nexus-toast-container,[data-select-all],button,input[type=button],input[type=reset],input[type=submit],nav{display:none!important}input[type=email],input[type=number],input[type=text],select,textarea{border:none!important;border-bottom:1px solid var(--nexus-border)!important;background:0 0!important;box-shadow:none!important;padding-left:0!important;color:#000!important}.card,.nexus-card,.nexus-panel{display:block!important;break-inside:avoid;page-break-inside:avoid;box-shadow:none!important;border:1px solid var(--nexus-border)!important;margin-bottom:12px!important}.nexus-table-container{display:table!important;width:100%!important;border-collapse:collapse!important;table-layout:fixed!important;margin:0!important;padding:0!important;overflow:visible!important}.nexus-table-wrapper{display:table-row-group!important;height:auto!important;overflow:visible!important}.nexus-table-scroll-content,.nexus-table-viewport{display:contents!important}.nexus-table-row{display:table-row!important;position:static!important;break-inside:avoid;page-break-inside:avoid;border:none!important;border-bottom:none!important;background-color:transparent!important}.nexus-table-row:nth-child(2n)>.nexus-table-cell{background-color:#e6e6e6!important;print-color-adjust:exact!important;-webkit-print-color-adjust:exact!important}.nexus-table-header{display:table-header-group!important;position:static!important;break-inside:avoid;page-break-inside:avoid}.nexus-table-footer{display:table-footer-group!important;position:static!important;break-inside:avoid;page-break-inside:avoid}.nexus-table-cell,.nexus-table-footer-cell,.nexus-table-header-cell{display:table-cell!important;vertical-align:middle!important;box-shadow:none!important;border:none!important;position:static!important;background-color:transparent!important}.nexus-table-actions-cell{display:none!important}.nexus-table-header-cell{border-bottom:2px solid #000!important}.nexus-table-footer-cell{border-top:2px solid #000!important}a[href^=http]:not([href*="nexus.fina.art.br"])::after{content:" (" attr(href) ")";font-size:85%;color:var(--nexus-text-muted);text-decoration:underline;word-break:break-all}figure,img,table{break-inside:avoid;page-break-inside:avoid}h1,h2,h3,h4{break-after:avoid;page-break-after:avoid}blockquote,p{break-inside:avoid;page-break-inside:avoid;orphans:3;widows:3}}