/* Four Color Comic v40.31.45 */

/* Sold: v40.31.44 owns Sold paging. Never show the legacy 25/50/100/200 pager. */
#sold #v28SoldPagerTop,
#sold #v28SoldPagerBottom{
  display:none!important;
}

/* Inline collection SKU editor — preserves the existing SKU location. */
.v403145-sku-inline{
  display:flex;
  align-items:center;
  gap:7px;
  width:max-content;
  max-width:100%;
  margin-top:7px;
  padding:4px 7px;
  border:1px solid rgba(143,157,181,.24);
  border-radius:7px;
  background:rgba(11,18,27,.72);
  color:#aeb8c8;
  font-size:10px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.v403145-sku-input{
  width:106px;
  min-width:0;
  padding:2px 4px;
  border:0;
  outline:0;
  background:transparent;
  color:#f2f6fb;
  font:700 12px/1.35 inherit;
  letter-spacing:.01em;
  text-transform:none;
}
.v403145-sku-input::placeholder{color:#667386;font-weight:600}
.v403145-sku-inline:focus-within{
  border-color:rgba(124,105,255,.72);
  box-shadow:0 0 0 2px rgba(124,105,255,.13);
}
.v403142-card .v403145-sku-inline{margin-top:8px}
.v403142-collection-table .v403145-sku-inline{margin-top:6px}

/* Bulk collection -> Marketplace queue. */
.v403145-bulk-queue,
.v403145-freeze-panel{
  margin-bottom:16px;
  overflow:hidden;
}
.v403145-bulk-queue.hidden{display:none!important}
.v403145-queue-list,
.v403145-freeze-list{
  display:grid;
  gap:8px;
  margin-top:14px;
}
.v403145-queue-row{
  display:grid;
  grid-template-columns:46px minmax(180px,1fr) auto auto;
  align-items:center;
  gap:10px;
  min-height:62px;
  padding:8px 10px;
  border:1px solid rgba(144,157,178,.18);
  border-radius:9px;
  background:rgba(7,13,20,.52);
}
.v403145-queue-row img,
.v403145-queue-noimage{
  width:42px;
  height:54px;
  object-fit:contain;
  border-radius:5px;
  background:#101821;
}
.v403145-queue-noimage{
  display:grid;
  place-items:center;
  color:#738094;
  font-size:8px;
  text-align:center;
}
.v403145-queue-copy{display:grid;gap:3px;min-width:0}
.v403145-queue-copy b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.v403145-queue-copy span{color:#8d99aa;font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}

/* Marketplace show/store freeze manager. */
.v403145-freeze-panel .panelhead{align-items:flex-start;gap:18px}
.v403145-freeze-store-actions,
.v403145-freeze-toolbar{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
}
.v403145-freeze-store-actions{justify-content:flex-end}
.v403145-freeze-toolbar{
  margin-top:14px;
  padding-top:12px;
  border-top:1px solid rgba(144,157,178,.14);
}
.v403145-freeze-row{
  display:grid;
  grid-template-columns:20px 42px minmax(180px,1fr) auto auto;
  align-items:center;
  gap:10px;
  min-height:58px;
  padding:8px 10px;
  border:1px solid rgba(144,157,178,.18);
  border-radius:9px;
  background:rgba(7,13,20,.5);
  cursor:pointer;
}
.v403145-freeze-row:hover{border-color:rgba(144,157,178,.34)}
.v403145-freeze-row>input{width:16px;height:16px}
.v403145-freeze-cover{
  display:grid;
  place-items:center;
  width:38px;
  height:48px;
  overflow:hidden;
  border-radius:4px;
  background:#101821;
  color:#6e7b8e;
  font-size:8px;
  text-align:center;
}
.v403145-freeze-cover img{width:100%;height:100%;object-fit:contain}
.v403145-freeze-copy{display:grid;gap:3px;min-width:0}
.v403145-freeze-copy b,.v403145-freeze-copy span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.v403145-freeze-copy span{color:#8d99aa;font-size:11px}
.v403145-freeze-state{
  display:inline-flex;
  justify-content:center;
  min-width:60px;
  padding:5px 8px;
  border-radius:999px;
  font-size:10px;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.v403145-freeze-state.live{color:#72e6a9;background:rgba(36,172,105,.12);border:1px solid rgba(72,207,135,.34)}
.v403145-freeze-state.frozen{color:#f7c879;background:rgba(190,126,32,.12);border:1px solid rgba(222,160,65,.35)}

/* Informational grading guide. This page is static content: no AI, calculators or API actions. */
#grading.v403145-grading-installed,
#grading:has(.v403145-grading-guide){
  max-width:1180px;
  margin-inline:auto;
}
.v403145-grading-guide{display:grid;gap:14px}
.v403145-grading-hero{
  padding:24px;
  background:linear-gradient(145deg,rgba(13,21,31,.97),rgba(8,14,22,.97));
}
.v403145-grading-hero h1{margin:10px 0 4px;font-size:clamp(24px,3vw,38px);line-height:1.08}
.v403145-grading-updated{margin:0;color:#97a4b6;font-size:13px;font-weight:700}
.v403145-grading-purpose{
  margin-top:20px;
  padding-top:18px;
  border-top:1px solid rgba(144,157,178,.16);
}
.v403145-grading-purpose h2{margin:0 0 8px;font-size:17px}
.v403145-grading-purpose p{margin:7px 0;color:#c2cad5;line-height:1.65}
.v403145-grading-topics{display:grid;gap:9px}
.v403145-grade-topic,
.v403145-grade-level{
  border:1px solid rgba(144,157,178,.2);
  border-radius:10px;
  background:rgba(8,14,22,.94);
  overflow:hidden;
}
.v403145-grade-topic>summary,
.v403145-grade-level>summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:15px 17px;
  cursor:pointer;
  list-style:none;
  color:#edf2f8;
  font-weight:850;
}
.v403145-grade-topic>summary::-webkit-details-marker,
.v403145-grade-level>summary::-webkit-details-marker{display:none}
.v403145-grade-topic>summary:hover,
.v403145-grade-level>summary:hover{background:rgba(124,105,255,.07)}
.v403145-grade-topic[open]>summary{border-bottom:1px solid rgba(144,157,178,.16);background:rgba(124,105,255,.055)}
.v403145-chevron{
  flex:0 0 auto;
  display:grid;
  place-items:center;
  width:25px;
  height:25px;
  border:1px solid rgba(144,157,178,.25);
  border-radius:7px;
  color:#aab5c5;
  font-size:16px;
  line-height:1;
  transition:transform .18s ease;
}
.v403145-grade-topic[open]>summary .v403145-chevron,
.v403145-grade-level[open]>summary .v403145-chevron{transform:rotate(45deg)}
.v403145-grade-topic-body{padding:18px 19px 20px;color:#c6ced9;line-height:1.62}
.v403145-grade-topic-body h2,.v403145-grade-topic-body h3{color:#eef3f8;margin:22px 0 8px}
.v403145-grade-topic-body h2:first-child,.v403145-grade-topic-body h3:first-child{margin-top:0}
.v403145-grade-topic-body p{margin:8px 0}
.v403145-grade-topic-body ul,.v403145-grade-topic-body ol{padding-left:24px;margin:10px 0}
.v403145-grade-topic-body li{margin:4px 0}
.v403145-grade-topic-body strong{color:#f2f5f9}
.v403145-grade-topic-body hr{border:0;border-top:1px solid rgba(144,157,178,.14);margin:18px 0}
.v403145-grade-topic-body table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  margin:14px 0;
  overflow:hidden;
  border:1px solid rgba(144,157,178,.18);
  border-radius:9px;
}
.v403145-grade-topic-body th,
.v403145-grade-topic-body td{padding:9px 11px;border-bottom:1px solid rgba(144,157,178,.13);text-align:left;vertical-align:top}
.v403145-grade-topic-body th{background:rgba(255,255,255,.035);color:#e9eef5;font-size:11px;text-transform:uppercase;letter-spacing:.05em}
.v403145-grade-topic-body tr:last-child td{border-bottom:0}
.v403145-grade-levels{display:grid;gap:7px;margin-top:15px}
.v403145-grade-level{background:rgba(13,21,31,.7);border-color:rgba(144,157,178,.15)}
.v403145-grade-level>summary{padding:11px 13px;font-size:13px}
.v403145-grade-level-body{padding:13px 15px 15px;border-top:1px solid rgba(144,157,178,.12)}
.v403145-grade-level-body p{margin:7px 0}
.v403145-grade-level-body ul{padding-left:22px}

@media (max-width:760px){
  .v403145-queue-row{grid-template-columns:42px minmax(0,1fr);}
  .v403145-queue-row .btn{grid-column:auto}
  .v403145-freeze-panel .panelhead{display:grid}
  .v403145-freeze-store-actions{justify-content:flex-start}
  .v403145-freeze-row{grid-template-columns:20px 38px minmax(0,1fr)}
  .v403145-freeze-state,.v403145-freeze-row>.btn{grid-column:3}
  .v403145-grade-topic-body{overflow-x:auto}
  .v403145-grading-hero{padding:18px}
}
