/* Atlas Core: shared customer workspace foundation. */
.psp-atlas-shell{max-width:var(--psp-atlas-content-max);margin:0 auto;padding:clamp(18px,3vw,42px);color:var(--psp-atlas-color-ink);font-family:inherit}
.psp-atlas-shell *{box-sizing:border-box}
.psp-atlas-shell__bar{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:20px}
.psp-atlas-shell__eyebrow{display:block;margin-bottom:7px;font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--psp-atlas-color-ink-muted)}
.psp-atlas-shell h1{margin:0;font:inherit;font-size:clamp(29px,4vw,48px);font-weight:700;line-height:1.05;letter-spacing:-.035em}
.psp-atlas-shell__identity p{max-width:680px;margin:10px 0 0;color:var(--psp-atlas-color-ink-muted);font-size:15px}
.psp-atlas-shell__actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-end}
.psp-atlas-user-chip{display:flex;align-items:center;gap:9px;font-size:13px;font-weight:650;white-space:nowrap}.psp-atlas-user-chip img{border-radius:50%}
.psp-atlas-shell__status{display:grid;grid-template-columns:minmax(280px,1fr) auto;gap:22px;align-items:center;padding:17px 20px;margin-bottom:22px;background:var(--psp-atlas-color-canvas);border:1px solid var(--psp-atlas-color-border);border-radius:var(--psp-atlas-radius-md)}
.psp-atlas-progress__copy{display:flex;justify-content:space-between;gap:20px;margin-bottom:8px;font-size:12px}.psp-atlas-progress__copy span{color:var(--psp-atlas-color-ink-muted)}
.psp-atlas-progress__track{height:5px;background:#dedede;border-radius:999px;overflow:hidden}.psp-atlas-progress__track i{display:block;height:100%;background:var(--psp-atlas-color-ink);border-radius:inherit;transition:width .35s ease}
.psp-atlas-shell__quick-stats{display:flex;gap:12px}.psp-atlas-stat{min-width:105px;padding-left:16px;border-left:1px solid var(--psp-atlas-color-border-dark)}.psp-atlas-stat strong,.psp-atlas-stat span{display:block}.psp-atlas-stat strong{font-size:15px}.psp-atlas-stat span{margin-top:2px;font-size:11px;color:var(--psp-atlas-color-ink-muted)}
.psp-atlas-workspace{min-width:0}.psp-atlas-workspace .psp-jewelry-profile{max-width:none!important;margin:0!important}
.psp-atlas-workspace .psp-profile-header{display:none!important}
.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{border-color:var(--psp-atlas-color-border)!important;border-radius:var(--psp-atlas-radius-md)!important;box-shadow:none!important;background:var(--psp-atlas-color-surface)!important}
.psp-atlas-workspace .psp-primary-action{background:var(--psp-atlas-color-ink)!important;border-color:var(--psp-atlas-color-ink)!important;color:#fff!important;border-radius:999px!important}
.psp-atlas-workspace input,.psp-atlas-workspace select,.psp-atlas-workspace textarea{border-color:var(--psp-atlas-color-border-dark)!important;border-radius:var(--psp-atlas-radius-sm)!important;box-shadow:none!important}
.psp-atlas-workspace input:focus,.psp-atlas-workspace select:focus,.psp-atlas-workspace textarea:focus{border-color:var(--psp-atlas-color-ink)!important;outline:2px solid rgba(17,17,17,.09)!important}
.psp-atlas-badge{display:inline-flex;padding:4px 8px;border-radius:999px;background:var(--psp-atlas-color-canvas);font-size:11px;font-weight:700}.psp-atlas-badge--success{color:var(--psp-atlas-color-success)}
@media(max-width:760px){.psp-atlas-shell{padding:18px 12px}.psp-atlas-shell__bar{display:block}.psp-atlas-shell__actions{justify-content:flex-start;margin-top:16px}.psp-atlas-shell__status{grid-template-columns:1fr}.psp-atlas-shell__quick-stats{justify-content:space-between}.psp-atlas-stat{flex:1}.psp-atlas-user-chip span{display:none}}
