/* Refinement layer for platform workbench pages. */
body.platform-page{
  background:linear-gradient(180deg,#EEF4F4 0,#FFFFFF 44%,#F6F1E8 100%);
}
body.platform-page.page-pad{
  padding-bottom:0;
}
.scheme-frame{
  max-width:1280px;
  margin:0 auto 64px;
  background:transparent;
  border:0;
  box-shadow:none;
}
.scheme-nav{
  border-radius:0;
  background:#102437;
  box-shadow:0 1px 0 rgba(255,255,255,.05) inset;
}
.scheme-logo i{
  border-radius:8px;
  background:#C89123;
}
.scheme-page-hero{
  padding:44px 0 28px;
  background:transparent;
  color:var(--ink);
}
.scheme-page-hero h1{
  color:var(--ink);
  font-family:inherit;
  font-size:clamp(36px,4vw,56px);
  line-height:1.06;
  letter-spacing:0;
  margin:12px 0 14px;
}
.scheme-page-hero p{
  max-width:800px;
  color:var(--ink-2);
  font-size:16px;
  line-height:1.78;
}
.life-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 360px;
  gap:32px;
  align-items:end;
}
.life-stage-card{
  border:1px solid rgba(157,176,190,.72);
  border-radius:8px;
  background:rgba(255,255,255,.94);
  box-shadow:0 22px 70px rgba(15,50,57,.09);
  padding:22px;
}
.life-stage-card > span{
  display:block;
  color:var(--ink-3);
  font-size:12px;
  font-weight:850;
}
.life-stage-card > b{
  display:block;
  margin-top:10px;
  color:var(--ink);
  font-size:34px;
  line-height:1.06;
  font-weight:930;
}
.life-stage-card > p{
  margin:12px 0 0;
  color:var(--ink-2);
  font-size:13px;
  line-height:1.65;
}
.life-stage-card > div{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1px;
  margin-top:18px;
  border:1px solid var(--line);
  border-radius:8px;
  overflow:hidden;
  background:var(--line);
}
.life-stage-card i{
  display:block;
  padding:12px 10px;
  background:#fff;
  font-style:normal;
}
.life-stage-card em{
  display:block;
  color:var(--ink);
  font-size:22px;
  line-height:1;
  font-style:normal;
  font-weight:900;
}
.life-stage-card small{
  display:block;
  margin-top:7px;
  color:var(--ink-3);
  font-size:10.5px;
  line-height:1.25;
  font-weight:760;
}
.scheme-kicker{
  color:var(--teal);
  letter-spacing:.08em;
}
.scheme-stage-tabs{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:0;
  margin-top:28px;
  border:1px solid rgba(157,176,190,.72);
  border-radius:8px;
  overflow:hidden;
  background:rgba(255,255,255,.9);
}
.scheme-stage-tabs button{
  min-height:76px;
  border:0;
  border-left:1px solid var(--line);
  border-radius:0;
  background:transparent;
  color:var(--ink-2);
}
.scheme-stage-tabs button:first-child{
  border-left:0;
}
.scheme-stage-tabs button.active{
  border-bottom:0;
  background:#102437;
  color:#fff;
}
.scheme-subbar{
  border:1px solid rgba(157,176,190,.72);
  border-radius:8px;
  background:rgba(255,255,255,.9);
  padding:18px 22px;
  margin-bottom:18px;
}
.scheme-slot-grid{
  gap:14px;
}
.scheme-slot-card{
  border:1px solid rgba(157,176,190,.72);
  border-radius:8px;
  background:rgba(255,255,255,.92);
  box-shadow:0 18px 52px rgba(16,32,51,.05);
}
.scheme-slot-card h3{
  letter-spacing:0;
}
.scheme-slot-empty-card{
  grid-column:1/-1;
  min-height:180px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.scheme-slot-empty-card .scheme-slot-note{
  text-align:left;
  color:var(--ink-2);
  border-color:var(--line);
  background:#fff;
}
.scheme-slot-meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin:0 0 14px;
  padding-bottom:13px;
  border-bottom:1px solid var(--line);
}
.scheme-slot-meta span{
  color:var(--ink-3);
  font-size:11.5px;
  font-weight:760;
}
.scheme-product-list{
  display:grid;
  gap:9px;
}
.scheme-product{
  border-radius:8px;
  grid-template-columns:30px minmax(0,1fr) auto;
  margin-top:0;
  padding:9px 0;
  border-top:1px solid rgba(221,228,232,.72);
}
.scheme-product:first-child{
  border-top:0;
  padding-top:0;
}
.scheme-product-index{
  width:30px;
  height:30px;
  border-radius:8px;
  display:grid;
  place-items:center;
  background:#F1F7F5;
  color:#0B7262;
  font-size:12px;
  font-weight:900;
}
.scheme-product b{
  display:block;
  color:var(--ink);
  font-size:13px;
  line-height:1.35;
}
.scheme-product small{
  margin-top:2px;
}
.scheme-badge,
.scheme-cta{
  border-radius:999px;
}
.scheme-footer{
  margin-top:36px;
  border-radius:8px;
  background:#102437;
}
.scheme-admin{
  gap:18px;
  align-items:stretch;
}
.scheme-sidebar,
.scheme-admin-main{
  border:1px solid rgba(157,176,190,.72);
  border-radius:8px;
  box-shadow:0 18px 52px rgba(16,32,51,.06);
}
.scheme-sidebar{
  background:#102437;
  color:#fff;
}
.scheme-sidebar h2{
  color:#fff;
}
.scheme-side-link{
  border-radius:8px;
}
.scheme-side-link.active{
  background:rgba(255,255,255,.1);
  border-left-color:#C89123;
}
.scheme-admin-main{
  background:rgba(255,255,255,.94);
}
.scheme-admin-title h1{
  font-size:clamp(32px,3vw,44px);
  letter-spacing:0;
  line-height:1.08;
}
.scheme-stat-row{
  border:1px solid var(--line);
  border-radius:8px;
  overflow:hidden;
  gap:0;
  background:#fff;
}
.scheme-stat{
  border:0;
  border-left:1px solid var(--line);
  border-radius:0;
  background:transparent;
}
.scheme-stat:first-child{
  border-left:0;
}
.scheme-admin-table{
  border-radius:8px;
  border-color:var(--line);
}
.scheme-admin-tabs button,
.scheme-action-button,
.scheme-admin-operator{
  border-radius:999px;
}
[data-review-workbench] .scheme-action-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  line-height:1.2;
}
[data-review-workbench] .scheme-action-button.primary{
  background:var(--pf-navy);
  border-color:var(--pf-navy);
  color:#fff;
}
[data-review-workbench] .scheme-console-source,
[data-review-workbench] .scheme-console-state{
  display:block;
  color:var(--pf-muted);
  font-size:11px;
  line-height:1.55;
}
[data-review-workbench] .scheme-console-state{
  color:var(--pf-navy);
  font-weight:800;
}
@media(max-width:980px){
  .scheme-frame{
    margin-left:0;
    margin-right:0;
  }
  .scheme-page-hero{
    padding:28px 18px 20px;
  }
  .life-hero-grid{
    grid-template-columns:1fr;
    gap:18px;
  }
  .scheme-stage-tabs{
    grid-template-columns:repeat(2,minmax(0,1fr));
    margin-left:18px;
    margin-right:18px;
  }
  .scheme-stage-tabs button{
    border-top:1px solid var(--line);
  }
  .scheme-stage-tabs button:nth-child(-n+2){
    border-top:0;
  }
  .scheme-stage-tabs button:nth-child(odd){
    border-left:0;
  }
  .scheme-subbar,
  .scheme-slot-grid,
  .scheme-footer{
    margin-left:18px;
    margin-right:18px;
  }
  .scheme-admin{
    padding:0 18px;
  }
  .scheme-admin-main{
    order:1;
  }
  .scheme-sidebar{
    order:2;
  }
}
@media(max-width:640px){
  .scheme-frame[data-review-workbench]{
    width:calc(100vw - 20px);
    max-width:calc(100vw - 20px);
    margin-left:10px;
    margin-right:10px;
    overflow:hidden;
  }
  [data-review-workbench] .scheme-admin{
    padding:0;
  }
  [data-review-workbench] .scheme-admin-main{
    padding:22px 14px 26px;
    width:100%;
    max-width:100%;
    overflow:hidden;
  }
  [data-review-workbench] .scheme-admin-table{
    width:100%;
    max-width:100%;
    overflow:hidden;
  }
  [data-review-workbench] .scheme-admin-tabs{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    overflow:visible;
  }
  [data-review-workbench] .scheme-admin-tabs button{
    min-width:0;
    white-space:normal;
  }
  .scheme-page-hero h1,
  .scheme-admin-title h1{
    font-size:31px;
  }
  .life-stage-card > b{
    font-size:30px;
  }
  .life-stage-card > div{
    grid-template-columns:1fr;
  }
  .scheme-stage-tabs{
    grid-template-columns:1fr;
  }
  .scheme-stage-tabs button{
    border-left:0;
  }
  .scheme-stage-tabs button:nth-child(2){
    border-top:1px solid var(--line);
  }
  .scheme-subbar{
    align-items:flex-start;
  }
  .scheme-product{
    grid-template-columns:28px minmax(0,1fr);
  }
  .scheme-product .scheme-badge{
    grid-column:2;
    justify-self:start;
  }
  .scheme-stat-row{
    grid-template-columns:1fr 1fr;
  }
  .scheme-stat:nth-child(odd){
    border-left:0;
  }
  .scheme-stat:nth-child(n+3){
    border-top:1px solid var(--line);
  }
  [data-review-workbench] .scheme-review-table td:nth-child(1)::before{content:"入口"}
  [data-review-workbench] .scheme-review-table td:nth-child(2)::before{content:"数据来源"}
  [data-review-workbench] .scheme-review-table td:nth-child(3)::before{content:"当前状态"}
  [data-review-workbench] .scheme-review-table td:nth-child(4)::before{content:"操作"}
}
