/* Atlas Cards: reusable customer-facing card primitives. */
.psp-atlas-card{position:relative;display:flex;flex-direction:column;min-width:0;background:var(--psp-atlas-color-surface);border:1px solid var(--psp-atlas-color-border);border-radius:var(--psp-atlas-radius-md);color:var(--psp-atlas-color-ink);overflow:hidden;transition:border-color var(--psp-atlas-transition-fast),transform var(--psp-atlas-transition-fast),box-shadow var(--psp-atlas-transition-fast)}
.psp-atlas-card--linked{text-decoration:none!important;color:inherit!important}.psp-atlas-card--linked:hover{transform:translateY(-2px);border-color:var(--psp-atlas-color-border-dark);box-shadow:var(--psp-atlas-shadow-card)}
.psp-atlas-card:focus-within{border-color:var(--psp-atlas-color-ink)}
.psp-atlas-card__header{display:flex;align-items:flex-start;gap:12px;padding:18px 20px 0}.psp-atlas-card__heading{min-width:0;flex:1}.psp-atlas-card__eyebrow{display:block;margin-bottom:5px;color:var(--psp-atlas-color-ink-muted);font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.psp-atlas-card__title{margin:0!important;font:inherit!important;font-size:17px!important;font-weight:720!important;line-height:1.25!important;letter-spacing:-.015em}.psp-atlas-card__description{margin:6px 0 0!important;color:var(--psp-atlas-color-ink-muted);font-size:13px;line-height:1.5}.psp-atlas-card__icon{display:grid;place-items:center;flex:0 0 34px;width:34px;height:34px;border-radius:50%;background:var(--psp-atlas-color-canvas);font-size:16px}.psp-atlas-card__badge{margin-left:auto}.psp-atlas-card__body{padding:18px 20px}.psp-atlas-card__header+.psp-atlas-card__content .psp-atlas-card__body{padding-top:14px}.psp-atlas-card__footer{display:flex;align-items:center;gap:10px;justify-content:flex-end;padding:14px 20px;border-top:1px solid var(--psp-atlas-color-border);background:#fcfcfc}.psp-atlas-card__toggle{display:grid;place-items:center;width:32px;height:32px;margin:-5px -5px 0 0;padding:0;border:0;background:transparent;border-radius:50%;cursor:pointer;transition:background var(--psp-atlas-transition-fast),transform var(--psp-atlas-transition-fast)}.psp-atlas-card__toggle:hover{background:var(--psp-atlas-color-canvas)}.psp-atlas-card__toggle span{transition:transform var(--psp-atlas-transition-fast)}.psp-atlas-card.is-collapsed .psp-atlas-card__toggle span{transform:rotate(-90deg)}.psp-atlas-card.is-collapsed .psp-atlas-card__content{display:none}
.psp-atlas-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr));gap:16px}.psp-atlas-card-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.psp-atlas-card-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.psp-atlas-card-grid--four{grid-template-columns:repeat(4,minmax(0,1fr))}
.psp-atlas-card--stat .psp-atlas-card__header{position:absolute;inset:14px 14px auto auto;padding:0}.psp-atlas-card--stat .psp-atlas-card__body{min-height:132px;display:flex;flex-direction:column;justify-content:flex-end}.psp-atlas-stat-card__value{font-size:clamp(28px,4vw,42px);font-weight:750;line-height:1;letter-spacing:-.045em}.psp-atlas-stat-card__label{margin-top:8px;font-size:13px;font-weight:700}.psp-atlas-stat-card__helper{margin:5px 0 0!important;color:var(--psp-atlas-color-ink-muted);font-size:11px;line-height:1.4}
.psp-atlas-card--product{height:100%;background:#fff}.psp-atlas-card--product .psp-atlas-card__header{position:absolute;z-index:2;inset:12px 12px auto auto;padding:0}.psp-atlas-card--product .psp-atlas-card__body{padding:0}.psp-atlas-product-card__media{aspect-ratio:1/1;background:var(--psp-atlas-color-canvas);overflow:hidden}.psp-atlas-product-card__media img{display:block!important;width:100%!important;height:100%!important;margin:0!important;object-fit:cover}.psp-atlas-product-card__details{position:relative;padding:14px 15px 16px}.psp-atlas-product-card__details h3{margin:0!important;font:inherit!important;font-size:14px!important;font-weight:700!important;line-height:1.35!important}.psp-atlas-product-card__meta{margin:5px 0 0!important;color:var(--psp-atlas-color-ink-muted);font-size:11px}.psp-atlas-product-card__price{margin-top:9px;font-size:14px;font-weight:750}.psp-atlas-product-card__fit{display:inline-flex;margin-top:10px;padding:4px 7px;border-radius:999px;background:#f1f1f1;font-size:10px;font-weight:750}.psp-atlas-product-card__score{position:absolute;right:15px;bottom:16px;color:var(--psp-atlas-color-ink-muted);font-size:10px;font-weight:700}
.psp-atlas-card--jewelry .psp-atlas-card__header{padding-bottom:0}.psp-atlas-card--jewelry .psp-atlas-card__body{padding-top:10px}.psp-atlas-jewelry-card__main h3{margin:0!important;font:inherit!important;font-size:16px!important;font-weight:720!important}.psp-atlas-jewelry-card__type,.psp-atlas-jewelry-card__specs{margin:5px 0 0!important;font-size:12px}.psp-atlas-jewelry-card__type{color:var(--psp-atlas-color-ink-muted)}.psp-atlas-jewelry-card__specs{font-weight:650}.psp-atlas-card--jewelry .psp-atlas-card__footer form{margin:0}.psp-atlas-card--jewelry .psp-atlas-card__footer .button{min-height:34px!important;border-radius:999px!important}
.psp-atlas-summary-list{display:grid;gap:0;margin:0}.psp-atlas-summary-list>div{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:11px 0;border-bottom:1px solid var(--psp-atlas-color-border)}.psp-atlas-summary-list>div:first-child{padding-top:0}.psp-atlas-summary-list>div:last-child{padding-bottom:0;border-bottom:0}.psp-atlas-summary-list dt{color:var(--psp-atlas-color-ink-muted);font-size:12px}.psp-atlas-summary-list dd{margin:0;font-size:14px;font-weight:750}
.psp-atlas-card--empty{border-style:dashed;background:var(--psp-atlas-color-canvas)}.psp-atlas-empty-state{text-align:center;padding:22px 10px}.psp-atlas-empty-state__icon{display:grid;place-items:center;width:46px;height:46px;margin:0 auto 13px;border:1px solid var(--psp-atlas-color-border-dark);border-radius:50%;background:#fff;font-size:20px}.psp-atlas-empty-state h3{margin:0!important;font:inherit!important;font-size:16px!important;font-weight:720!important}.psp-atlas-empty-state p{max-width:380px;margin:7px auto 0!important;color:var(--psp-atlas-color-ink-muted);font-size:12px;line-height:1.55}.psp-atlas-empty-state__action{margin-top:15px}
.psp-atlas-badge--inverse{background:var(--psp-atlas-color-ink);color:#fff}.psp-atlas-badge--warning{background:#fff6e5;color:var(--psp-atlas-color-warning)}.psp-atlas-badge--danger{background:#fff0ee;color:var(--psp-atlas-color-danger)}
/* Compatibility layer: existing Jewelry Studio sections adopt the card system. */
.psp-atlas-workspace .psp-body-card,.psp-atlas-workspace .psp-profile-form-card,.psp-atlas-workspace .psp-profile-recommendations,.psp-atlas-workspace .psp-piercing-summary,.psp-atlas-workspace .psp-piercing-help-card,.psp-atlas-workspace .psp-saved-piercings{position:relative;overflow:hidden;transition:border-color var(--psp-atlas-transition-fast),box-shadow var(--psp-atlas-transition-fast)}
.psp-atlas-workspace .psp-recommendation-card{border-color:var(--psp-atlas-color-border)!important;border-radius:var(--psp-atlas-radius-md)!important;box-shadow:none!important;transition:transform var(--psp-atlas-transition-fast),border-color var(--psp-atlas-transition-fast),box-shadow var(--psp-atlas-transition-fast)}.psp-atlas-workspace .psp-recommendation-card:hover{transform:translateY(-2px);border-color:var(--psp-atlas-color-border-dark)!important;box-shadow:var(--psp-atlas-shadow-card)!important}
.psp-atlas-workspace .psp-piercing-cards{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr))!important;gap:14px!important}.psp-atlas-workspace .psp-piercing-card{display:flex!important;flex-direction:column!important;border:1px solid var(--psp-atlas-color-border)!important;border-radius:var(--psp-atlas-radius-md)!important;background:#fff!important;overflow:hidden}.psp-atlas-workspace .psp-piercing-card>.psp-card-actions{margin-top:auto;padding:12px 14px;border-top:1px solid var(--psp-atlas-color-border);background:#fcfcfc}
@media(max-width:900px){.psp-atlas-card-grid--four{grid-template-columns:repeat(2,minmax(0,1fr))}.psp-atlas-card-grid--three{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.psp-atlas-card-grid--two,.psp-atlas-card-grid--three,.psp-atlas-card-grid--four{grid-template-columns:1fr}.psp-atlas-card__header{padding:16px 16px 0}.psp-atlas-card__body{padding:16px}.psp-atlas-card__footer{padding:12px 16px}.psp-atlas-card--stat .psp-atlas-card__body{min-height:112px}.psp-atlas-product-card__details{padding:13px}}
.psp-atlas-shell__status.psp-atlas-card-grid{display:grid;padding:0;margin-bottom:22px;background:transparent;border:0;border-radius:0;align-items:stretch}.psp-atlas-shell__status .psp-atlas-profile-progress-card{grid-column:span 1}.psp-atlas-profile-progress-card .psp-atlas-card__body{display:flex;min-height:132px;flex-direction:column;justify-content:center}
