.profileCenterShell {
    width: min(1180px, calc(100% - 32px));
    margin: 56px auto 80px;
    color: #0f172a;
}

.profileCenterHero,
.pcPanel {
    border: 1px solid rgba(180, 205, 239, .82);
    background:
        radial-gradient(circle at 100% 0%, rgba(219, 234, 254, .88), transparent 24%),
        linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(248, 251, 255, .96));
    box-shadow: 0 26px 70px rgba(15, 23, 42, .09);
    border-radius: 28px;
}

.profileCenterHero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 34px;
    margin-bottom: 24px;
    overflow: hidden;
}

.pcHeroIdentity {
    display: flex;
    align-items: center;
    gap: 22px;
    min-width: 0;
}

.pcAvatar,
.pcLogoPreview {
    display: grid;
    place-items: center;
    background-size: cover;
    background-position: center;
    color: #fff;
    font-weight: 900;
    background-image: linear-gradient(135deg, #173b8f, #2f6bf2);
    box-shadow: 0 16px 34px rgba(37, 99, 235, .24);
    overflow: hidden;
    flex: none;
}

.pcAvatarHero {
    width: 92px;
    height: 92px;
    border-radius: 26px;
    font-size: 42px;
}

.pcAvatarLarge,
.pcLogoPreview {
    width: 148px;
    height: 148px;
    border-radius: 34px;
    font-size: 64px;
}

.pcEyebrow,
.pcPanelKicker,
.pcTrustBadge,
.pcCompanyBadge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    border-radius: 999px;
    padding: 8px 14px;
    background: #dbeafe;
    color: #1d4ed8;
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.pcHeroIdentity h1 {
    margin: 14px 0 6px;
    font-size: clamp(34px, 5vw, 62px);
    line-height: .96;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

.pcHeroIdentity p,
.pcMediaPreview p,
.pcInfoStrip,
.pcPanelHead p {
    color: #64748b;
    font-size: 16px;
    line-height: 1.55;
}

.pcHeroScore {
    display: grid;
    justify-items: center;
    gap: 10px;
    padding: 16px 20px;
    border-radius: 24px;
    background: rgba(255, 255, 255, .72);
    border: 1px solid rgba(191, 219, 254, .86);
}

.pcScoreRing {
    --score: 0;
    width: 116px;
    height: 116px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle, #fff 0 56%, transparent 57%),
        conic-gradient(#2563eb calc(var(--score) * 1%), #dbeafe 0);
}

.pcScoreRing strong,
.pcScoreRing span {
    grid-area: 1 / 1;
}

.pcScoreRing strong {
    font-size: 28px;
    transform: translateY(-8px);
}

.pcScoreRing span {
    color: #64748b;
    font-weight: 900;
    transform: translateY(18px);
}

.profileCenterGrid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(320px, .75fr);
    gap: 22px;
    align-items: start;
}

.pcPanel {
    padding: 28px;
    min-width: 0;
}

.pcPanelWide {
    grid-column: span 1;
}

.pcPanelHead {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 22px;
}

.pcPanelHead.compact {
    margin-bottom: 18px;
}

.pcPanelHead h2 {
    margin: 12px 0 0;
    font-size: clamp(25px, 3vw, 38px);
    line-height: 1.04;
}

.pcTrustBadge {
    background: #dcfce7;
    color: #15803d;
    text-transform: none;
    letter-spacing: 0;
    white-space: nowrap;
}

.pcCompanyBadge {
    --brand: #2563eb;
    background: color-mix(in srgb, var(--brand) 13%, white);
    color: var(--brand);
    border: 1px solid color-mix(in srgb, var(--brand) 25%, white);
}

.pcForm,
.pcUploadForm {
    display: grid;
    gap: 18px;
}

.pcFieldGrid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.pcForm label,
.pcReadonlyTile {
    display: grid;
    gap: 9px;
    min-width: 0;
}

.pcForm label span,
.pcReadonlyTile span {
    color: #64748b;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.pcForm input,
.pcForm select,
.pcForm textarea {
    width: 100%;
    border: 1px solid #d7e6f7;
    border-radius: 18px;
    padding: 17px 18px;
    color: #0f172a;
    font: inherit;
    font-weight: 800;
    background: rgba(255, 255, 255, .9);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8);
}

.pcForm textarea {
    resize: vertical;
    min-height: 118px;
    line-height: 1.45;
}

.pcForm input:focus,
.pcForm select:focus,
.pcForm textarea:focus {
    outline: 3px solid rgba(59, 130, 246, .18);
    border-color: #93c5fd;
}

.pcForm input:disabled {
    color: #64748b;
    background: #f8fafc;
}

.pcFullField {
    margin-top: 4px;
}

.pcReadonlyTile {
    padding: 17px 18px;
    border: 1px solid #d7e6f7;
    border-radius: 18px;
    background: #f8fbff;
}

.pcReadonlyTile strong {
    font-size: 20px;
    overflow-wrap: anywhere;
}

.pcPrimaryBtn,
.pcGhostBtn {
    border: 0;
    border-radius: 18px;
    min-height: 56px;
    padding: 0 24px;
    font: inherit;
    font-weight: 950;
    cursor: pointer;
    white-space: nowrap;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.pcPrimaryBtn {
    justify-self: start;
    color: #fff;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    box-shadow: 0 18px 38px rgba(37, 99, 235, .22);
}

.pcGhostBtn {
    color: #0f172a;
    background: #fff;
    border: 1px solid #d7e6f7;
}

.pcPrimaryBtn:hover,
.pcGhostBtn:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(15, 23, 42, .12);
}

.pcMediaPanel {
    display: grid;
    gap: 20px;
}

.pcMediaPreview {
    display: grid;
    justify-items: center;
    gap: 14px;
    padding: 22px;
    border-radius: 24px;
    background: #f8fbff;
    border: 1px solid #d7e6f7;
    text-align: center;
}

.pcUploadDrop {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 82px;
    border: 1px dashed #9ec5fe;
    border-radius: 22px;
    background: rgba(239, 246, 255, .72);
    color: #1d4ed8;
    font-weight: 950;
    cursor: pointer;
    text-align: center;
}

.pcUploadDrop input {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.pcStrength {
    height: 10px;
    border-radius: 999px;
    overflow: hidden;
    background: #e2e8f0;
}

.pcStrength span {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #ef4444, #f59e0b, #22c55e);
    transition: width .2s ease;
}

.pcSecurityList {
    display: grid;
    gap: 12px;
}

.pcSecurityList div,
.pcInfoStrip {
    border: 1px solid #d7e6f7;
    border-radius: 18px;
    background: #f8fbff;
    padding: 16px;
}

.pcSecurityList span {
    display: block;
    color: #64748b;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.pcSecurityList strong {
    overflow-wrap: anywhere;
}

.pcColorInput {
    min-height: 58px;
    padding: 8px !important;
}

@media (max-width: 900px) {
    .profileCenterShell {
        width: min(100% - 24px, 680px);
        margin-top: 26px;
    }

    .profileCenterHero,
    .profileCenterGrid,
    .pcHeroIdentity,
    .pcPanelHead {
        display: grid;
        grid-template-columns: 1fr;
    }

    .profileCenterHero {
        padding: 24px;
    }

    .pcHeroIdentity {
        justify-items: start;
    }

    .profileCenterGrid {
        gap: 18px;
    }

    .pcFieldGrid {
        grid-template-columns: 1fr;
    }

    .pcPanel {
        padding: 22px;
        border-radius: 24px;
    }

    .pcPrimaryBtn,
    .pcGhostBtn {
        width: 100%;
        white-space: normal;
        line-height: 1.15;
    }
}

@media (max-width: 520px) {
    .profileCenterShell {
        width: calc(100% - 18px);
    }

    .pcAvatarHero {
        width: 78px;
        height: 78px;
        border-radius: 22px;
        font-size: 34px;
    }

    .pcAvatarLarge,
    .pcLogoPreview {
        width: 122px;
        height: 122px;
        border-radius: 28px;
        font-size: 52px;
    }

    .pcHeroIdentity h1 {
        font-size: clamp(30px, 12vw, 44px);
    }
}
