
/* V5.2 — Permanent Fruit Trading Support
   Additive only. Does not replace style.css, script.js, fruit values or image sizing. */

.v52-mode-row{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:10px 0 12px;
}
.v52-mode-btn{
  border:1px solid rgba(148,163,184,.22);
  background:rgba(148,163,184,.08);
  color:inherit;
  border-radius:999px;
  padding:8px 12px;
  font:inherit;
  font-size:13px;
  font-weight:900;
  cursor:pointer;
}
.v52-mode-btn:hover{background:rgba(148,163,184,.14)}
.v52-mode-btn.active{
  border-color:rgba(168,85,247,.44);
  background:rgba(168,85,247,.14);
  box-shadow:0 0 0 2px rgba(168,85,247,.06) inset;
}
.v52-perm-badge{
  display:inline-flex;
  align-items:center;
  gap:5px;
  width:max-content;
  max-width:100%;
  padding:4px 8px;
  border-radius:999px;
  border:1px solid rgba(168,85,247,.36);
  background:rgba(168,85,247,.13);
  color:#e9d5ff;
  font-size:11px;
  font-weight:1000;
  letter-spacing:.06em;
}
.v52-picker-meta{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:6px;
  margin-top:4px;
}
.v52-picker-meta small{margin:0!important}
.v52-perm-trade-item{
  border-color:rgba(168,85,247,.28)!important;
  background:linear-gradient(145deg,rgba(168,85,247,.07),rgba(2,6,23,.14))!important;
}
.v52-perm-name{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:6px;
}
.v52-trade-note{
  margin:12px 0 0;
  padding:11px 13px;
  border:1px solid rgba(168,85,247,.20);
  border-radius:13px;
  background:rgba(168,85,247,.06);
  font-size:13px;
  line-height:1.5;
  opacity:.9;
}
.v52-perm-counter{
  display:inline-flex;
  margin-left:6px;
  padding:3px 7px;
  border-radius:999px;
  border:1px solid rgba(168,85,247,.23);
  background:rgba(168,85,247,.08);
  font-size:11px;
  font-weight:900;
}
.v52-listing-perm{
  outline:1px solid rgba(168,85,247,.22);
  outline-offset:-1px;
}
@media(max-width:560px){
  .v52-mode-row{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .v52-mode-btn{padding:9px 7px;font-size:12px}
}


/* V5.2 revised trade-slot layout:
   Four clear rectangular spaces, but only the next available one shows +. */
.v52-next-add-slot,
.v52-reserved-slot{
  min-height:86px!important;
  border-radius:14px!important;
}
.v52-next-add-slot{
  border:1px dashed rgba(125,211,252,.42)!important;
  background:rgba(14,165,233,.055)!important;
  cursor:pointer;
}
.v52-next-add-slot:hover{
  border-color:rgba(125,211,252,.68)!important;
  background:rgba(14,165,233,.10)!important;
  transform:translateY(-1px);
}
.v52-big-plus{
  display:block;
  font-size:28px!important;
  line-height:1!important;
  font-weight:500!important;
  margin-bottom:5px;
}
.v52-reserved-slot{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:1px dashed rgba(148,163,184,.14)!important;
  background:rgba(148,163,184,.025)!important;
  opacity:.55;
  cursor:default!important;
}
.v52-reserved-slot small{
  opacity:.62;
}
.v52-creator-slot{
  width:100%;
  min-height:82px;
  color:inherit;
  font:inherit;
}
