        /* Tema institucional executivo */
        [data-theme='executive-slate'] {
            --app-font-body: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
            --app-font-heading: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
            --page-bg: #f5f7fb;
            --header-bg: rgba(248, 250, 252, 0.96);
            --header-border: #e2e8f0;
            --text-primary: #0f172a;
            --text-secondary: #475569;
            --card-bg: #ffffff;
            --surface-border: #e2e8f0;
            --control-bg: #ffffff;
            --control-border: #cbd5e1;
            --control-text: #0f172a;
            --menu-bg: #ffffff;
            --menu-border: #e2e8f0;
            --surface-soft: #f8fafc;
            --surface-muted: #eef2f7;
            --surface-ghost: rgba(255, 255, 255, 0.92);
            --surface-elevated: #ffffff;
            --ring-color: rgba(29, 78, 216, 0.14);
            --divider-color: rgba(148, 163, 184, 0.16);
            --surface-soft-hover: #eef2f7;
            --surface-soft-hover-strong: #e5eaf1;
            --overlay-dim: rgba(2, 6, 23, 0.58);
            --status-info-bg: rgba(29, 78, 216, 0.08);
            --status-info-text: #1d4ed8;
            --status-info-border: rgba(29, 78, 216, 0.18);
            --status-success-bg: rgba(15, 118, 110, 0.1);
            --status-success-text: #0f766e;
            --status-success-border: rgba(15, 118, 110, 0.2);
            --status-warning-bg: rgba(180, 83, 9, 0.08);
            --status-warning-text: #b45309;
            --status-warning-border: rgba(180, 83, 9, 0.2);
            --status-danger-bg: rgba(185, 28, 28, 0.08);
            --status-danger-text: #b91c1c;
            --status-danger-border: rgba(185, 28, 28, 0.2);
            --status-neutral-bg: rgba(100, 116, 139, 0.08);
            --status-neutral-text: #475569;
            --status-neutral-border: rgba(100, 116, 139, 0.18);
        }

        [data-theme='executive-slate'] body,
        [data-theme='azure-frost'] body {
            background: #f5f7fb;
            color: #0f172a;
        }

        [data-theme='executive-slate'] .sidebar-shell,
        [data-theme='executive-slate'] #sidebar,
        [data-theme='azure-frost'] .sidebar-shell,
        [data-theme='azure-frost'] #sidebar {
            width: 16rem !important;
            background: linear-gradient(180deg, var(--sidebar-bg) 0%, var(--sidebar-bg-strong, var(--sidebar-bg)) 100%) !important;
            border-right: 1px solid var(--sidebar-border) !important;
            box-shadow: none !important;
        }

        @media (min-width: 1024px) {
            [data-theme='executive-slate'] #sidebar + main,
            [data-theme='azure-frost'] #sidebar + main {
                margin-left: 16rem !important;
            }

            [data-theme='executive-slate'] #main-header,
            [data-theme='azure-frost'] #main-header {
                left: 16rem !important;
                width: calc(100% - 16rem) !important;
            }

            [data-theme='executive-slate'][data-layout='topbar'] #sidebar + main,
            [data-theme='executive-slate'][data-layout='topbar'] #main-header,
            [data-theme='azure-frost'][data-layout='topbar'] #sidebar + main,
            [data-theme='azure-frost'][data-layout='topbar'] #main-header {
                margin-left: 0 !important;
                left: 0 !important;
                width: 100% !important;
            }
        }

        [data-theme='executive-slate'] .sidebar-head,
        [data-theme='azure-frost'] .sidebar-head {
            min-height: 88px;
            padding-top: 1.25rem;
            padding-bottom: 1.25rem;
            background: color-mix(in srgb, var(--sidebar-bg) 85%, var(--sidebar-bg-strong, var(--sidebar-bg)) 15%) !important;
            border-bottom: 1px solid var(--sidebar-border) !important;
        }

        [data-theme='executive-slate'] .sidebar-subhead,
        [data-theme='azure-frost'] .sidebar-subhead {
            border-bottom: 1px solid var(--sidebar-border) !important;
        }

        [data-theme='executive-slate'] .sidebar-label,
        [data-theme='azure-frost'] .sidebar-label {
            color: var(--sidebar-muted) !important;
            font-size: 0.66rem;
            letter-spacing: 0.18em;
            text-transform: uppercase;
            margin-bottom: 0.75rem !important;
        }

        [data-theme='executive-slate'] .nav-link,
        [data-theme='azure-frost'] .nav-link {
            position: relative;
            min-height: 2.7rem;
            border-radius: 0.75rem !important;
            color: var(--sidebar-muted) !important;
            font-size: 0.83rem;
            font-weight: 600;
        }

        [data-theme='executive-slate'] .nav-link:hover,
        [data-theme='executive-slate'] .sidebar-sub-link:hover,
        [data-theme='azure-frost'] .nav-link:hover,
        [data-theme='azure-frost'] .sidebar-sub-link:hover {
            color: var(--sidebar-text) !important;
            background: var(--sidebar-hover-bg) !important;
        }

        [data-theme='executive-slate'] .nav-link.is-active,
        [data-theme='azure-frost'] .nav-link.is-active {
            color: var(--sidebar-active-text) !important;
            background: var(--sidebar-active-bg) !important;
            box-shadow: inset 3px 0 0 var(--sidebar-accent);
        }

        [data-theme='executive-slate'] .nav-link i,
        [data-theme='executive-slate'] .sidebar-sub-link i,
        [data-theme='azure-frost'] .nav-link i,
        [data-theme='azure-frost'] .sidebar-sub-link i {
            color: var(--sidebar-muted) !important;
        }

        [data-theme='executive-slate'] .nav-link.is-active i,
        [data-theme='executive-slate'] .nav-link:hover i,
        [data-theme='azure-frost'] .nav-link.is-active i,
        [data-theme='azure-frost'] .nav-link:hover i {
            color: var(--sidebar-active-text) !important;
        }

        [data-theme='executive-slate'] #main-header,
        [data-theme='azure-frost'] #main-header {
            background: rgba(248, 250, 252, 0.96) !important;
            border-bottom: 1px solid #e2e8f0 !important;
            box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06) !important;
            backdrop-filter: blur(10px);
        }

        [data-theme='executive-slate'] .card,
        [data-theme='executive-slate'] .detalhe-card,
        [data-theme='executive-slate'] .theme-switcher-content,
        [data-theme='executive-slate'] #modalDetalhesMultaAdmin > div:last-child,
        [data-theme='executive-slate'] #modal-lista-modelos-admin > div:last-child,
        [data-theme='azure-frost'] .card,
        [data-theme='azure-frost'] .detalhe-card,
        [data-theme='azure-frost'] .theme-switcher-content,
        [data-theme='azure-frost'] #modalDetalhesMultaAdmin > div:last-child,
        [data-theme='azure-frost'] #modal-lista-modelos-admin > div:last-child {
            background: #ffffff !important;
            border: 1px solid #e2e8f0 !important;
            box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06), 0 8px 24px rgba(15, 23, 42, 0.04) !important;
            border-radius: 0.85rem !important;
        }

        [data-theme='executive-slate'] .table,
        [data-theme='executive-slate'] table,
        [data-theme='azure-frost'] .table,
        [data-theme='azure-frost'] table {
            border-color: #e2e8f0 !important;
            color: #0f172a !important;
        }

        [data-theme='executive-slate'] .table thead th,
        [data-theme='executive-slate'] table thead th,
        [data-theme='azure-frost'] .table thead th,
        [data-theme='azure-frost'] table thead th {
            background: #f8fafc !important;
            color: #475569 !important;
            border-bottom: 1px solid #e2e8f0 !important;
            font-size: 0.72rem;
            font-weight: 700;
            letter-spacing: 0.08em;
            text-transform: uppercase;
        }

        [data-theme='executive-slate'] .table > :not(caption) > * > *,
        [data-theme='executive-slate'] table > :not(caption) > * > *,
        [data-theme='azure-frost'] .table > :not(caption) > * > *,
        [data-theme='azure-frost'] table > :not(caption) > * > * {
            border-bottom-color: #e5eaf1 !important;
            padding-top: 0.78rem;
            padding-bottom: 0.78rem;
        }

        [data-theme='executive-slate'] .table tbody tr:hover,
        [data-theme='azure-frost'] .table tbody tr:hover {
            background: #f8fafc !important;
        }

        [data-theme='executive-slate'] .btn,
        [data-theme='executive-slate'] .theme-apply-btn,
        [data-theme='executive-slate'] #apply-theme-button,
        [data-theme='azure-frost'] .btn,
        [data-theme='azure-frost'] .theme-apply-btn,
        [data-theme='azure-frost'] #apply-theme-button {
            border-radius: 0.75rem;
            font-weight: 600;
            box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
        }

        [data-theme='executive-slate'] .status-badge,
        [data-theme='azure-frost'] .status-badge {
            border-radius: 999px;
            padding: 0.3rem 0.65rem;
            font-size: 0.68rem;
            letter-spacing: 0.08em;
        }

        .executive-header {
            min-height: 54px;
        }

        .executive-header__eyebrow {
            font-size: 0.68rem;
            letter-spacing: 0.16em;
            text-transform: uppercase;
            font-weight: 700;
            color: var(--text-secondary);
        }

        .executive-header__topbar-brand {
            display: none;
            align-items: center;
            margin-right: 0.45rem;
            font-size: 0.76rem;
            font-weight: 700;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            color: #334155;
        }

        @media (min-width: 1024px) {
            [data-layout='topbar'] .executive-header__topbar-brand {
                display: inline-flex !important;
            }
        }

        .executive-header__title {
            font-size: clamp(1.1rem, 1.45vw, 1.45rem);
            line-height: 1.12;
            font-weight: 700;
            color: var(--text-primary);
            max-width: none;
            text-wrap: nowrap;
        }

        @media (max-width: 1023px) {
            .executive-header__title {
                white-space: normal;
            }
        }

        .executive-header__subtitle {
            margin-top: 0.15rem;
            font-size: 0.82rem;
            color: var(--text-secondary);
            font-weight: 500;
        }

        .executive-header__badge {
            display: inline-flex;
            align-items: center;
            gap: 0.45rem;
            border: 1px solid var(--surface-border);
            background: var(--surface-elevated);
            color: var(--text-primary);
            border-radius: 999px;
            padding: 0.4rem 0.72rem;
            font-size: 0.68rem;
            font-weight: 600;
            letter-spacing: 0.05em;
            text-transform: uppercase;
            box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
        }

        .executive-header__controls {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 0.4rem;
        }

        .executive-header__user {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            padding-left: 0.2rem;
        }

        .executive-header__avatar {
            width: 2rem;
            height: 2rem;
            border-radius: 999px;
            border: 1px solid #cbd5e1;
            object-fit: cover;
            flex-shrink: 0;
        }

        .executive-header__avatar-fallback {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 2rem;
            height: 2rem;
            border-radius: 999px;
            border: 1px solid #cbd5e1;
            background: #f1f5f9;
            color: #475569;
            font-size: 0.7rem;
            font-weight: 700;
            text-transform: uppercase;
            flex-shrink: 0;
        }

        .executive-header__user-name {
            max-width: 120px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 0.92rem;
            font-weight: 600;
            line-height: 1.1;
            color: #0f172a;
        }

        .executive-header__logout-link {
            display: inline-flex;
            align-items: center;
            color: #64748b;
            font-size: 0.7rem;
            font-weight: 700;
            letter-spacing: 0.04em;
            text-transform: uppercase;
            text-decoration: none;
            line-height: 1;
        }

        .executive-header__logout-link:hover {
            color: #0f172a;
            text-decoration: underline;
        }

        .executive-action-btn {
            display: inline-flex;
            align-items: center;
            gap: 0.55rem;
            min-height: 34px;
            padding: 0 0.75rem;
            border-radius: 0.75rem;
            border: 1px solid var(--control-border);
            background: var(--control-bg);
            color: var(--control-text);
            font-size: 0.8rem;
            font-weight: 600;
            transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
        }

        .executive-action-btn:hover {
            background: var(--surface-soft-hover);
            border-color: color-mix(in srgb, var(--sidebar-accent) 30%, var(--control-border) 70%);
            transform: translateY(-1px);
            box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
        }

        .executive-action-btn--primary {
            background: #1d4ed8;
            border-color: #1d4ed8;
            color: #ffffff;
        }

        .executive-action-btn--primary:hover {
            background: #1e40af;
            border-color: #1e40af;
        }

        .sidebar-brand {
            display: flex;
            align-items: center;
            gap: 0.9rem;
        }

        .sidebar-brand__mark {
            display: inline-flex;
            width: 2.6rem;
            height: 2.6rem;
            align-items: center;
            justify-content: center;
            border-radius: 0.9rem;
            background: color-mix(in srgb, var(--sidebar-bg) 70%, var(--sidebar-accent) 30%);
            border: 1px solid color-mix(in srgb, var(--sidebar-accent) 45%, var(--sidebar-border) 55%);
        }

        .sidebar-brand__title {
            display: block;
            font-size: 1rem;
            font-weight: 700;
            line-height: 1.1;
            color: var(--sidebar-text);
        }

        .sidebar-brand__subtitle {
            display: block;
            margin-top: 0.22rem;
            font-size: 0.68rem;
            line-height: 1.35;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            color: color-mix(in srgb, var(--sidebar-muted) 90%, #ffffff 10%);
        }

        .sidebar-user-role {
            color: color-mix(in srgb, var(--sidebar-muted) 88%, #ffffff 12%);
            font-size: 0.68rem;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            font-weight: 600;
        }

        @media (min-width: 1024px) {
            [data-layout='topbar'] #sidebar {
                position: sticky !important;
                top: 0 !important;
                left: auto !important;
                right: auto !important;
                bottom: auto !important;
                width: min(calc(100% - 2rem), 1280px) !important;
                height: auto !important;
                min-height: 72px !important;
                display: grid !important;
                grid-template-columns: auto minmax(0, 1fr) auto;
                align-items: center;
                gap: 1rem;
                padding: 0.75rem 1.25rem !important;
                margin: 0 auto !important;
                border-right: none !important;
                border-bottom: 1px solid var(--sidebar-border) !important;
                border-radius: 0 !important;
                box-shadow: none !important;
                overflow-x: hidden !important;
                z-index: 49;
            }

            [data-layout='topbar'] #sidebar .sidebar-head {
                min-height: 0 !important;
                padding: 0 !important;
                background: transparent !important;
                border-bottom: none !important;
            }

            [data-layout='topbar'] #sidebar .sidebar-brand {
                gap: 0.75rem;
            }

            [data-layout='topbar'] #sidebar .sidebar-brand__mark {
                width: 2.3rem;
                height: 2.3rem;
                border-radius: 0 !important;
            }

            [data-layout='topbar'] #sidebar .sidebar-brand__subtitle,
            [data-layout='topbar'] #sidebar .sidebar-label,
            [data-layout='topbar'] #sidebar .sidebar-subhead {
                display: none !important;
            }

            [data-layout='topbar'] #sidebar .sidebar-title,
            [data-layout='topbar'] #sidebar .sidebar-brand__title {
                font-size: 0.9rem !important;
                line-height: 1;
                display: block !important;
                white-space: nowrap;
            }

            [data-layout='topbar'] #sidebar .sidebar-nav {
                display: flex !important;
                flex-direction: row !important;
                flex-wrap: nowrap !important;
                align-items: center !important;
                gap: 0.82rem !important;
                min-width: 0;
                padding: 0 0.3rem !important;
                overflow-x: auto !important;
                overflow-y: hidden !important;
                scrollbar-width: thin;
                justify-content: center !important;
            }

            [data-layout='topbar'] #sidebar .sidebar-nav::-webkit-scrollbar {
                height: 6px;
            }

            [data-layout='topbar'] #sidebar .sidebar-nav::-webkit-scrollbar-thumb {
                background: rgba(148, 163, 184, 0.3);
                border-radius: 999px;
            }

            [data-layout='topbar'] #sidebar .sidebar-nav::-webkit-scrollbar-track {
                background: transparent;
            }

            [data-layout='topbar'] #sidebar .nav-link,
            [data-layout='topbar'] #sidebar .pt-2 > .nav-link {
                display: inline-flex !important;
                align-items: center !important;
                justify-content: center !important;
                min-height: 2.45rem !important;
                min-width: 2.65rem !important;
                width: auto !important;
                padding: 0.58rem 0.9rem !important;
                border-radius: 0 !important;
                font-size: 0.72rem !important;
                font-weight: 700 !important;
                letter-spacing: 0.08em !important;
                text-transform: uppercase !important;
                white-space: nowrap !important;
                box-shadow: none !important;
                border: 1px solid transparent !important;
            }

            [data-layout='topbar'] #sidebar:not(.topbar-collapsed) .nav-link,
            [data-layout='topbar'] #sidebar:not(.topbar-collapsed) .pt-2 > .nav-link {
                justify-content: flex-start !important;
                gap: 0.52rem !important;
                padding-left: 1.05rem !important;
                padding-right: 1.05rem !important;
                min-width: max-content !important;
            }

            [data-layout='topbar'] #sidebar .nav-link i {
                margin-right: 0 !important;
                font-size: 1.45rem !important;
                width: 1.45rem !important;
                text-align: center !important;
                flex-shrink: 0 !important;
            }

            [data-layout='topbar'] #sidebar .pt-2 {
                padding-top: 0 !important;
                margin-top: 0 !important;
                display: flex !important;
                align-items: center !important;
                gap: 0.58rem !important;
            }

            [data-layout='topbar'] #sidebar .sidebar-toggle {
                display: inline-flex !important;
                margin-left: 0 !important;
                width: 2.5rem !important;
                min-width: 2.5rem !important;
                height: 2.5rem !important;
                padding: 0 !important;
                border-radius: 0 !important;
                border: 1px solid var(--sidebar-border) !important;
                background: color-mix(in srgb, var(--sidebar-bg) 80%, var(--sidebar-bg-strong, var(--sidebar-bg)) 20%) !important;
                color: var(--sidebar-text) !important;
                box-shadow: none !important;
            }

            [data-layout='topbar'] #sidebar .sidebar-toggle:hover {
                background: color-mix(in srgb, var(--sidebar-hover-bg) 70%, var(--sidebar-bg) 30%) !important;
                border-color: color-mix(in srgb, var(--sidebar-accent) 35%, var(--sidebar-border) 65%) !important;
            }

            [data-layout='topbar'] #sidebar .sidebar-toggle i {
                font-size: 1rem !important;
                transition: transform 0.2s ease;
            }

            [data-layout='topbar'] #sidebar.topbar-collapsed .sidebar-toggle i {
                transform: rotate(-180deg);
            }

            [data-layout='topbar'] #sidebar.topbar-collapsed .sidebar-nav {
                gap: 0.58rem !important;
                justify-content: center !important;
                padding-right: 0.35rem !important;
            }

            [data-layout='topbar'] #sidebar.topbar-collapsed .nav-link,
            [data-layout='topbar'] #sidebar.topbar-collapsed .pt-2 > .nav-link {
                min-width: 2.65rem !important;
                width: 2.65rem !important;
                min-height: 2.65rem !important;
                padding-left: 0 !important;
                padding-right: 0 !important;
                gap: 0 !important;
                font-size: 0 !important;
            }

            [data-layout='topbar'] #sidebar.topbar-collapsed .nav-link i,
            [data-layout='topbar'] #sidebar.topbar-collapsed .pt-2 > .nav-link i {
                margin-right: 0 !important;
                font-size: 1.45rem !important;
            }

            [data-layout='topbar'] #sidebar.topbar-collapsed .sidebar-brand__subtitle {
                display: none !important;
            }

            [data-layout='topbar'] #sidebar.topbar-collapsed .sidebar-title,
            [data-layout='topbar'] #sidebar.topbar-collapsed .sidebar-brand__title {
                font-size: 0.9rem !important;
                line-height: 1 !important;
                display: block !important;
                white-space: nowrap;
            }

            [data-layout='topbar'] #sidebar.topbar-collapsed .sidebar-brand {
                gap: 0.75rem !important;
            }

            [data-layout='topbar'] #sidebar .topbar-scroll-btn {
                display: none !important;
            }

            [data-layout='topbar'] #main-header {
                box-shadow: none !important;
                backdrop-filter: none !important;
                border-bottom: 1px solid var(--header-border) !important;
            }
        }
