.customizer-studio{gap:22px}.coin-pill{display:inline-flex;align-items:center;gap:6px;border:1px solid rgba(250,204,21,.25);border-radius:999px;padding:9px 13px;color:#fef3c7;background:rgba(250,204,21,.10);font-weight:950}.profile-preview-card{overflow:hidden}.showcase-preview{display:grid;grid-template-columns:auto 1fr;gap:18px;align-items:center}.showcase-avatar,.public-avatar,.community-avatar{position:relative;display:grid;place-items:center;overflow:hidden;background:linear-gradient(135deg,#7c3cff,#22d3ee);box-shadow:0 22px 54px rgba(34,211,238,.20)}.showcase-avatar{width:118px;height:118px;border-radius:34px}.showcase-avatar img,.public-avatar img,.community-avatar img{width:100%;height:100%;object-fit:cover}.showcase-avatar span,.public-avatar span{font-size:2.4rem;font-weight:950}.showcase-preview strong{display:block;color:white;font-size:1.8rem}.showcase-badge{display:inline-flex;margin-top:10px;border-radius:999px;padding:8px 12px;color:white;background:rgba(255,255,255,.12);font-weight:950}.pfp-upload-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,.5fr);gap:16px}.pfp-drop{min-height:160px;display:grid!important;place-items:center;text-align:center;border:1px dashed rgba(34,211,238,.45)!important;border-radius:26px;background:rgba(34,211,238,.06);cursor:pointer}.pfp-drop input{display:none}.pfp-drop span{font-size:1.1rem;color:white!important}.pfp-drop small{color:rgba(226,232,240,.72)}.pfp-tips{border:1px solid rgba(255,255,255,.10);border-radius:24px;padding:18px;background:rgba(255,255,255,.055)}.pfp-tips strong{color:white}.custom-shop-group{margin-top:22px}.custom-shop-group h3{margin:0 0 12px;color:white}.custom-shop-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.custom-option{position:relative;border:1px solid rgba(255,255,255,.11);border-radius:22px;padding:15px;background:rgba(255,255,255,.06);cursor:pointer;transition:.2s ease}.custom-option input{position:absolute;opacity:0;pointer-events:none}.custom-option span{display:block;color:white!important;font-weight:950}.custom-option small{display:inline-flex;margin-top:8px;border-radius:999px;padding:6px 9px;color:rgba(226,232,240,.80);background:rgba(255,255,255,.08);font-weight:850}.custom-option:has(input:checked){border-color:rgba(34,211,238,.7);background:rgba(34,211,238,.12);box-shadow:0 0 0 4px rgba(34,211,238,.12)}.custom-option.is-locked small{color:#fef3c7;background:rgba(250,204,21,.12)}.theme-ocean{--profile-one:#0ea5e9;--profile-two:#22d3ee}.theme-forest{--profile-one:#16a34a;--profile-two:#22c55e}.theme-sunrise{--profile-one:#f97316;--profile-two:#facc15}.theme-rose{--profile-one:#db2777;--profile-two:#fb7185}.theme-neon{--profile-one:#a855f7;--profile-two:#22d3ee}.theme-cosmic{--profile-one:#7c3cff;--profile-two:#22d3ee}.profile-preview-card,.custom-public-hero,.community-card{background:radial-gradient(circle at 100% 0%,color-mix(in srgb,var(--profile-two,#22d3ee) 20%,transparent),transparent 34%),radial-gradient(circle at 0% 0%,color-mix(in srgb,var(--profile-one,#7c3cff) 18%,transparent),transparent 32%),rgba(255,255,255,.075)!important}.color-cyan{--profile-two:#22d3ee}.color-green{--profile-two:#22c55e}.color-gold{--profile-two:#facc15}.color-pink{--profile-two:#fb7185}.color-purple{--profile-two:#a855f7}.frame-glow .showcase-avatar,.frame-glow.public-profile-hero .public-avatar,.frame-glow .community-avatar{box-shadow:0 0 0 5px rgba(34,211,238,.14),0 0 46px var(--profile-two,#22d3ee)}.frame-crystal .showcase-avatar,.frame-crystal.public-profile-hero .public-avatar,.frame-crystal .community-avatar{border:4px solid rgba(255,255,255,.42)}.frame-royal .showcase-avatar,.frame-royal.public-profile-hero .public-avatar,.frame-royal .community-avatar{border:4px solid #facc15;box-shadow:0 0 38px rgba(250,204,21,.26)}.frame-galaxy .showcase-avatar,.frame-galaxy.public-profile-hero .public-avatar,.frame-galaxy .community-avatar{border:4px solid transparent;box-shadow:0 0 0 4px rgba(168,85,247,.25),0 0 55px rgba(34,211,238,.34)}.shape-circle .showcase-avatar,.shape-circle.public-profile-hero .public-avatar,.shape-circle .community-avatar{border-radius:999px}.shape-squircle .showcase-avatar,.shape-squircle.public-profile-hero .public-avatar,.shape-squircle .community-avatar{border-radius:42%}.shape-diamond .showcase-avatar,.shape-diamond.public-profile-hero .public-avatar,.shape-diamond .community-avatar{border-radius:24px;transform:rotate(45deg)}.shape-diamond .showcase-avatar img,.shape-diamond .showcase-avatar span,.shape-diamond.public-profile-hero .public-avatar img,.shape-diamond.public-profile-hero .public-avatar span,.shape-diamond .community-avatar img{transform:rotate(-45deg) scale(1.25)}.public-profile-hero .showcase-badge{margin-inline:auto}.community-card{overflow:hidden}.community-avatar{width:70px!important;height:70px!important;border-radius:24px!important;margin-inline:auto}.community-avatar img{border-radius:inherit}@media(max-width:900px){.custom-shop-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pfp-upload-row{grid-template-columns:1fr}}@media(max-width:520px){.custom-shop-grid{grid-template-columns:1fr}.showcase-preview{grid-template-columns:1fr;text-align:center}.showcase-avatar{margin-inline:auto}}

/* === Global StudyBuddy PFP reuse polish === */
.sb-account-avatar img,
.avatar-ring img,
.public-avatar img,
.community-avatar img,
.showcase-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: inherit;
}

.sb-account-avatar {
    overflow: hidden;
}

.avatar-ring {
    overflow: hidden;
}

.sb-account-avatar img {
    border-radius: inherit;
}

.sb-account-trigger .sb-account-avatar {
    flex: 0 0 auto;
}
/* === End Global StudyBuddy PFP reuse polish === */
