
/* STLBEAST Main V453 — Product Add Wizard */
.stlb453-grid{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);
  gap:18px;
  margin-top:22px;
}
.stlb453-panel{
  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);
}
.stlb453-panel h2,.stlb453-success h3{
  color:#fff;
  margin:0 0 14px;
  letter-spacing:-.04em;
}
.stlb453-form{
  display:grid;
  gap:13px;
}
.stlb453-two,.stlb453-three{
  display:grid;
  gap:12px;
}
.stlb453-two{grid-template-columns:repeat(2,minmax(0,1fr))}
.stlb453-three{grid-template-columns:repeat(3,minmax(0,1fr))}
.stlb453-form label{
  display:grid;
  gap:7px;
  color:#d8e7f7;
  font-weight:900;
}
.stlb453-form input,.stlb453-form textarea,.stlb453-form select{
  width:100%;
  border-radius:15px;
  border:1px solid rgba(103,232,249,.16);
  background:#111827;
  color:#fff;
  padding:12px 13px;
  font-weight:800;
}
.stlb453-form textarea{
  resize:vertical;
  line-height:1.45;
}
.stlb453-form button{
  min-height:48px;
  border:0;
  border-radius:15px;
  color:#020711;
  background:#67e8f9;
  cursor:pointer;
  font-weight:1000;
}
.stlb453-mode{
  display:grid;
  gap:8px;
  border:1px solid rgba(103,232,249,.13);
  background:rgba(255,255,255,.035);
  border-radius:18px;
  padding:13px;
}
.stlb453-mode label{
  display:flex;
  align-items:center;
  gap:8px;
}
.stlb453-mode input{width:auto}
.stlb453-alert{
  padding:12px 13px;
  border-radius:14px;
  margin:10px 0;
  font-weight:900;
}
.stlb453-alert.ok{
  color:#bbf7d0;
  border:1px solid rgba(34,197,94,.28);
  background:rgba(20,83,45,.18);
}
.stlb453-alert.bad{
  color:#fecaca;
  border:1px solid rgba(248,113,113,.32);
  background:rgba(127,29,29,.22);
}
.stlb453-success{
  border:1px solid rgba(34,197,94,.28);
  background:rgba(20,83,45,.15);
  border-radius:20px;
  padding:16px;
  margin:0 0 16px;
}
.stlb453-success p{
  color:#a8bdd7;
}
.stlb453-success div{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.stlb453-success a{
  color:#020711;
  background:#67e8f9;
  border-radius:14px;
  padding:10px 12px;
  text-decoration:none;
  font-weight:1000;
}
.stlb453-rules{
  display:grid;
  gap:11px;
  padding-left:20px;
  color:#a8bdd7;
  line-height:1.45;
}
.stlb453-rules strong{
  color:#fff;
}
.stlb453-paths{
  margin-top:18px;
  display:grid;
  gap:9px;
}
.stlb453-paths h3{
  color:#fff;
  margin:0;
}
.stlb453-paths code{
  display:block;
  white-space:normal;
  overflow-wrap:anywhere;
  color:#67e8f9;
  border:1px solid rgba(103,232,249,.13);
  background:rgba(255,255,255,.04);
  border-radius:14px;
  padding:10px;
}
@media(max-width:980px){
  .stlb453-grid,.stlb453-two,.stlb453-three{grid-template-columns:1fr}
}
@media(max-width:560px){
  .stlb453-panel{padding:16px;border-radius:20px}
}
