/* AISPUWORK 子页壳：与 UI 1.0 二级页对齐，使用门户顶栏/页脚 */
body.pt-aispu .pt-shell__main--flush {
  padding: 0;
  overflow: visible;
  background: #fff;
}
body.pt-aispu .pt-shell__main--flush::before { display: none; }
body.pt-aispu .pt-search { display: none; }
body.pt-aispu .pt-footer { margin-top: 0; }

body.pt-aispu {
  --primary: #0053c9;
  --primary-dark: #0046aa;
  --primary-light: #eaf2ff;
  --accent: #FF7A45;
  --text-1: #1a2233;
  --text-2: #5b6275;
  --text-3: #9095a6;
  --bg-1: #ffffff;
  --bg-2: #f7f8fc;
  --bg-3: #f0f2fa;
  --border: #e6e8f0;
  --radius: 14px;
  --radius-sm: 8px;
  --shadow-sm: 0 2px 8px rgba(30,40,80,.06);
  --shadow: 0 8px 28px rgba(40,60,140,.10);
  --shadow-lg: 0 18px 50px rgba(40,60,140,.14);
  --gradient: linear-gradient(135deg,#3d8eff 0%,#0053c9 55%,#003d96 100%);
  --gradient-soft: linear-gradient(135deg,#eaf2ff 0%,#f4f8ff 52%,#e8f4fc 100%);
}

body.pt-aispu a.btn,
body.pt-aispu a.btn:hover,
body.pt-aispu a.btn:focus,
body.pt-aispu a.btn:active,
body.pt-aispu a.btn:visited { text-decoration: none; }
body.pt-aispu a.btn-gradient,
body.pt-aispu a.btn-gradient:hover,
body.pt-aispu a.btn-gradient:focus,
body.pt-aispu a.btn-gradient:active,
body.pt-aispu a.btn-gradient:visited,
body.pt-aispu a.btn-primary,
body.pt-aispu a.btn-primary:hover,
body.pt-aispu a.btn-primary:focus,
body.pt-aispu a.btn-primary:active,
body.pt-aispu a.btn-primary:visited { color: #fff; }
body.pt-aispu a.cd-enter:hover,
body.pt-aispu a.cd-enter:focus,
body.pt-aispu a.cd-enter:visited { color: #fff; }
body.pt-aispu .breadcrumb a { color: inherit; }
body.pt-aispu .work-card { cursor: pointer; position: relative; }
body.pt-aispu .work-card a { color: inherit; text-decoration: none; }
body.pt-aispu .work-thumb { position: relative; }
body.pt-aispu .work-card .work-event,
body.pt-aispu .work-thumb .work-event,
body.pt-aispu .work-modal__media .work-event {
  position: absolute;
  top: auto;
  right: 8px;
  bottom: 8px;
  left: auto;
  z-index: 3;
  max-width: min(70%, 158px);
  height: 22px;
  display: inline-flex;
  align-items: stretch;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 4px;
  background: rgba(17, 18, 24, .58);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border: 0;
  color: #fff !important;
  font-size: 11px;
  line-height: 22px;
  text-decoration: none;
  box-sizing: border-box;
  pointer-events: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .18);
}
body.pt-aispu .work-modal__media .work-event { pointer-events: auto; }
body.pt-aispu .work-event-k {
  flex: 0 0 auto;
  padding: 0 7px;
  background: #ff5a2d;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  display: flex;
  align-items: center;
}
body.pt-aispu .work-event-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  padding: 0 8px;
  color: #fff;
  font-weight: 600;
}
body.pt-aispu .work-event-more {
  flex: 0 0 auto;
  padding-right: 7px;
  color: rgba(255,255,255,.72);
  font-weight: 700;
}
body.pt-aispu .hot-item { cursor: pointer; }
body.pt-aispu a.cd-enter { text-decoration: none; color: #fff; }
body.pt-aispu a.hot-item { text-decoration: none; color: inherit; }
body.pt-aispu a.hot-item:hover { opacity: .92; }

body.pt-aispu .legal-page {
  background: var(--bg-2, #f7f8fc);
  padding: 28px 0 72px;
}
body.pt-aispu .legal-page__inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 40px 28px 48px;
  background: #fff;
  border: 1px solid var(--border, #e6e8f0);
  border-radius: 20px;
}
body.pt-aispu .legal-switch {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}
body.pt-aispu .legal-switch a {
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-2);
  background: var(--bg-2);
  text-decoration: none;
}
body.pt-aispu .legal-switch a.is-on {
  background: var(--primary);
  color: #fff;
}
body.pt-aispu .legal-meta {
  margin: 0 0 8px;
  font-size: 13px;
  color: var(--text-3);
}
body.pt-aispu .legal-page h1 {
  margin: 0 0 24px;
  font-size: 28px;
  letter-spacing: -0.02em;
  color: var(--text-1);
}
body.pt-aispu .legal-doc {
  color: var(--text-2);
  font-size: 15px;
  line-height: 1.85;
}
body.pt-aispu .legal-doc h2 {
  margin: 28px 0 10px;
  font-size: 18px;
  color: var(--text-1);
}
body.pt-aispu .legal-doc h3 {
  margin: 20px 0 8px;
  font-size: 16px;
  color: var(--text-1);
}
body.pt-aispu .legal-doc p { margin: 0 0 12px; }
body.pt-aispu .legal-doc ul,
body.pt-aispu .legal-doc ol {
  margin: 0 0 14px;
  padding-left: 1.3em;
  list-style: disc;
}
body.pt-aispu .legal-doc ol { list-style: decimal; }
body.pt-aispu .legal-doc li { margin: 0 0 6px; }
body.pt-aispu .legal-doc a {
  color: var(--primary);
  text-decoration: underline;
}
body.pt-aispu .legal-back { margin: 36px 0 0; }
