.portal-hero[data-v-926d400a],
.panel-card[data-v-926d400a] {
  border: 1px solid #e6ebf2;
  border-radius: 8px;
  background: #fff;
}
.portal-hero[data-v-926d400a] {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(340px, 0.7fr);
  gap: 18px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 14px;
  padding: 22px;
}
.hero-copy[data-v-926d400a] {
  border-left: 4px solid #2468f2;
  padding-left: 16px;
}
.hero-copy h3[data-v-926d400a] {
  margin: 4px 0 10px;
  color: #17233d;
  font-size: 22px;
}
.hero-copy p[data-v-926d400a] {
  max-width: 920px;
  margin: 0;
  color: #5d6978;
  line-height: 1.75;
}
.hero-kicker[data-v-926d400a] {
  color: #11a96a;
  font-size: 12px;
  font-weight: 700;
}
.hero-tags[data-v-926d400a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}
.hero-metrics[data-v-926d400a] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.metric-tile[data-v-926d400a] {
  min-height: 88px;
  padding: 14px;
  border: 1px solid #edf1f6;
  border-radius: 8px;
  background: #f8fbff;
}
.metric-tile strong[data-v-926d400a] {
  display: block;
  color: #2468f2;
  font-size: 26px;
  line-height: 1.2;
}
.metric-tile span[data-v-926d400a] {
  color: #667488;
  font-size: 12px;
}
.identity-grid[data-v-926d400a] {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 14px;
}
.identity-card[data-v-926d400a] {
  min-height: 168px;
  padding: 15px;
  border: 1px solid #e6ebf2;
  border-radius: 8px;
  background: #fff;
  color: #243447;
  text-align: left;
  cursor: pointer;
  -webkit-transition: all 0.18s ease;
  transition: all 0.18s ease;
}
.identity-card strong[data-v-926d400a] {
  display: block;
  margin: 12px 0 8px;
  font-size: 16px;
}
.identity-card p[data-v-926d400a] {
  min-height: 48px;
  margin: 0;
  color: #5d6978;
  line-height: 1.55;
}
.identity-card.active[data-v-926d400a] {
  border-color: #2468f2;
  -webkit-box-shadow: 0 10px 26px rgba(36, 104, 242, 0.12);
          box-shadow: 0 10px 26px rgba(36, 104, 242, 0.12);
}
.identity-head[data-v-926d400a],
.identity-foot[data-v-926d400a] {
  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: 10px;
}
.identity-head i[data-v-926d400a] {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  font-size: 20px;
}
.identity-card--blue .identity-head i[data-v-926d400a] {
  background: #2468f2;
}
.identity-card--green .identity-head i[data-v-926d400a] {
  background: #13a66b;
}
.identity-card--amber .identity-head i[data-v-926d400a] {
  background: #d98b16;
}
.identity-card--purple .identity-head i[data-v-926d400a] {
  background: #6d5bd0;
}
.identity-foot[data-v-926d400a] {
  margin-top: 12px;
}
.identity-foot span[data-v-926d400a],
.identity-foot em[data-v-926d400a] {
  color: #8a97a7;
  font-size: 12px;
  font-style: normal;
}
.context-strip[data-v-926d400a] {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}
.context-item[data-v-926d400a] {
  min-height: 104px;
  padding: 12px;
  border: 1px solid #e6ebf2;
  border-radius: 8px;
  background: #fbfcfe;
}
.context-item span[data-v-926d400a],
.context-item small[data-v-926d400a] {
  display: block;
  color: #7b8794;
  font-size: 12px;
}
.context-item strong[data-v-926d400a] {
  display: block;
  min-height: 40px;
  margin: 8px 0;
  color: #17233d;
  line-height: 1.45;
}
.panel-card[data-v-926d400a] {
  margin-bottom: 14px;
  padding: 16px;
}
.panel-head[data-v-926d400a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}
.panel-head h3[data-v-926d400a] {
  margin: 0;
  color: #17233d;
  font-size: 16px;
}
.panel-head p[data-v-926d400a] {
  margin: 5px 0 0;
  color: #7b8794;
  line-height: 1.5;
}
.panel-head.compact i[data-v-926d400a] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42px;
          flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  line-height: 42px;
  text-align: center;
  background: #eef6ff;
  color: #2468f2;
  font-size: 22px;
}
.module-grid[data-v-926d400a] {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.module-card[data-v-926d400a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 132px;
  gap: 12px;
  padding: 14px;
  border: 1px solid #e6ebf2;
  border-radius: 8px;
  background: #fff;
  text-align: left;
  cursor: pointer;
}
.module-card i[data-v-926d400a] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38px;
          flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  line-height: 38px;
  text-align: center;
  background: #eef6ff;
  color: #2468f2;
  font-size: 20px;
}
.module-card strong[data-v-926d400a] {
  display: block;
  color: #17233d;
  font-size: 15px;
}
.module-card p[data-v-926d400a] {
  min-height: 44px;
  margin: 8px 0;
  color: #5d6978;
  line-height: 1.55;
}
.module-card span[data-v-926d400a] {
  color: #8a97a7;
  font-size: 12px;
}
.module-card.active[data-v-926d400a] {
  border-color: #2468f2;
  -webkit-box-shadow: 0 8px 22px rgba(36, 104, 242, 0.1);
          box-shadow: 0 8px 22px rgba(36, 104, 242, 0.1);
}
.module-card.active i[data-v-926d400a] {
  background: #2468f2;
  color: #fff;
}
.module-detail[data-v-926d400a] {
  min-height: calc(100% - 14px);
}
.detail-block[data-v-926d400a] {
  margin-bottom: 12px;
  padding: 12px;
  border: 1px solid #edf1f6;
  border-radius: 8px;
  background: #fbfcfe;
}
.detail-block span[data-v-926d400a] {
  display: block;
  margin-bottom: 6px;
  color: #13a66b;
  font-size: 12px;
  font-weight: 700;
}
.detail-block p[data-v-926d400a] {
  margin: 0;
  color: #4f5f70;
  line-height: 1.65;
}
.link-stack[data-v-926d400a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.permission-grid[data-v-926d400a],
.knowledge-grid[data-v-926d400a],
.page-map[data-v-926d400a] {
  display: grid;
  gap: 10px;
}
.permission-grid[data-v-926d400a] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.permission-card[data-v-926d400a] {
  min-height: 116px;
  padding: 12px;
  border: 1px solid #edf1f6;
  border-radius: 8px;
  background: #fbfcfe;
}
.permission-card i[data-v-926d400a] {
  color: #2468f2;
  font-size: 20px;
}
.permission-card strong[data-v-926d400a] {
  display: block;
  margin: 8px 0 6px;
  color: #17233d;
}
.permission-card p[data-v-926d400a] {
  margin: 0;
  color: #647386;
  line-height: 1.55;
}
.knowledge-grid[data-v-926d400a] {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.knowledge-card[data-v-926d400a] {
  min-height: 142px;
  padding: 13px;
  border: 1px solid #e6ebf2;
  border-radius: 8px;
  background: #fbfcfe;
}
.knowledge-card div[data-v-926d400a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.knowledge-card strong[data-v-926d400a] {
  color: #17233d;
}
.knowledge-card p[data-v-926d400a] {
  min-height: 50px;
  margin: 10px 0;
  color: #5d6978;
  line-height: 1.55;
}
.knowledge-card span[data-v-926d400a] {
  color: #2468f2;
  font-size: 12px;
}
.audit-list[data-v-926d400a] {
  display: grid;
  gap: 10px;
}
.audit-item[data-v-926d400a] {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  border: 1px solid #edf1f6;
  border-radius: 8px;
  background: #fbfcfe;
}
.audit-item i[data-v-926d400a] {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  line-height: 38px;
  text-align: center;
  background: #eef6ff;
  color: #2468f2;
  font-size: 19px;
}
.audit-item strong[data-v-926d400a] {
  display: block;
  color: #17233d;
}
.audit-item p[data-v-926d400a] {
  margin: 5px 0 0;
  color: #647386;
  line-height: 1.45;
}
.page-map[data-v-926d400a] {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.page-map button[data-v-926d400a] {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 10px;
  min-height: 86px;
  padding: 13px;
  border: 1px solid #e6ebf2;
  border-radius: 8px;
  background: #fff;
  text-align: left;
  cursor: pointer;
}
.page-map button i[data-v-926d400a] {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  line-height: 38px;
  text-align: center;
  background: #eef6ff;
  color: #2468f2;
  font-size: 20px;
}
.page-map button strong[data-v-926d400a] {
  display: block;
  color: #17233d;
}
.page-map button span[data-v-926d400a] {
  display: block;
  margin-top: 5px;
  color: #7b8794;
  font-size: 12px;
}
@media (max-width: 1360px) {
.identity-grid[data-v-926d400a],
  .page-map[data-v-926d400a] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.context-strip[data-v-926d400a],
  .knowledge-grid[data-v-926d400a] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.module-grid[data-v-926d400a] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 980px) {
.portal-hero[data-v-926d400a],
  .context-strip[data-v-926d400a],
  .identity-grid[data-v-926d400a],
  .module-grid[data-v-926d400a],
  .permission-grid[data-v-926d400a],
  .knowledge-grid[data-v-926d400a],
  .page-map[data-v-926d400a] {
    grid-template-columns: 1fr;
}
}
