/* Extracted from 逗号开箱网.html.
 * Transitional split file: inventory / recycle specific follow-up overrides.
 */

/* ===== style[30] id="v45-inventory-removed-style" ===== */
#inventory-page .empty-tip{
  margin-top:18px;
}

/* ===== style[31] id="v45-scrap-chip-pack-style" ===== */
.scrap-panel{
  margin-top:18px;
  padding:18px;
  border-radius:18px;
  background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 12px 28px rgba(0,0,0,.16);
}
.scrap-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:12px;
  flex-wrap:wrap;
  margin-bottom:14px;
}
.scrap-title{
  font-size:24px;
  font-weight:900;
  margin:0;
}
.scrap-sub{
  color:#bfc9dd;
  font-size:13px;
  line-height:1.6;
}
.scrap-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.scrap-row{
  border-radius:16px;
  padding:14px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.06);
}
.scrap-row-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
  margin-bottom:8px;
}
.scrap-rate{
  color:#ffe08a;
  font-weight:900;
  font-size:13px;
}
.scrap-count{
  color:#d7dfef;
  font-size:13px;
  margin-bottom:10px;
}
.scrap-est{
  color:#fff;
  font-size:14px;
  font-weight:800;
  margin-bottom:12px;
}
.scrap-btn{
  width:100%;
  min-height:40px;
  border:none;
  border-radius:12px;
  background:var(--btn-orange);
  color:#fff;
  font-weight:900;
  cursor:pointer;
}
.scrap-btn:disabled{
  opacity:.45;
  cursor:not-allowed;
}
.box-pack-card{
  margin-top:16px;
}
.box-pack-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin-top:12px;
}
.box-pack-btn{
  border:none;
  border-radius:14px;
  min-height:64px;
  padding:10px 12px;
  cursor:pointer;
  background:linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.04));
  color:#fff;
  text-align:left;
  border:1px solid rgba(255,255,255,.08);
}
.box-pack-btn strong{
  display:block;
  font-size:15px;
  margin-bottom:4px;
}
.box-pack-btn span{
  display:block;
  color:#c8d2ea;
  font-size:12px;
  line-height:1.45;
}
.box-pack-btn:disabled{
  opacity:.45;
  cursor:not-allowed;
}
@media (max-width:900px){
  .scrap-grid,.box-pack-grid{
    grid-template-columns:1fr;
  }
}
