/* Shehyaara Collection Completion */
:root{--scc-accent:#5422E8;--scc-text:#211c2b;--scc-muted:#766f80;--scc-line:#ece7f5;--scc-soft:#f8f5ff}
.scc-wrap{max-width:1120px;margin:0 auto;color:var(--scc-text)}
.scc-header{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:24px;border:1px solid var(--scc-line);border-radius:22px;background:linear-gradient(135deg,#fff 0%,#f7f2ff 100%);margin-bottom:16px}
.scc-eyebrow{display:block;font-size:11px;font-weight:800;letter-spacing:.13em;color:var(--scc-accent);margin-bottom:4px}
.scc-header h2{font-size:28px;line-height:1.12;margin:0 0 7px}.scc-header p{margin:0;max-width:700px;color:var(--scc-muted)}
.scc-header-icon{width:68px;height:68px;min-width:68px;border-radius:22px;background:var(--scc-accent);color:#fff;display:flex;align-items:center;justify-content:center;font-size:30px;box-shadow:0 10px 30px rgba(84,34,232,.18)}
.scc-login-note{padding:11px 14px;margin-bottom:16px;border-radius:12px;background:#fff8e8;border:1px solid #f6e8b8;font-size:13px}.scc-login-note a{font-weight:800;color:var(--scc-accent)}
.scc-collection-grid{display:grid;gap:18px}
.scc-collection-card{overflow:hidden;border:1px solid var(--scc-line);border-radius:20px;background:#fff;box-shadow:0 4px 18px rgba(38,20,73,.035)}
.scc-collection-card.is-complete{border-color:#d9ccff}
.scc-cover{position:relative;max-height:260px;overflow:hidden;background:var(--scc-soft)}.scc-cover-img{display:block;width:100%;height:260px;object-fit:cover;margin:0}
.scc-complete-ribbon{position:absolute;right:14px;top:14px;padding:7px 11px;border-radius:999px;background:#fff;color:var(--scc-accent);font-size:12px;font-weight:900;box-shadow:0 5px 20px rgba(0,0,0,.08)}
.scc-card-content{padding:18px}
.scc-title-row{display:flex;gap:18px;justify-content:space-between;align-items:flex-start}.scc-title-row h3{font-size:22px;margin:0 0 4px}.scc-desc{font-size:13px;color:var(--scc-muted)}.scc-desc p{margin:0 0 5px}
.scc-reward{min-width:85px;padding:9px 11px;border:1px solid #e9e1ff;border-radius:14px;background:var(--scc-soft);text-align:center}.scc-reward span{display:block}.scc-reward strong{display:block;font-size:18px}.scc-reward small{display:block;color:var(--scc-muted);font-size:10px}
.scc-progress-row{display:flex;justify-content:space-between;align-items:center;margin-top:15px;font-size:12px}.scc-progress-row span{color:var(--scc-accent);font-weight:800}
.scc-progress{height:9px;border-radius:999px;background:#eeeaf5;overflow:hidden;margin:7px 0 8px}.scc-progress i{display:block;height:100%;border-radius:999px;background:var(--scc-accent)}
.scc-status{font-size:12px;color:var(--scc-muted);margin-bottom:14px}.scc-status-close{font-weight:800;color:#b14d24}.scc-status-complete{font-weight:800;color:var(--scc-accent)}
.scc-items{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.scc-item{position:relative;overflow:hidden;border:1px solid var(--scc-line);border-radius:14px;background:#fff}.scc-item.is-owned{background:#fbfaff}
.scc-item-image{display:block;aspect-ratio:1/1;background:#fafafa;overflow:hidden}.scc-item-image img{width:100%;height:100%;object-fit:cover;margin:0}
.scc-item-info{padding:9px}.scc-item-name{display:block;color:var(--scc-text);text-decoration:none;font-size:12px;font-weight:750;line-height:1.3;min-height:2.6em}.scc-item-price{font-size:12px;font-weight:800;margin:5px 0}
.scc-owned,.scc-oos,.scc-shop-item{display:inline-flex;align-items:center;min-height:26px;padding:4px 8px;border-radius:8px;font-size:10px;font-weight:800;text-decoration:none}
.scc-owned{background:#eefaf4;color:#14744a}.scc-oos{background:#f5f2f6;color:#837b8c}.scc-shop-item{background:var(--scc-accent);color:#fff!important}
.scc-empty{text-align:center;padding:36px 18px;border:1px dashed #dcd3ec;border-radius:18px;background:#fff}.scc-empty span{font-size:42px;color:var(--scc-accent)}.scc-empty h3{margin:5px 0}.scc-empty p{margin:0;color:var(--scc-muted)}
.scc-product-box{margin:12px 0 3px;display:grid;gap:8px}
.scc-product-collection{display:flex;align-items:center;gap:10px;padding:10px 11px;border:1px solid #e8e1f5;border-radius:13px;background:#fbf9ff}
.scc-product-icon{width:34px;height:34px;min-width:34px;border-radius:10px;background:var(--scc-accent);color:#fff;display:flex;align-items:center;justify-content:center}
.scc-product-copy{display:flex;flex-direction:column;min-width:0;line-height:1.2}.scc-product-copy small{font-size:8px;letter-spacing:.1em;font-weight:900;color:var(--scc-accent)}.scc-product-copy strong{font-size:12px;margin:2px 0}.scc-product-copy span{font-size:10px;color:var(--scc-muted)}
.scc-view-collection{margin-left:auto;white-space:nowrap;padding:6px 9px;border-radius:8px;background:#fff;border:1px solid #ded5f2;color:var(--scc-accent)!important;text-decoration:none;font-size:10px;font-weight:800}
@media(max-width:800px){.scc-items{grid-template-columns:repeat(2,minmax(0,1fr))}.scc-header{align-items:flex-start}.scc-header-icon{width:52px;height:52px;min-width:52px;border-radius:16px}}
@media(max-width:520px){.scc-header{padding:17px;border-radius:17px}.scc-header h2{font-size:21px}.scc-header p{font-size:12px}.scc-header-icon{display:none}.scc-card-content{padding:13px}.scc-title-row h3{font-size:18px}.scc-reward{min-width:69px;padding:7px}.scc-items{gap:7px}.scc-item{border-radius:11px}.scc-item-info{padding:7px}.scc-cover,.scc-cover-img{height:190px}.scc-product-collection{padding:9px}.scc-product-copy strong{font-size:11px}}
