
/* STLBEAST Main V455 — Autopilot ZIP Intake Scanner */
.stlb455-zip .stlb428-status-pill.warn{border-color:rgba(251,191,36,.42);color:#fde68a;background:rgba(120,53,15,.18)}
.stlb455-zip .stlb428-status-pill.ok{border-color:rgba(34,197,94,.38);color:#bbf7d0;background:rgba(20,83,45,.18)}
.stlb455-grid{
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);
  gap:18px;
  margin-top:22px;
}
.stlb455-panel,.stlb455-empty{
  border:1px solid rgba(103,232,249,.15);
  background:linear-gradient(180deg,rgba(9,18,34,.94),rgba(3,7,16,.99));
  border-radius:26px;
  padding:22px;
  box-shadow:0 24px 80px rgba(0,0,0,.32);
}
.stlb455-panel h2,.stlb455-empty h3{
  color:#fff;
  margin:0 0 12px;
  letter-spacing:-.04em;
}
.stlb455-muted,.stlb455-empty p{
  color:#a8bdd7;
  line-height:1.5;
}
.stlb455-ziplist{
  display:grid;
  gap:14px;
}
.stlb455-zipcard{
  border:1px solid rgba(148,163,184,.16);
  border-radius:22px;
  background:rgba(255,255,255,.035);
  padding:16px;
  display:grid;
  gap:12px;
}
.stlb455-ziphead{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:12px;
}
.stlb455-ziphead strong{
  color:#fff;
  display:block;
  font-size:1.08rem;
}
.stlb455-ziphead span{
  color:#a8bdd7;
  display:block;
  margin-top:5px;
  overflow-wrap:anywhere;
}
.stlb455-ziphead em{
  color:#67e8f9;
  font-style:normal;
  font-weight:1000;
  white-space:nowrap;
}
.stlb455-formgrid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
}
.stlb455-zipcard label{
  display:grid;
  gap:7px;
  color:#d8e7f7;
  font-weight:900;
}
.stlb455-zipcard input,.stlb455-zipcard textarea{
  width:100%;
  border-radius:14px;
  border:1px solid rgba(103,232,249,.16);
  background:#111827;
  color:#fff;
  padding:11px 12px;
  font-weight:800;
}
.stlb455-zipcard button{
  min-height:44px;
  border:0;
  border-radius:14px;
  color:#020711;
  background:#67e8f9;
  cursor:pointer;
  font-weight:1000;
}
.stlb455-mapped{
  display:grid;
  gap:10px;
}
.stlb455-mapped div{
  border:1px solid rgba(34,197,94,.20);
  background:rgba(20,83,45,.12);
  border-radius:16px;
  padding:12px;
}
.stlb455-mapped strong{
  color:#fff;
  display:block;
  overflow-wrap:anywhere;
}
.stlb455-mapped span{
  color:#bbf7d0;
  display:block;
  margin-top:5px;
}
@media(max-width:1050px){
  .stlb455-grid,.stlb455-formgrid{grid-template-columns:1fr}
  .stlb455-ziphead{display:grid}
  .stlb455-ziphead em{white-space:normal}
}
@media(max-width:560px){
  .stlb455-panel,.stlb455-empty{padding:16px;border-radius:20px}
}
