.scc-wrap { max-width: 1200px; margin: 0 auto; }
.scc-grid, .scc-slot-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 18px; }
.scc-card-tile, .scc-slot, .scc-claim-box { position: relative; background: rgba(255,255,255,.04); border: 1px solid rgba(128,128,128,.25); border-radius: 14px; padding: 12px; box-shadow: 0 4px 16px rgba(0,0,0,.12); }
.scc-card-tile img, .scc-owned-slot img { width: 100%; height: auto; border-radius: 10px; display: block; }
.scc-card-tile h4 { margin: 10px 0 4px; font-size: 1rem; }
.scc-rarity { display: inline-block; font-size: .78rem; line-height: 1; padding: 5px 8px; border-radius: 999px; border: 1px solid rgba(128,128,128,.35); }
.scc-rarity-common { background: rgba(150,150,150,.14); }
.scc-rarity-rare { background: rgba(70,130,255,.14); }
.scc-rarity-epic { background: rgba(155,80,255,.14); }
.scc-rarity-legendary { background: rgba(255,190,70,.18); }
.scc-owned { font-weight: 700; }
.scc-set { margin: 32px 0; }
.scc-set h3 { margin-bottom: 4px; }
.scc-progress { margin-top: 0; opacity: .8; }
.scc-slot-empty { min-height: 220px; display:flex; align-items:center; justify-content:center; text-align:center; border-style: dashed; }
.scc-empty-inner strong, .scc-empty-inner span { display:block; opacity:.72; }
.scc-stacked:before, .scc-stacked:after { content:""; position:absolute; inset:12px; border-radius:12px; background:rgba(255,255,255,.08); border:1px solid rgba(128,128,128,.25); z-index:-1; }
.scc-stacked:before { transform: translate(5px, 5px); }
.scc-stacked:after { transform: translate(10px, 10px); opacity:.55; }
.scc-qty { position:absolute; top:10px; right:10px; background:#111; color:white; border-radius:999px; padding:4px 8px; font-size:.8rem; font-weight:700; }
.scc-claim-preview { display:flex; gap:16px; align-items:center; }
.scc-claim-preview img { width:130px; max-width:35%; border-radius:10px; }
.scc-button { display:inline-block; border:0; border-radius:999px; padding:10px 16px; background:#1d4ed8; color:#fff !important; text-decoration:none; cursor:pointer; font-weight:700; }
.scc-button-secondary { background:#374151; }
.scc-placeholder { min-height:180px; display:flex; align-items:center; justify-content:center; border:1px dashed rgba(128,128,128,.35); border-radius:10px; }
.scc-admin-cards { display:flex; flex-wrap:wrap; gap:16px; margin:20px 0; }
.scc-admin-card, .scc-admin-panel { background:#fff; border:1px solid #ccd0d4; border-radius:8px; padding:16px; }
.scc-admin-card span { display:block; font-size:2rem; margin-top:8px; }
.scc-admin-list { margin-left:18px; list-style:disc; }
@media (max-width: 640px) { .scc-grid, .scc-slot-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap:12px; } .scc-claim-preview { flex-direction:column; align-items:flex-start; } .scc-claim-preview img { width:100%; max-width:240px; } }
.scc-discovery-label { display:inline-block; margin-bottom:10px; font-size:.78rem; text-transform:uppercase; letter-spacing:.08em; font-weight:800; opacity:.82; }
.scc-small-link { display:inline-block; margin-left:10px; font-size:.9rem; text-decoration:underline; }
.scc-copy-shortcode { display:flex; gap:6px; align-items:center; flex-wrap:wrap; }
.scc-copy-shortcode input.code { max-width:360px; }
.scc-binder-empty-note { padding:14px 16px; border:1px dashed rgba(128,128,128,.35); border-radius:12px; opacity:.85; }

.scc-binder-settings { margin: 18px 0 24px; padding: 16px; border: 1px solid rgba(128,128,128,.25); border-radius: 14px; background: rgba(255,255,255,.05); }
.scc-binder-settings h3 { margin-top: 0; }
.scc-public-link { word-break: break-word; }
.scc-public-note { padding: 10px 12px; border-left: 4px solid #1d4ed8; background: rgba(29,78,216,.08); border-radius: 8px; }
.scc-success { padding: 10px 12px; border-radius: 8px; background: rgba(34,197,94,.12); border: 1px solid rgba(34,197,94,.35); }

/* v0.1.4 profile / privacy polish */
.scc-setting-row { margin: 12px 0; }
.scc-setting-row .description,
.scc-public-link-box .description { margin: 4px 0 0; opacity: .78; font-size: .92rem; }
.scc-privacy-note { padding: 10px 12px; border-left: 4px solid #1d4ed8; background: rgba(29,78,216,.08); border-radius: 8px; }
.scc-public-link-box { margin-top: 14px; }
.scc-profile-binder { margin: 24px 0; }
.scc-profile-binder > h3 { margin-bottom: 12px; }
.scc-profile-binder .scc-public-binder { margin-top: 12px; }


/* v0.1.7 card enlargement lightbox */
.scc-lightbox-trigger {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
  text-align: inherit;
}
.scc-lightbox-trigger img {
  transition: transform .18s ease, filter .18s ease;
}
.scc-lightbox-trigger:hover img,
.scc-lightbox-trigger:focus img {
  transform: scale(1.025);
  filter: brightness(1.05);
}
.scc-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999999;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.scc-lightbox.is-open { display: flex; }
.scc-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.82);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.scc-lightbox-panel {
  position: relative;
  z-index: 1;
  max-width: min(92vw, 760px);
  max-height: 92vh;
  overflow: auto;
  background: #071323;
  color: #fff;
  border: 1px solid rgba(0,170,255,.45);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 24px 80px rgba(0,0,0,.65);
}
.scc-lightbox-img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 72vh;
  margin: 0 auto;
  border-radius: 12px;
}
.scc-lightbox-close {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 999px;
  background: rgba(0,0,0,.72);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
}
.scc-lightbox-info {
  padding: 12px 4px 2px;
  text-align: center;
}
.scc-lightbox-info h3 {
  margin: 0 0 6px;
  color: #fff;
}
.scc-lightbox-meta,
.scc-lightbox-desc {
  margin: 6px auto 0;
  max-width: 640px;
  opacity: .88;
}
body.scc-lightbox-open { overflow: hidden; }
@media (max-width: 640px) {
  .scc-lightbox { padding: 10px; }
  .scc-lightbox-panel { max-width: 96vw; padding: 12px; }
  .scc-lightbox-img { max-height: 78vh; }
}
