.roleAuth-container[data-v-031854a6] {
  padding: 20px;
  background: #f5f7f9;
  min-height: calc(100vh - 120px);
}
.roleAuth-container .auth-header[data-v-031854a6] {
  background: #fff;
  border-radius: 8px;
  padding: 16px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}
.roleAuth-container .auth-header .header-left .title-section[data-v-031854a6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.roleAuth-container .auth-header .header-left .title-section .title-icon[data-v-031854a6] {
  font-size: 24px;
  color: #00b96b;
}
.roleAuth-container .auth-header .header-left .title-section .title-text[data-v-031854a6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.roleAuth-container .auth-header .header-left .title-section .title-text h2[data-v-031854a6] {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #1f2937;
}
.roleAuth-container .auth-header .header-left .title-section .title-text .role-tag[data-v-031854a6] {
  background: rgba(0, 185, 107, 0.08);
  color: #00b96b;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 500;
}
.roleAuth-container .auth-header .header-right[data-v-031854a6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.roleAuth-container .auth-header .header-right .search-input[data-v-031854a6] {
  width: 200px;
}
.roleAuth-container .auth-header .header-right .search-input[data-v-031854a6] .el-input__inner {
  border-radius: 6px;
  border-color: #e5e7eb;
}
.roleAuth-container .auth-header .header-right .search-input[data-v-031854a6] .el-input__inner:focus {
  border-color: #00b96b;
}
.roleAuth-container .auth-header .header-right .save-btn[data-v-031854a6] {
  background: #00b96b;
  border-color: #00b96b;
}
.roleAuth-container .auth-header .header-right .save-btn[data-v-031854a6]:hover, .roleAuth-container .auth-header .header-right .save-btn[data-v-031854a6]:focus {
  background: #009456;
  border-color: #009456;
}
.roleAuth-container .toolbar[data-v-031854a6] {
  background: #fff;
  border-radius: 8px;
  padding: 12px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}
.roleAuth-container .toolbar .stats-group[data-v-031854a6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.roleAuth-container .toolbar .stats-group .stat-chip[data-v-031854a6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
}
.roleAuth-container .toolbar .stats-group .stat-chip i[data-v-031854a6] {
  font-size: 14px;
}
.roleAuth-container .toolbar .stats-group .stat-chip strong[data-v-031854a6] {
  font-weight: 600;
  margin-left: 2px;
}
.roleAuth-container .toolbar .stats-group .stat-chip.total[data-v-031854a6] {
  background: #f3f4f6;
  color: #6b7280;
}
.roleAuth-container .toolbar .stats-group .stat-chip.total i[data-v-031854a6] {
  color: #9ca3af;
}
.roleAuth-container .toolbar .stats-group .stat-chip.checked[data-v-031854a6] {
  background: rgba(0, 185, 107, 0.08);
  color: #00b96b;
}
.roleAuth-container .toolbar .stats-group .stat-chip.checked i[data-v-031854a6] {
  color: #00b96b;
}
.roleAuth-container .toolbar .stats-group .stat-chip.checked strong[data-v-031854a6] {
  color: #009456;
}
.roleAuth-container .toolbar .action-group[data-v-031854a6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.roleAuth-container .toolbar .action-group .check-all-checkbox[data-v-031854a6] .el-checkbox__input.is-checked .el-checkbox__inner {
  background-color: #00b96b;
  border-color: #00b96b;
}
.roleAuth-container .toolbar .action-group .check-all-checkbox[data-v-031854a6] .el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: #00b96b;
  border-color: #00b96b;
}
.roleAuth-container .toolbar .action-group .el-button--text[data-v-031854a6] {
  color: #6b7280;
  padding: 6px 10px;
}
.roleAuth-container .toolbar .action-group .el-button--text[data-v-031854a6]:hover {
  color: #00b96b;
}
.roleAuth-container .toolbar .action-group .el-divider[data-v-031854a6] {
  margin: 0 8px;
}
.roleAuth-container .tree-wrapper[data-v-031854a6] {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  min-height: 500px;
}
.roleAuth-container .tree-wrapper .menu-tree[data-v-031854a6] .el-tree-node__content {
  height: 40px;
  border-radius: 6px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.roleAuth-container .tree-wrapper .menu-tree[data-v-031854a6] .el-tree-node__content:hover {
  background: rgba(0, 185, 107, 0.08);
}
.roleAuth-container .tree-wrapper .menu-tree[data-v-031854a6] .el-tree-node.is-current > .el-tree-node__content {
  background: rgba(0, 185, 107, 0.08);
}
.roleAuth-container .tree-wrapper .menu-tree[data-v-031854a6] .el-checkbox .el-checkbox__inner {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border-color: #d1d5db;
}
.roleAuth-container .tree-wrapper .menu-tree[data-v-031854a6] .el-checkbox .el-checkbox__inner::after {
  left: 4px;
  top: 1px;
  width: 4px;
  height: 8px;
}
.roleAuth-container .tree-wrapper .menu-tree[data-v-031854a6] .el-checkbox .el-checkbox__input.is-checked .el-checkbox__inner {
  background-color: #00b96b;
  border-color: #00b96b;
}
.roleAuth-container .tree-wrapper .menu-tree[data-v-031854a6] .el-checkbox .el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: #00b96b;
  border-color: #00b96b;
}
.roleAuth-container .tree-wrapper .menu-tree[data-v-031854a6] .el-tree-node__expand-icon {
  color: #9ca3af;
  font-size: 14px;
}
.roleAuth-container .tree-wrapper .menu-tree[data-v-031854a6] .el-tree-node__expand-icon.expanded {
  color: #00b96b;
}
.roleAuth-container .tree-wrapper .menu-tree[data-v-031854a6] .el-tree-node__expand-icon.is-leaf {
  color: transparent;
}
.roleAuth-container .tree-wrapper .menu-tree .tree-node[data-v-031854a6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 16px;
}
.roleAuth-container .tree-wrapper .menu-tree .tree-node .node-icon[data-v-031854a6] {
  font-size: 15px;
  color: #9ca3af;
}
.roleAuth-container .tree-wrapper .menu-tree .tree-node .node-name[data-v-031854a6] {
  font-size: 14px;
  color: #374151;
}
.roleAuth-container .tree-wrapper .menu-tree .tree-node .child-count[data-v-031854a6] {
  margin-left: auto;
  font-size: 12px;
  color: #9ca3af;
  background: #f3f4f6;
  padding: 2px 8px;
  border-radius: 10px;
  font-family: "SF Mono", Monaco, monospace;
}
.roleAuth-container .tree-wrapper .menu-tree .tree-node.is-parent .node-icon[data-v-031854a6] {
  color: #00b96b;
}
.roleAuth-container .tree-wrapper .menu-tree .tree-node.is-parent .node-name[data-v-031854a6] {
  font-weight: 500;
  color: #1f2937;
}
.roleAuth-container .tree-wrapper .menu-tree .tree-node.is-parent .child-count[data-v-031854a6] {
  background: rgba(0, 185, 107, 0.08);
  color: #00b96b;
}
.roleAuth-container .tree-wrapper .empty-state[data-v-031854a6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 300px;
  color: #9ca3af;
}
.roleAuth-container .tree-wrapper .empty-state i[data-v-031854a6] {
  font-size: 48px;
  margin-bottom: 16px;
}
.roleAuth-container .tree-wrapper .empty-state p[data-v-031854a6] {
  margin: 0;
  font-size: 14px;
}
@media (max-width: 768px) {
.roleAuth-container[data-v-031854a6] {
    padding: 12px;
}
.roleAuth-container .auth-header[data-v-031854a6] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
}
.roleAuth-container .auth-header .header-right[data-v-031854a6] {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.roleAuth-container .auth-header .header-right .search-input[data-v-031854a6] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 150px;
}
.roleAuth-container .toolbar[data-v-031854a6] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
}
.roleAuth-container .toolbar .stats-group[data-v-031854a6],
  .roleAuth-container .toolbar .action-group[data-v-031854a6] {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
}
