.platform-role-bar[data-v-38854f2d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 16px;
  padding: 10px 12px;
  margin-bottom: 14px;
  background: #ffffff;
  border: 1px solid #e4e7ed;
  border-radius: 8px;
}
.panel-card[data-v-38854f2d] {
  margin-bottom: 14px;
  border-radius: 8px;
}
.card-header[data-v-38854f2d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  font-weight: 700;
}
.role-todo[data-v-38854f2d] {
  padding: 10px 0;
  border-bottom: 1px solid #edf0f5;
}
.role-todo[data-v-38854f2d]:last-child {
  border-bottom: 0;
}
.role-todo__head[data-v-38854f2d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #1f2d3d;
  font-weight: 700;
}
.role-todo__head strong[data-v-38854f2d] {
  color: #11a96a;
}
.role-todo__desc[data-v-38854f2d] {
  margin-top: 6px;
  color: #7a8794;
  font-size: 12px;
  line-height: 1.5;
}
.filter-line[data-v-38854f2d] {
  display: grid;
  grid-template-columns: 320px 160px 160px 96px;
  gap: 10px;
  margin-bottom: 12px;
}
.sub-title[data-v-38854f2d] {
  margin: 0 0 10px;
  color: #1f2d3d;
  font-weight: 700;
}
.drawer-body[data-v-38854f2d] {
  padding: 0 20px 20px;
}
.drawer-section[data-v-38854f2d] {
  margin-top: 18px;
}
.timeline[data-v-38854f2d] {
  border-left: 2px solid #dbeee6;
  margin-left: 8px;
}
.timeline-item[data-v-38854f2d] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  padding: 0 0 16px 18px;
}
.timeline-dot[data-v-38854f2d] {
  position: absolute;
  left: -6px;
  top: 2px;
  width: 10px;
  height: 10px;
  background: #13b76f;
  border-radius: 50%;
}
.timeline-title[data-v-38854f2d] {
  color: #1f2d3d;
  font-weight: 700;
}
.timeline-desc[data-v-38854f2d] {
  margin-top: 5px;
  color: #6b7785;
  font-size: 12px;
}
.drawer-actions[data-v-38854f2d] {
  margin-top: 16px;
  text-align: right;
}
@media (max-width: 1100px) {
.filter-line[data-v-38854f2d] {
    grid-template-columns: 1fr;
}
}
@media (max-width: 900px) {
.platform-role-bar[data-v-38854f2d] {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
}
