
    .mmp-profile-container { max-width: 900px; margin: 0 auto; font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif; background: #f9fafc; padding: 30px; border-radius: 12px; box-shadow: 0 8px 30px rgba(0,0,0,0.08); }
    .mmp-profile-container h2 { margin-top: 0; color: #1a202c; font-weight: 600; border-bottom: 2px solid #e2e8f0; padding-bottom: 12px; }
    .mmp-tabs { display: flex; flex-wrap: wrap; gap: 6px; margin: 20px 0 25px; border-bottom: 1px solid #e2e8f0; padding-bottom: 10px; }
    .mmp-tab-btn { background: none; border: none; padding: 10px 20px; font-size: 15px; font-weight: 500; color: #4a5568; cursor: pointer; border-radius: 30px; transition: all 0.2s; }
    .mmp-tab-btn:hover { background: #edf2f7; color: #2b6cb0; }
    .mmp-tab-btn.active { background: #2b6cb0; color: #fff; box-shadow: 0 4px 10px rgba(43,108,176,0.3); }
    .mmp-tab-content { display: none; padding: 20px 0; animation: fadeIn 0.3s; }
    .mmp-tab-content.active { display: block; }
    @keyframes fadeIn { from { opacity: 0.4; } to { opacity: 1; } }
    .mmp-profile-photo-section { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; margin-bottom: 30px; background: #fff; padding: 20px; border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.04); }
    .mmp-photo-container { width: 130px; height: 130px; border-radius: 50%; overflow: hidden; border: 4px solid #e2e8f0; flex-shrink: 0; background: #edf2f7; display: flex; align-items: center; justify-content: center; }
    .mmp-profile-photo { width: 100%; height: 100%; object-fit: cover; }
    .mmp-profile-photo-placeholder { color: #a0aec0; font-size: 14px; }
    .mmp-photo-upload { display: flex; flex-direction: column; gap: 8px; }
    .mmp-photo-upload input[type="file"] { font-size: 14px; }
    .mmp-photo-upload button { background: #2b6cb0; color: #fff; border: none; padding: 8px 20px; border-radius: 30px; cursor: pointer; font-weight: 500; transition: background 0.2s; width: fit-content; }
    .mmp-photo-upload button:hover { background: #1a4f7a; }
    .mmp-info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; background: #fff; padding: 20px; border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.04); }
    @media (max-width: 600px) { .mmp-info-grid { grid-template-columns: 1fr; } }
    .mmp-info-item { display: flex; flex-direction: column; border-bottom: 1px solid #f0f4f8; padding: 8px 0; }
    .mmp-label { font-size: 12px; color: #718096; text-transform: uppercase; letter-spacing: 0.5px; font-weight: 600; }
    .mmp-value { font-size: 15px; color: #1a202c; font-weight: 500; margin-top: 2px; word-break: break-word; }
    .mmp-digital-id-card { background: #fff; border-radius: 16px; padding: 25px; box-shadow: 0 4px 20px rgba(0,0,0,0.06); border-left: 6px solid #2b6cb0; }
    .mmp-id-card { display: flex; gap: 30px; align-items: center; flex-wrap: wrap; }
    .mmp-id-photo { width: 120px; height: 140px; border: 2px solid #cbd5e0; border-radius: 8px; overflow: hidden; background: #edf2f7; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
    .mmp-id-photo img { width: 100%; height: 100%; object-fit: cover; }
    .mmp-id-photo-placeholder { color: #a0aec0; }
    .mmp-id-details p { margin: 6px 0; font-size: 14px; }
    .mmp-purchased-list { list-style: none; padding: 0; background: #fff; border-radius: 12px; padding: 20px; box-shadow: 0 2px 8px rgba(0,0,0,0.04); }
    .mmp-purchased-list li { padding: 10px 0; border-bottom: 1px solid #f0f4f8; }
    .mmp-purchased-list li:last-child { border-bottom: none; }
    